diff options
author | sergei <sergei@FreeBSD.org> | 2004-03-06 07:03:00 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-03-06 07:03:00 +0800 |
commit | 8f7926ee705803e3ae1fe82a2545655cc01c3ad1 (patch) | |
tree | 609d8298385165aac0ca832298fe8ce07de69c73 /security/libtasn1 | |
parent | 6b8397ff8f424a0f2175914d09d872dbc4d5b851 (diff) | |
download | freebsd-ports-gnome-8f7926ee705803e3ae1fe82a2545655cc01c3ad1.tar.gz freebsd-ports-gnome-8f7926ee705803e3ae1fe82a2545655cc01c3ad1.tar.zst freebsd-ports-gnome-8f7926ee705803e3ae1fe82a2545655cc01c3ad1.zip |
- Update to 0.2.7
- Remove USE_REINPLACE: no need for s/malloc.h/stdlib.h/ anymore
Diffstat (limited to 'security/libtasn1')
-rw-r--r-- | security/libtasn1/Makefile | 8 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 4 |
2 files changed, 3 insertions, 9 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 0a3eeb8bffb9..e9e3b62e8008 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtasn1 -PORTVERSION= 0.2.5 +PORTVERSION= 0.2.7 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ @@ -17,7 +17,6 @@ MASTER_SITE_SUBDIR= alpha/gnutls/libtasn1 MAINTAINER= sergei@FreeBSD.org COMMENT= ASN.1 structure parser library -USE_REINPLACE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GETOPT_LONG= yes @@ -25,11 +24,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} DOCS= AUTHORS NEWS README THANKS doc/asn1.ps doc/asn1.tex doc/fdl.tex -post-patch: -.for file in asn1Coding.c asn1Decoding.c asn1Parser.c - ${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' ${WRKSRC}/src/${file} -.endfor - .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 2d8d33655141..b52b540b1c17 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,2 +1,2 @@ -MD5 (libtasn1-0.2.5.tar.gz) = 13228c8592eea576b1cf185b09abe41c -SIZE (libtasn1-0.2.5.tar.gz) = 356904 +MD5 (libtasn1-0.2.7.tar.gz) = f01e6d713e41cade6a733b1208ba79cf +SIZE (libtasn1-0.2.7.tar.gz) = 529912 |