pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/php-raphf2



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan  3 06:52:47 UTC 2021

Modified Files:
        pkgsrc/devel/php-raphf2: Makefile

Log Message:
devel/php-raphf2: update supported PHP version

Update supported PHP version; other than PHP 5.6.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/php-raphf2/Makefile

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

Modified files:

Index: pkgsrc/devel/php-raphf2/Makefile
diff -u pkgsrc/devel/php-raphf2/Makefile:1.5 pkgsrc/devel/php-raphf2/Makefile:1.6
--- pkgsrc/devel/php-raphf2/Makefile:1.5        Mon Dec 16 16:30:13 2019
+++ pkgsrc/devel/php-raphf2/Makefile    Sun Jan  3 06:52:47 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/12/16 16:30:13 taca Exp $
+# $NetBSD: Makefile,v 1.6 2021/01/03 06:52:47 taca Exp $
 
 MODNAME=       raphf
 PECL_VERSION=  2.0.0
@@ -11,7 +11,7 @@ LICENSE=      2-clause-bsd
 
 BUILD_DEPENDS+=        re2c>=0.13.0.4:../../devel/re2c
 
-PHP_VERSIONS_ACCEPTED= 72
+PHP_VERSIONS_INCOMPATIBLE=     56
 
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index