summaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2012-12-10 15:10:02 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2012-12-10 15:10:02 +0000
commitdda3fab6a50d589e03e7af3d4a1d7e541b25dd1d (patch)
tree1711a4de2edde9b0137e76902f860ab891c4f0ac /devel/subversion
parentUpdate to 3.0.0 release. (diff)
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
Notes
Notes: svn path=/head/; revision=308609
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index 9dc48eb8c626..ba5392a670b7 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -6,7 +6,7 @@
PORTNAME= subversion
PORTVERSION= 1.7.7
-#PORTREVISION?= 1
+PORTREVISION?= 1
CATEGORIES+= devel
MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:main/} \
${MASTER_SITE_LOCAL:S/$/:book/}
@@ -51,7 +51,7 @@ PLIST_SUB+= NEON="@comment "
.endif
.if ${PORT_OPTIONS:MSASL}
-LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
CONFIGURE_ARGS+=--with-sasl=${LOCALBASE}
PLIST_SUB+= SASL=""
.else