mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update libmcrypt to 2.5.3, which has no functional changes.
This commit is contained in:
parent
349ba4c3f2
commit
9cd47598c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65362
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libmcrypt-2.5.2.tar.gz) = 735681115a5e6745dcfc5679fea125a3
|
||||
MD5 (libmcrypt-2.5.3.tar.gz) = 9ee42ac7c7b6c0b418746604c1f06c30
|
||||
|
@ -78,7 +78,7 @@ while [ "$1" ]; do
|
||||
echo "mcrypt support doesn't compile at the moment. Ignoring." > /dev/stderr
|
||||
;;
|
||||
\"nothing\")
|
||||
echo "LIB_DEPENDS+= mcrypt.6:\${PORTSDIR}/security/libmcrypt"
|
||||
echo "LIB_DEPENDS+= mcrypt.7:\${PORTSDIR}/security/libmcrypt"
|
||||
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
|
||||
;;
|
||||
\"mhash\")
|
||||
|
Loading…
Reference in New Issue
Block a user