aboutsummaryrefslogtreecommitdiff
path: root/net/openldap23-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/openldap23-server/Makefile')
-rw-r--r--net/openldap23-server/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile
index 16a4908ea715..18dd49a51b54 100644
--- a/net/openldap23-server/Makefile
+++ b/net/openldap23-server/Makefile
@@ -6,9 +6,8 @@
#
PORTNAME= openldap
-DISTVERSION= 2.3.2beta
+DISTVERSION= 2.3.3beta
PORTREVISION= ${OPENLDAP_PORTREVISION}
-PORTREVISION= 1
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
http://public.planetmirror.com/pub/openldap/%SUBDIR%/ \
@@ -55,7 +54,7 @@ CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.* \
CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.[!3].* \
${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.*
.else
-BROKEN= Unknown PKGNAMESUFFIX ${PKGNAMESUFFIX}
+BROKEN= "Unknown PKGNAMESUFFIX ${PKGNAMESUFFIX}"
.endif
.if !defined(NOPORTDOCS)
@@ -82,7 +81,7 @@ CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-server-2.* \
CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-server-2.[!3].* \
${PKGNAMEPREFIX}${PORTNAME}-sasl-server-2.*
.else
-BROKEN= Unknown PKGNAMESUFFIX ${PKGNAMESUFFIX}
+BROKEN= "Unknown PKGNAMESUFFIX ${PKGNAMESUFFIX}"
.endif
.endif