pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-propro2



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec  9 02:39:19 UTC 2017

Modified Files:
        pkgsrc/www/php-propro2: Makefile

Log Message:
www/php-propro2: allow build with php71 and php72


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/php-propro2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-propro2/Makefile
diff -u pkgsrc/www/php-propro2/Makefile:1.2 pkgsrc/www/php-propro2/Makefile:1.3
--- pkgsrc/www/php-propro2/Makefile:1.2 Sat Sep 16 19:27:22 2017
+++ pkgsrc/www/php-propro2/Makefile     Sat Dec  9 02:39:19 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:22 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/12/09 02:39:19 taca Exp $
 
 MODNAME=       propro
 PECL_VERSION=  2.0.0
@@ -11,7 +11,7 @@ LICENSE=      2-clause-bsd
 
 BUILD_DEPENDS+=        re2c>=0.13.0.4:../../devel/re2c
 
-PHP_VERSIONS_ACCEPTED= 70
+PHP_VERSIONS_ACCEPTED= 70 71 72
 
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index