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:   joerg
Date:           Fri Dec 23 23:01:13 UTC 2016

Modified Files:
        pkgsrc/security/php-mcrypt: Makefile

Log Message:
There is no such thing as PHP 5.5 anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/security/php-mcrypt/Makefile:1.12
--- pkgsrc/security/php-mcrypt/Makefile:1.11    Fri Dec 23 18:40:15 2016
+++ pkgsrc/security/php-mcrypt/Makefile Fri Dec 23 23:01:13 2016
@@ -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