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:   wiz
Date:           Sun Mar  2 19:52:27 UTC 2025

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

Log Message:
php-ffi: allow PHP 8.4


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/devel/php-ffi/Makefile:1.8
--- pkgsrc/devel/php-ffi/Makefile:1.7   Sat Feb  8 03:15:20 2025
+++ pkgsrc/devel/php-ffi/Makefile       Sun Mar  2 19:52:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/02/08 03:15:20 taca Exp $
+# $NetBSD: Makefile,v 1.8 2025/03/02 19:52:26 wiz 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
+PHP_VERSIONS_ACCEPTED= 74 81 82 83 84
 
 USE_PHP_EXT_PATCHES=   yes
 



Home | Main Index | Thread Index | Old Index