pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/php-mcrypt There is no such thing as PHP 5.5 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/afac7f4dfe89
branches: trunk
changeset: 356252:afac7f4dfe89
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Dec 23 23:01:13 2016 +0000
description:
There is no such thing as PHP 5.5 anymore.
diffstat:
security/php-mcrypt/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r eb16c7858582 -r afac7f4dfe89 security/php-mcrypt/Makefile
--- a/security/php-mcrypt/Makefile Fri Dec 23 22:30:50 2016 +0000
+++ b/security/php-mcrypt/Makefile Fri Dec 23 23:01:13 2016 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.11 2016/12/23 18:40:15 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2016/12/23 23:01:13 joerg Exp $
MODNAME= mcrypt
CATEGORIES+= security
COMMENT= PHP extension for the mcrypt crypto algorithms library
-CONFLICTS= php-mcrypt-[0-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
+PHP_VERSIONS_ACCEPTED= 56 70
.include "../../lang/php/ext.mk"
.include "../../security/libmcrypt/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index