pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Switch to use PHP_VERSIONS_INCOMPATIBLE.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ca9251d4ca52
branches: trunk
changeset: 444201:ca9251d4ca52
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jan 03 16:06:57 2021 +0000
description:
Switch to use PHP_VERSIONS_INCOMPATIBLE.
diffstat:
devel/php-psr/Makefile | 4 ++--
security/php-sodium/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 435a4fe94c08 -r ca9251d4ca52 devel/php-psr/Makefile
--- a/devel/php-psr/Makefile Sun Jan 03 15:26:11 2021 +0000
+++ b/devel/php-psr/Makefile Sun Jan 03 16:06:57 2021 +0000
@@ -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 @@
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++
diff -r 435a4fe94c08 -r ca9251d4ca52 security/php-sodium/Makefile
--- a/security/php-sodium/Makefile Sun Jan 03 15:26:11 2021 +0000
+++ b/security/php-sodium/Makefile Sun Jan 03 16:06:57 2021 +0000
@@ -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 @@
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