summaryrefslogtreecommitdiff
path: root/net/mpich2
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-28 14:28:24 +0200
committerStefan Eßer <se@FreeBSD.org>2021-10-29 11:50:18 +0200
commit819f25b36d45b8ac5593ec8e6f470d9ad454b08a (patch)
treea9ad0caa2a052fc695c1cdede2866080f5660431 /net/mpich2
parentwww/firefox: update to 94.0 (rc3) (diff)
*/*: Remove redundant '-[0-9]*' from CONFLICTS
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"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
Diffstat (limited to 'net/mpich2')
-rw-r--r--net/mpich2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index 6d6023fa4365..41e64570286c 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -56,7 +56,7 @@ LDFLAGS+= -lpthread -lexecinfo
MAKE_ENV= CCACHE_DISABLE=yes PACKAGE=${PORTNAME}
NO_CCACHE= yes
-CONFLICTS= mpd-[0-9]* mpich-3.*
+CONFLICTS= mpd mpich-3.*
VERSO= 8.0.1
VERSOM= ${VERSO:R:R}