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:           Wed Feb 11 08:26:42 UTC 2026

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

Log Message:
devel/php-raphf2: allow php84 and php85


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/devel/php-raphf2/Makefile:1.15
--- pkgsrc/devel/php-raphf2/Makefile:1.14       Thu Jan  8 14:17:48 2026
+++ pkgsrc/devel/php-raphf2/Makefile    Wed Feb 11 08:26:42 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2026/01/08 14:17:48 taca Exp $
+# $NetBSD: Makefile,v 1.15 2026/02/11 08:26:42 taca Exp $
 
 MODNAME=       raphf
 PECL_VERSION=  2.0.2
@@ -11,7 +11,7 @@ LICENSE=      2-clause-bsd
 
 TOOL_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c
 
-PHP_VERSIONS_ACCEPTED= 74 82 83
+PHP_VERSIONS_ACCEPTED= 74 82 83 84 85
 
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index