diff options
author | ale <ale@FreeBSD.org> | 2006-05-25 06:12:22 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-25 06:12:22 +0000 |
commit | 11234a05f55302101f13518f263abafcdcc5424c (patch) | |
tree | 72aee9221cbac127a65403a1101d127252d7402d /lang | |
parent | e18591b74a49d0cc1ef395e5d4c03732d4f9ca80 (diff) | |
download | FreeBSD-ports-11234a05f55302101f13518f263abafcdcc5424c.zip FreeBSD-ports-11234a05f55302101f13518f263abafcdcc5424c.tar.gz |
Update to 0.9.20 release.
Approved by: maintainer
Diffstat (limited to 'lang')
-rw-r--r-- | lang/asn1c/Makefile | 2 | ||||
-rw-r--r-- | lang/asn1c/distinfo | 6 | ||||
-rw-r--r-- | lang/asn1c/files/pkg-message.in | 2 | ||||
-rw-r--r-- | lang/asn1c/pkg-plist | 5 |
4 files changed, 10 insertions, 5 deletions
diff --git a/lang/asn1c/Makefile b/lang/asn1c/Makefile index bbc8cd3..cf5c5df 100644 --- a/lang/asn1c/Makefile +++ b/lang/asn1c/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asn1c -PORTVERSION= 0.9.16 +PORTVERSION= 0.9.20 CATEGORIES= lang converters security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://lionet.info/soft/ diff --git a/lang/asn1c/distinfo b/lang/asn1c/distinfo index ce9b037..4ff8213 100644 --- a/lang/asn1c/distinfo +++ b/lang/asn1c/distinfo @@ -1,3 +1,3 @@ -MD5 (asn1c-0.9.16.tar.gz) = 28e875aa5889dc9e82b21a35e05fecad -SHA256 (asn1c-0.9.16.tar.gz) = 7a84570114e47f459a003f73b119071ac24180f0484efe653dc0ec219af5962c -SIZE (asn1c-0.9.16.tar.gz) = 893471 +MD5 (asn1c-0.9.20.tar.gz) = 06d7404a99b2c591c311fe7a4a825942 +SHA256 (asn1c-0.9.20.tar.gz) = a3d6cd4877c91e8bbe622942a06e4e35a70bd49628219a2850f2a52fd2198c43 +SIZE (asn1c-0.9.20.tar.gz) = 1072670 diff --git a/lang/asn1c/files/pkg-message.in b/lang/asn1c/files/pkg-message.in index 8d48802..256f65b 100644 --- a/lang/asn1c/files/pkg-message.in +++ b/lang/asn1c/files/pkg-message.in @@ -1,6 +1,6 @@ =========================================================================== -Please read %%PREFIX%%/share/doc/asn1c/asn1c-usage.pdf and other files +Please read %%DOCSDIR%%/asn1c-usage.pdf and other files in that directory. Also check the asn1c(1), unber(1) and enber(1) manual pages. diff --git a/lang/asn1c/pkg-plist b/lang/asn1c/pkg-plist index ac3b837..f83d706 100644 --- a/lang/asn1c/pkg-plist +++ b/lang/asn1c/pkg-plist @@ -93,12 +93,16 @@ bin/unber %%DATADIR%%/constraints.h %%DATADIR%%/der_encoder.c %%DATADIR%%/der_encoder.h +%%DATADIR%%/per_decoder.c +%%DATADIR%%/per_decoder.h %%DATADIR%%/xer_decoder.c %%DATADIR%%/xer_decoder.h %%DATADIR%%/xer_encoder.c %%DATADIR%%/xer_encoder.h %%DATADIR%%/xer_support.c %%DATADIR%%/xer_support.h +%%DATADIR%%/per_support.c +%%DATADIR%%/per_support.h %%DATADIR%%/asn-decoder-template.c %%DATADIR%%/file-dependencies %%DOCSDIR%%/TODO @@ -107,6 +111,7 @@ bin/unber %%DOCSDIR%%/COPYING %%DOCSDIR%%/FAQ %%DOCSDIR%%/README +%%DOCSDIR%%/asn1c-quick.pdf %%DOCSDIR%%/asn1c-usage.html %%DOCSDIR%%/asn1c-usage.pdf @dirrm %%DOCSDIR%% |