aboutsummaryrefslogtreecommitdiff
path: root/security/libmcrypt
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-08-31 11:22:57 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-08-31 11:22:57 +0000
commit9cd47598c171199f0ca649ff36799104d69a3836 (patch)
tree2cf66b0e0bc66de7ded68aedff6d2e4ae9f81735 /security/libmcrypt
parent349ba4c3f2cedad76a7c81886c1f54d063726b02 (diff)
downloadports-9cd47598c171199f0ca649ff36799104d69a3836.tar.gz
ports-9cd47598c171199f0ca649ff36799104d69a3836.zip
Notes
Diffstat (limited to 'security/libmcrypt')
-rw-r--r--security/libmcrypt/Makefile10
-rw-r--r--security/libmcrypt/distinfo2
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