diff options
author | taca <taca@pkgsrc.org> | 2021-01-03 16:06:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-01-03 16:06:57 +0000 |
commit | 27070df20c9061fd2c4962b88b43530eff47f877 (patch) | |
tree | a9a995b184941b7b7e998a47aa3fa40384863bf6 | |
parent | 2615a09fc802c36382f244a4a55ff70e804e328c (diff) | |
download | pkgsrc-27070df20c9061fd2c4962b88b43530eff47f877.tar.gz |
Switch to use PHP_VERSIONS_INCOMPATIBLE.
-rw-r--r-- | devel/php-psr/Makefile | 4 | ||||
-rw-r--r-- | security/php-sodium/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/php-psr/Makefile b/devel/php-psr/Makefile index 3779b71a762..e66828b7407 100644 --- a/devel/php-psr/Makefile +++ b/devel/php-psr/Makefile @@ -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/psr 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 --git a/security/php-sodium/Makefile b/security/php-sodium/Makefile index 4db156f6969..e340793fbf4 100644 --- a/security/php-sodium/Makefile +++ b/security/php-sodium/Makefile @@ -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 crypto algorithms library 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" |