mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix version range representation.
This commit is contained in:
parent
7214e51437
commit
fa718d5cc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313948
1 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@ MASTER_SITE_SUBDIR= openldap-release
|
||||||
PKGNAMESUFFIX= -sasl-client
|
PKGNAMESUFFIX= -sasl-client
|
||||||
COMMENT= Open source LDAP client implementation with SASL2 support
|
COMMENT= Open source LDAP client implementation with SASL2 support
|
||||||
CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.* \
|
CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.* \
|
||||||
${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.[!4].*
|
${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.[0-3].*
|
||||||
.else
|
.else
|
||||||
PKGNAMESUFFIX= -client
|
PKGNAMESUFFIX= -client
|
||||||
COMMENT= Open source LDAP client implementation
|
COMMENT= Open source LDAP client implementation
|
||||||
CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.[!4].* \
|
CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.[0-3].* \
|
||||||
${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.*
|
${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.*
|
||||||
.endif
|
.endif
|
||||||
.else
|
.else
|
||||||
|
|
Loading…
Add table
Reference in a new issue