diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/subcommander2/Makefile | 2 | ||||
-rw-r--r-- | devel/subversion/Makefile.common | 4 | ||||
-rw-r--r-- | devel/subversion16/Makefile.common | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/subcommander2/Makefile b/devel/subcommander2/Makefile index b4390d9f3a6b..493ab52fce35 100644 --- a/devel/subcommander2/Makefile +++ b/devel/subcommander2/Makefile @@ -3,7 +3,7 @@ PORTNAME= subcommander PORTVERSION= 2.0.0.b5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= http://subcommander.tigris.org/files/documents/1759/46766/ DISTNAME= Subcommander-${PORTVERSION:S/.b/b/g}p1 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 diff --git a/devel/subversion16/Makefile.common b/devel/subversion16/Makefile.common index 8eaf2d2e66f3..676494c086e7 100644 --- a/devel/subversion16/Makefile.common +++ b/devel/subversion16/Makefile.common @@ -6,7 +6,7 @@ PORTNAME= subversion PORTVERSION= #please edit Makefile.inc for PORTVERSION, so ../svnmerge can stay in sync. -#PORTREVISION?= 1 +PORTREVISION?= 1 CATEGORIES+= devel MASTER_SITES= http://subversion.tigris.org/downloads/:main \ http://svnbook.red-bean.com/en/1.5/:book @@ -52,7 +52,7 @@ PLIST_SUB+= NEON="@comment " .endif .if defined(WITH_SASL) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+=--with-sasl=${LOCALBASE} PLIST_SUB+= SASL="" .else |