From 04b9da414081a733478d3def4e1e3777908536c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Thu, 25 Nov 2021 22:40:11 +0100 Subject: */*: Remove redundant '-*' from CONFLICTS definitions The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket) --- devel/php-composer2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/php-composer2') diff --git a/devel/php-composer2/Makefile b/devel/php-composer2/Makefile index eab6bd2e93b4..f0adef64a0c3 100644 --- a/devel/php-composer2/Makefile +++ b/devel/php-composer2/Makefile @@ -21,7 +21,7 @@ USES= cpe php:flavors CPE_VENDOR= getcomposer USE_PHP= ctype filter intl json mbstring openssl phar -CONFLICTS_INSTALL= php*-composer-* +CONFLICTS_INSTALL= php*-composer NO_ARCH= yes NO_BUILD= yes -- cgit v1.2.3