diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-16 04:58:06 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-16 04:58:06 +0800 |
commit | 8aa57883a61bcc6bbac0489686e463ce74f7abd6 (patch) | |
tree | 3e18a7d226f41966260a72cf924160aacac34b2b /net/openldap23-server/Makefile | |
parent | 5315ec520dd1513dec023a440a1d3bc22bf89e1e (diff) | |
download | freebsd-ports-gnome-8aa57883a61bcc6bbac0489686e463ce74f7abd6.tar.gz freebsd-ports-gnome-8aa57883a61bcc6bbac0489686e463ce74f7abd6.tar.zst freebsd-ports-gnome-8aa57883a61bcc6bbac0489686e463ce74f7abd6.zip |
- Update to 2.3.3beta [1]
- Quote BROKEN messages
PR: ports/80982 [1]
Submitted by: maintainer [1]
Diffstat (limited to 'net/openldap23-server/Makefile')
-rw-r--r-- | net/openldap23-server/Makefile | 7 |
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 |