pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/php-http3 www/php-http3: change supporting PHP ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1916383fc9fe
branches:  trunk
changeset: 771061:1916383fc9fe
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 12 15:33:30 2021 +0000

description:
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.

diffstat:

 www/php-http3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ad7792e1a30d -r 1916383fc9fe www/php-http3/Makefile
--- a/www/php-http3/Makefile    Sun Dec 12 15:31:47 2021 +0000
+++ b/www/php-http3/Makefile    Sun Dec 12 15:33:30 2021 +0000
@@ -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 @@
 
 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