pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/php-yaz net/php-yaz: dose not support PHP 8 and later



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5bc2e523681
branches:  trunk
changeset: 379724:b5bc2e523681
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 22 14:38:44 2022 +0000

description:
net/php-yaz: dose not support PHP 8 and later

This package dose not support php80 and php81.

diffstat:

 net/php-yaz/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ef6eebf0663f -r b5bc2e523681 net/php-yaz/Makefile
--- a/net/php-yaz/Makefile      Sun May 22 14:15:36 2022 +0000
+++ b/net/php-yaz/Makefile      Sun May 22 14:38:44 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2022/04/18 19:11:53 adam Exp $
+# $NetBSD: Makefile,v 1.51 2022/05/22 14:38:44 taca Exp $
 
 MODNAME=               yaz
 PECL_VERSION=          1.2.3
@@ -10,6 +10,8 @@
 PKGREVISION=           3
 LICENSE=               modified-bsd
 
+PHP_VERSIONS_ACCEPTED= 56 74
+
 CONFIGURE_ARGS+=       --with-${PKGMODNAME}=shared,${BUILDLINK_PREFIX.yaz}
 
 .include "../../lang/php/ext.mk"



Home | Main Index | Thread Index | Old Index