summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-12-12 15:33:30 +0000
committertaca <taca@pkgsrc.org>2021-12-12 15:33:30 +0000
commitacea23e992e1b67d659aed0e08b786ecd81a8268 (patch)
treef652774898fa3ce819b96c0f6af6840b2b218176
parent9eda25cee1bcef54a60e10166f0ce868063e69d2 (diff)
downloadpkgsrc-acea23e992e1b67d659aed0e08b786ecd81a8268.tar.gz
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.
-rw-r--r--www/php-http3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php-http3/Makefile b/www/php-http3/Makefile
index 15f3ceebc07..8ea2e5e0423 100644
--- a/www/php-http3/Makefile
+++ b/www/php-http3/Makefile
@@ -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