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: allow build with PHP 7.1 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2640d89efe62
branches:  trunk
changeset: 376343:2640d89efe62
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Feb 28 16:00:49 2018 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 67e84e0d7c91 -r 2640d89efe62 www/php-http3/Makefile
--- a/www/php-http3/Makefile    Wed Feb 28 15:59:09 2018 +0000
+++ b/www/php-http3/Makefile    Wed Feb 28 16:00:49 2018 +0000
@@ -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 @@
 
 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