diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-30 08:27:40 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-30 08:27:40 +0000 |
commit | 79282ab68e0228beef20464f692b7e2924e6b454 (patch) | |
tree | a840603bd97801df5fe237aa376fe1103a06d70a /lang/asn1c | |
parent | ae60837282100fc23ab04204c26b7996358faae1 (diff) | |
download | ports-79282ab68e0228beef20464f692b7e2924e6b454.tar.gz ports-79282ab68e0228beef20464f692b7e2924e6b454.zip |
Notes
Diffstat (limited to 'lang/asn1c')
-rw-r--r-- | lang/asn1c/Makefile | 9 | ||||
-rw-r--r-- | lang/asn1c/distinfo | 4 | ||||
-rw-r--r-- | lang/asn1c/files/pkg-message.in (renamed from lang/asn1c/pkg-message) | 0 | ||||
-rw-r--r-- | lang/asn1c/pkg-plist | 18 |
4 files changed, 15 insertions, 16 deletions
diff --git a/lang/asn1c/Makefile b/lang/asn1c/Makefile index 263e27ea644a..3667d558b48b 100644 --- a/lang/asn1c/Makefile +++ b/lang/asn1c/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asn1c -PORTVERSION= 0.9.12 +PORTVERSION= 0.9.14 CATEGORIES= lang converters security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://lionet.info/soft/ @@ -18,12 +18,11 @@ COMMENT= Modern ASN.1 to C compiler GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_PERL5= yes +SUB_FILES= pkg-message MAN1= asn1c.1 enber.1 unber.1 -.include <bsd.port.pre.mk> - post-install: - @${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" + @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/lang/asn1c/distinfo b/lang/asn1c/distinfo index 61ff1d561b50..28b4dc652a6f 100644 --- a/lang/asn1c/distinfo +++ b/lang/asn1c/distinfo @@ -1,2 +1,2 @@ -MD5 (asn1c-0.9.12.tar.gz) = 800af6a8ab59e98e9646a5883db93f1f -SIZE (asn1c-0.9.12.tar.gz) = 877753 +MD5 (asn1c-0.9.14.tar.gz) = 16f0b409d3762b154c8c5695232fb0ec +SIZE (asn1c-0.9.14.tar.gz) = 909074 diff --git a/lang/asn1c/pkg-message b/lang/asn1c/files/pkg-message.in index 8d4880215358..8d4880215358 100644 --- a/lang/asn1c/pkg-message +++ b/lang/asn1c/files/pkg-message.in diff --git a/lang/asn1c/pkg-plist b/lang/asn1c/pkg-plist index cb4e235c0e76..ac3b837b0530 100644 --- a/lang/asn1c/pkg-plist +++ b/lang/asn1c/pkg-plist @@ -101,13 +101,13 @@ bin/unber %%DATADIR%%/xer_support.h %%DATADIR%%/asn-decoder-template.c %%DATADIR%%/file-dependencies -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/asn1c-usage.html -%%PORTDOCS%%%%DOCSDIR%%/asn1c-usage.pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%DOCSDIR%%/TODO +%%DOCSDIR%%/BUGS +%%DOCSDIR%%/ChangeLog +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/FAQ +%%DOCSDIR%%/README +%%DOCSDIR%%/asn1c-usage.html +%%DOCSDIR%%/asn1c-usage.pdf +@dirrm %%DOCSDIR%% @dirrm %%DATADIR%% |