aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2015-12-30 15:22:15 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2015-12-30 15:22:15 +0000
commitb01c4521055ebde5f7607c4fe8c99835214824f3 (patch)
treeda7ec22644a6f577a1a454e3f36d5b1d398310c3 /security
parentd2316af58187765512e67d1dbbb47a506d211fc8 (diff)
downloadports-b01c4521055ebde5f7607c4fe8c99835214824f3.tar.gz
ports-b01c4521055ebde5f7607c4fe8c99835214824f3.zip
- prepare for devel/subversion17 removal
Notes
Notes: svn path=/head/; revision=404863
Diffstat (limited to 'security')
-rw-r--r--security/subversion-gnome-keyring/Makefile8
-rw-r--r--security/subversion-kwallet/Makefile8
2 files changed, 2 insertions, 14 deletions
diff --git a/security/subversion-gnome-keyring/Makefile b/security/subversion-gnome-keyring/Makefile
index eaedfbdb9ea3..571939bb1820 100644
--- a/security/subversion-gnome-keyring/Makefile
+++ b/security/subversion-gnome-keyring/Makefile
@@ -7,13 +7,7 @@ CATEGORIES= security gnome
MAINTAINER= lev@FreeBSD.org
COMMENT= Gnome KWyring integration for Version control system
-.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 16
-BROKEN= does not build with subversion16
-MASTERDIR= ${.CURDIR}/../../devel/subversion16
-.elif defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 17
-BROKEN= does not build with subversion17
-MASTERDIR= ${.CURDIR}/../../devel/subversion17
-.elif defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 18
+.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 18
MASTERDIR= ${.CURDIR}/../../devel/subversion18
.else
MASTERDIR= ${.CURDIR}/../../devel/subversion
diff --git a/security/subversion-kwallet/Makefile b/security/subversion-kwallet/Makefile
index f4d5a26a8152..6cd0a6cce81c 100644
--- a/security/subversion-kwallet/Makefile
+++ b/security/subversion-kwallet/Makefile
@@ -7,13 +7,7 @@ CATEGORIES= security kde
MAINTAINER= lev@FreeBSD.org
COMMENT= KDE KWallet integration for Version control system
-.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 16
-BROKEN= does not build with subversion16
-MASTERDIR= ${.CURDIR}/../../devel/subversion16
-.elif defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 17
-BROKEN= does not build with subversion17
-MASTERDIR= ${.CURDIR}/../../devel/subversion17
-.elif defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 18
+.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 18
PORTREVISION= 2
MASTERDIR= ${.CURDIR}/../../devel/subversion18
.else