pkgsrc-WIP-changes archive

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

allow also PHP 72, it compiles fine



Module Name:	pkgsrc-wip
Committed By:	Jaromir Dolecek <jdolecek%NetBSD.org@localhost>
Pushed By:	jdolecek
Date:		Wed Feb 7 00:29:00 2018 +0100
Changeset:	5689fc9685c32dad6138394075cca596ddde9a97

Modified Files:
	php-zmq/Makefile

Log Message:
allow also PHP 72, it compiles fine

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5689fc9685c32dad6138394075cca596ddde9a97

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 php-zmq/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/php-zmq/Makefile b/php-zmq/Makefile
index aad01f31ac..001d867eb6 100644
--- a/php-zmq/Makefile
+++ b/php-zmq/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE=		http://php.net/manual/en/intro.zmq.php
 COMMENT=		PHP bindings to the functions of ZeroMQ
 LICENSE=		modified-bsd
 
-PHP_VERSIONS_ACCEPTED=	56 70 71
+PHP_VERSIONS_ACCEPTED=	56 70 71 72
 
 TEST_TARGET=		test
 TEST_ENV=		NO_INTERACTION=set


Home | Main Index | Thread Index | Old Index