pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/php-mcrypt
Module Name: pkgsrc
Committed By: jdolecek
Date: Fri Dec 23 18:40:15 UTC 2016
Modified Files:
pkgsrc/security/php-mcrypt: Makefile
Log Message:
mcrypt is deprecated and removed in php 7.1.x; mark this package as only for
55, 56 and 70
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/php-mcrypt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/php-mcrypt/Makefile
diff -u pkgsrc/security/php-mcrypt/Makefile:1.10 pkgsrc/security/php-mcrypt/Makefile:1.11
--- pkgsrc/security/php-mcrypt/Makefile:1.10 Tue Oct 23 18:16:50 2012
+++ pkgsrc/security/php-mcrypt/Makefile Fri Dec 23 18:40:15 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/10/23 18:16:50 asau Exp $
+# $NetBSD: Makefile,v 1.11 2016/12/23 18:40:15 jdolecek Exp $
MODNAME= mcrypt
CATEGORIES+= security
@@ -8,6 +8,9 @@ CONFLICTS= php-mcrypt-[0-9]*
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libmcrypt}
+# mcrypt is deprecated and removed in 7.1.x
+PHP_VERSIONS_ACCEPTED= 55 56 70
+
.include "../../lang/php/ext.mk"
.include "../../security/libmcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index