diff options
author | trevor <trevor@FreeBSD.org> | 2002-08-31 19:22:57 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-08-31 19:22:57 +0800 |
commit | 0941e4ec2ba507a15e6f98f9450777b5ac8f25ec (patch) | |
tree | b6e8f9b893529b3dbb811f0368cfe0ac33ddd2e2 /security | |
parent | 4bb6db4c64880a073453e6a867e831fd5d14c4b7 (diff) | |
download | freebsd-ports-gnome-0941e4ec2ba507a15e6f98f9450777b5ac8f25ec.tar.gz freebsd-ports-gnome-0941e4ec2ba507a15e6f98f9450777b5ac8f25ec.tar.zst freebsd-ports-gnome-0941e4ec2ba507a15e6f98f9450777b5ac8f25ec.zip |
Update libmcrypt to 2.5.3, which has no functional changes.
Diffstat (limited to 'security')
-rw-r--r-- | security/libmcrypt/Makefile | 10 | ||||
-rw-r--r-- | security/libmcrypt/distinfo | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index 720a646de071..644f54104775 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libmcrypt -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.3 CATEGORIES= security MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \ ftp://ftp.ntua.gr/pub/security/mcrypt/libmcrypt/ @@ -26,6 +26,10 @@ INSTALLS_SHLIB= yes MAN3= mcrypt.3 +post-extract: +# so we need not audit the configure scripts + ${FIND} ${WRKSRC} -name configure -exec ${RM} -f \{\} \; + pre-patch: @${FIND} ${WRKSRC}/modules -name '*.[ch]' | ${XARGS} ${PERL} -pi -e \ 's|#ifdef USE_LTDL|#if defined\(USE_LTDL\) && !defined\(__FreeBSD__\)|g' @@ -33,4 +37,8 @@ pre-patch: post-patch: @cd ${WRKSRC}/libltdl && ${LOCALBASE}/bin/autoconf +pre-configure: +# because we removed the configure scripts + cd ${WRKSRC} && autoconf + .include <bsd.port.mk> diff --git a/security/libmcrypt/distinfo b/security/libmcrypt/distinfo index aace3bc53133..b0a45bb1e9da 100644 --- a/security/libmcrypt/distinfo +++ b/security/libmcrypt/distinfo @@ -1 +1 @@ -MD5 (libmcrypt-2.5.2.tar.gz) = 735681115a5e6745dcfc5679fea125a3 +MD5 (libmcrypt-2.5.3.tar.gz) = 9ee42ac7c7b6c0b418746604c1f06c30 |