From 5933ac0b099d61d98eb531d373cf57a8927bc7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Tue, 23 Nov 2021 23:11:40 +0100 Subject: */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL 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) --- security/openssl/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'security/openssl') diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 630a02c963ef..93fb54f8b5bc 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -14,9 +14,7 @@ COMMENT= TLSv1.3 capable SSL and crypto library LICENSE= OpenSSL LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS_INSTALL= libressl-[0-9]* \ - libressl-devel-[0-9]* \ - openssl-devel-[0-9]* +CONFLICTS_INSTALL= libressl libressl-devel openssl-devel HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config -- cgit v1.2.3