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:           Sun Dec 12 15:33:31 UTC 2021

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

Log Message:
www/php-http3: change supporting PHP version

Make this package support php73 and php74.

PHP 8.0 and later will supported by pecl-php 4.x.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 pkgsrc/www/php-http3/Makefile:1.29
--- pkgsrc/www/php-http3/Makefile:1.28  Sun Dec 12 15:31:02 2021
+++ pkgsrc/www/php-http3/Makefile       Sun Dec 12 15:33:30 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2021/12/12 15:31:02 taca Exp $
+# $NetBSD: Makefile,v 1.29 2021/12/12 15:33:30 taca Exp $
 
 MODNAME=               http
 PECL_VERSION=          3.2.4
@@ -13,7 +13,7 @@ LICENSE=              2-clause-bsd AND isc
 
 CONFLICTS=             php-http-[0-9]*
 
-PHP_VERSIONS_INCOMPATIBLE=     56
+PHP_VERSIONS_ACCEPTED= 73 74
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index