aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-03-12 08:41:57 +0800
committerXin LI <delphij@FreeBSD.org>2013-03-12 08:41:57 +0800
commitfa718d5cc310974b51c047579a53c6566e77dd80 (patch)
treeb9fa35f0406df169e63fb77977a5c162d0c8df7b /net
parent7214e51437d46d1c371e0bfcfd87b28fdcf16601 (diff)
downloadfreebsd-ports-gnome-fa718d5cc310974b51c047579a53c6566e77dd80.tar.gz
freebsd-ports-gnome-fa718d5cc310974b51c047579a53c6566e77dd80.tar.zst
freebsd-ports-gnome-fa718d5cc310974b51c047579a53c6566e77dd80.zip
Fix version range representation.
Diffstat (limited to 'net')
-rw-r--r--net/openldap24-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index fb42e6337f7d..c6665a24a778 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -19,11 +19,11 @@ MASTER_SITE_SUBDIR= openldap-release
PKGNAMESUFFIX= -sasl-client
COMMENT= Open source LDAP client implementation with SASL2 support
CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.* \
- ${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.[!4].*
+ ${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.[0-3].*
.else
PKGNAMESUFFIX= -client
COMMENT= Open source LDAP client implementation
-CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.[!4].* \
+CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.[0-3].* \
${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.*
.endif
.else