pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/php-ffi



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jan  8 13:39:19 UTC 2026

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

Log Message:
devel/php-ffi: accepts php85


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/php-ffi/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-ffi/Makefile
diff -u pkgsrc/devel/php-ffi/Makefile:1.8 pkgsrc/devel/php-ffi/Makefile:1.9
--- pkgsrc/devel/php-ffi/Makefile:1.8   Sun Mar  2 19:52:26 2025
+++ pkgsrc/devel/php-ffi/Makefile       Thu Jan  8 13:39:19 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/03/02 19:52:26 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/01/08 13:39:19 taca Exp $
 
 MODNAME=               ffi
 PKGREVISION=           2
@@ -6,7 +6,7 @@ CATEGORIES+=            textproc
 COMMENT=               PHP extension for Foreign Function Interface
 LICENSE=               php
 
-PHP_VERSIONS_ACCEPTED= 74 81 82 83 84
+PHP_VERSIONS_ACCEPTED= 74 81 82 83 84 85
 
 USE_PHP_EXT_PATCHES=   yes
 



Home | Main Index | Thread Index | Old Index