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 Nov 30 16:20:10 UTC 2023

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

Log Message:
devel/php-ffi: allow php83


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/devel/php-ffi/Makefile:1.5
--- pkgsrc/devel/php-ffi/Makefile:1.4   Sun Dec 11 14:17:26 2022
+++ pkgsrc/devel/php-ffi/Makefile       Thu Nov 30 16:20:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/12/11 14:17:26 taca Exp $
+# $NetBSD: Makefile,v 1.5 2023/11/30 16:20:10 taca Exp $
 
 MODNAME=               ffi
 CATEGORIES+=           textproc
@@ -6,7 +6,7 @@ COMMENT=                PHP extension for Foreign Func
 PKGREVISION=           1
 LICENSE=               php
 
-PHP_VERSIONS_ACCEPTED= 74 80 81 82
+PHP_VERSIONS_ACCEPTED= 74 80 81 82 83
 
 USE_PHP_EXT_PATCHES=   yes
 



Home | Main Index | Thread Index | Old Index