pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/php-mcrypt mcrypt is deprecated and removed i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0eb228a85199
branches:  trunk
changeset: 356241:0eb228a85199
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Fri Dec 23 18:40:15 2016 +0000

description:
mcrypt is deprecated and removed in php 7.1.x; mark this package as only for
55, 56 and 70

diffstat:

 security/php-mcrypt/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 92cead2c035a -r 0eb228a85199 security/php-mcrypt/Makefile
--- a/security/php-mcrypt/Makefile      Fri Dec 23 18:38:04 2016 +0000
+++ b/security/php-mcrypt/Makefile      Fri Dec 23 18:40:15 2016 +0000
@@ -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 @@
 
 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