pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-http3



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Feb 28 16:00:49 UTC 2018

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

Log Message:
www/php-http3: allow build with PHP 7.1 and 7.2


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/php-http3/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-http3/Makefile
diff -u pkgsrc/www/php-http3/Makefile:1.6 pkgsrc/www/php-http3/Makefile:1.7
--- pkgsrc/www/php-http3/Makefile:1.6   Mon Jan  1 21:18:56 2018
+++ pkgsrc/www/php-http3/Makefile       Wed Feb 28 16:00:49 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/01/01 21:18:56 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/02/28 16:00:49 taca Exp $
 
 MODNAME=               http
 PECL_VERSION=          3.0.1
@@ -14,7 +14,7 @@ LICENSE=              2-clause-bsd AND isc
 
 CONFLICTS=             php-http-[0-9]*
 
-PHP_VERSIONS_ACCEPTED= 70
+PHP_VERSIONS_ACCEPTED= 70 71 72
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index