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:           Sat Nov 27 07:27:41 UTC 2021

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

Log Message:
devel/php-ffi: allow build with php81


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/devel/php-ffi/Makefile:1.2
--- pkgsrc/devel/php-ffi/Makefile:1.1   Mon Mar  8 00:07:09 2021
+++ pkgsrc/devel/php-ffi/Makefile       Sat Nov 27 07:27:41 2021
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2021/03/08 00:07:09 taca Exp $
+# $NetBSD: Makefile,v 1.2 2021/11/27 07:27:41 taca Exp $
 
 MODNAME=               ffi
 CATEGORIES+=           textproc
 COMMENT=               PHP extension for Foreign Function Interface
 LICENSE=               php
 
-PHP_VERSIONS_ACCEPTED= 74 80
+PHP_VERSIONS_ACCEPTED= 74 80 81
 
 USE_PHP_EXT_PATCHES=   yes
 



Home | Main Index | Thread Index | Old Index