Skip to content

Commit

Permalink
Switch to use PHP_VERSIONS_INCOMPATIBLE.
Browse files Browse the repository at this point in the history
  • Loading branch information
taca committed Jan 3, 2021
1 parent b2db1e7 commit 278f20a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions devel/php-psr/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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++

Expand Down
4 changes: 2 additions & 2 deletions security/php-sodium/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $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
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"
Expand Down

0 comments on commit 278f20a

Please sign in to comment.