pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/php-yaz



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 22 14:38:44 UTC 2022

Modified Files:
        pkgsrc/net/php-yaz: Makefile

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

This package dose not support php80 and php81.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/php-yaz/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/php-yaz/Makefile
diff -u pkgsrc/net/php-yaz/Makefile:1.50 pkgsrc/net/php-yaz/Makefile:1.51
--- pkgsrc/net/php-yaz/Makefile:1.50    Mon Apr 18 19:11:53 2022
+++ pkgsrc/net/php-yaz/Makefile Sun May 22 14:38:44 2022
@@ -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 @@ COMMENT=              PHP extension for YAZ
 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