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:           Sat May 28 14:57:33 UTC 2022

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

Log Message:
devel/php-raphf2: switch to use PHP_VERSIONS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/devel/php-raphf2/Makefile:1.8
--- pkgsrc/devel/php-raphf2/Makefile:1.7        Mon Dec 13 15:07:00 2021
+++ pkgsrc/devel/php-raphf2/Makefile    Sat May 28 14:57:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/12/13 15:07:00 taca Exp $
+# $NetBSD: Makefile,v 1.8 2022/05/28 14:57:32 taca Exp $
 
 MODNAME=       raphf
 PECL_VERSION=  2.0.1
@@ -11,7 +11,7 @@ LICENSE=      2-clause-bsd
 
 BUILD_DEPENDS+=        re2c>=0.13.0.4:../../devel/re2c
 
-PHP_VERSIONS_INCOMPATIBLE=     56
+PHP_VERSIONS_ACCEPTED= 74 80 81
 
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index