pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/php-ffi devel/php-ffi: allow build with php81



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cad0214064d7
branches:  trunk
changeset: 770189:cad0214064d7
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Nov 27 07:27:41 2021 +0000

description:
devel/php-ffi: allow build with php81

diffstat:

 devel/php-ffi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6c6969295d7c -r cad0214064d7 devel/php-ffi/Makefile
--- a/devel/php-ffi/Makefile    Sat Nov 27 07:27:04 2021 +0000
+++ b/devel/php-ffi/Makefile    Sat Nov 27 07:27:41 2021 +0000
@@ -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