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:           Sun Dec 11 14:17:26 UTC 2022

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

Log Message:
devel/php-ffi: this package is also part of PHP 8.2

Allow build with php82.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/devel/php-ffi/Makefile:1.4
--- pkgsrc/devel/php-ffi/Makefile:1.3   Wed Dec  8 16:04:04 2021
+++ pkgsrc/devel/php-ffi/Makefile       Sun Dec 11 14:17:26 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/12/08 16:04:04 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/12/11 14:17:26 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
+PHP_VERSIONS_ACCEPTED= 74 80 81 82
 
 USE_PHP_EXT_PATCHES=   yes
 



Home | Main Index | Thread Index | Old Index