pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Sun Jan 3 16:06:57 UTC 2021
Modified Files:
pkgsrc/devel/php-psr: Makefile
pkgsrc/security/php-sodium: Makefile
Log Message:
Switch to use PHP_VERSIONS_INCOMPATIBLE.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/php-psr/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/php-sodium/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-psr/Makefile
diff -u pkgsrc/devel/php-psr/Makefile:1.2 pkgsrc/devel/php-psr/Makefile:1.3
--- pkgsrc/devel/php-psr/Makefile:1.2 Sun Jan 3 15:26:11 2021
+++ pkgsrc/devel/php-psr/Makefile Sun Jan 3 16:06:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/01/03 15:26:11 taca Exp $
+# $NetBSD: Makefile,v 1.3 2021/01/03 16:06:57 taca Exp $
MODNAME= psr
PECL_VERSION= 1.0.1
@@ -9,7 +9,7 @@ HOMEPAGE= https://pecl.php.net/package/p
COMMENT= Provide the accepted PSR interfaces for other extensions
LICENSE= 2-clause-bsd
-PHP_VERSIONS_ACCEPTED= 73 74
+PHP_VERSIONS_INCOMPATIBLE= 56
USE_LANGUAGES= c c++
Index: pkgsrc/security/php-sodium/Makefile
diff -u pkgsrc/security/php-sodium/Makefile:1.6 pkgsrc/security/php-sodium/Makefile:1.7
--- pkgsrc/security/php-sodium/Makefile:1.6 Sun Jan 3 15:26:11 2021
+++ pkgsrc/security/php-sodium/Makefile Sun Jan 3 16:06:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/01/03 15:26:11 taca Exp $
+# $NetBSD: Makefile,v 1.7 2021/01/03 16:06:57 taca Exp $
MODNAME= sodium
CATEGORIES+= security
@@ -6,7 +6,7 @@ COMMENT= PHP extension for the sodium c
CONFIGURE_ARGS+= --with-${MODNAME}=${BUILDLINK_PREFIX.libsodium}
-PHP_VERSIONS_ACCEPTED= 73 74
+PHP_VERSIONS_INCOMPATIBLE= 56
.include "../../lang/php/ext.mk"
.include "../../security/libsodium/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index