pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/php-pecl-mcrypt



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Nov 15 22:01:22 UTC 2017

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

Log Message:
security/php-pecl-mcrypt: enable php72

It should support php72.  (Not tested yet.)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/php-pecl-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-pecl-mcrypt/Makefile
diff -u pkgsrc/security/php-pecl-mcrypt/Makefile:1.1 pkgsrc/security/php-pecl-mcrypt/Makefile:1.2
--- pkgsrc/security/php-pecl-mcrypt/Makefile:1.1        Mon Mar 20 16:44:17 2017
+++ pkgsrc/security/php-pecl-mcrypt/Makefile    Wed Nov 15 22:01:22 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/03/20 16:44:17 taca Exp $
+# $NetBSD: Makefile,v 1.2 2017/11/15 22:01:22 taca Exp $
 #
 
 MODNAME=       mcrypt
@@ -11,7 +11,7 @@ HOMEPAGE=     https://pecl.php.net/package/m
 COMMENT=       Bindings for the libmcrypt library
 LICENSE=       php
 
-PHP_VERSIONS_ACCEPTED= 71
+PHP_VERSIONS_ACCEPTED= 71 72
 
 CONFIGURE_ARGS+=       --with-mcrypt=${PREFIX}
 



Home | Main Index | Thread Index | Old Index