pkgsrc-WIP-changes archive

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

php-msgpack: Note PHP 5.6 as incompatible



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Sun Apr 12 22:21:56 2020 +0800
Changeset:	6b84faadc1182ffb78d10acc246299ae6fa2c017

Modified Files:
	php-msgpack/Makefile

Log Message:
php-msgpack: Note PHP 5.6 as incompatible

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

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

diffstat:
 php-msgpack/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/php-msgpack/Makefile b/php-msgpack/Makefile
index d35b0dd320..c5d5b081a5 100644
--- a/php-msgpack/Makefile
+++ b/php-msgpack/Makefile
@@ -10,8 +10,7 @@ HOMEPAGE=		https://pecl.php.net/package/msgpack
 COMMENT=		PHP extension for interfacing with MessagePack
 LICENSE=		modified-bsd
 
-PHP_VERSIONS_ACCEPTED=	70 71
-# 5.x versions use 0.5.7 version of the php msgpack
+PHP_VERSIONS_INCOMPATIBLE=	56
 
 TEST_TARGET=		test
 TEST_ENV=		NO_INTERACTION=set


Home | Main Index | Thread Index | Old Index