From 09a0319c8399657c4d3e110d3463295b55760b16 Mon Sep 17 00:00:00 2001 From: "Lev A. Serebryakov" Date: Sun, 16 Oct 2011 14:31:47 +0000 Subject: Update subversion to 1.7.0. Make FreeBSD patches to be port's options and remove separated port. Rename patches to more sane names. Add devel/subversion16 port, for people, who need old version. Mark ports, which could not be built with subversion 1.7.x, as conflicting with new subversion. --- java/subversion-java/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'java/subversion-java') diff --git a/java/subversion-java/Makefile b/java/subversion-java/Makefile index c25a62f60977..6459aa0498ea 100644 --- a/java/subversion-java/Makefile +++ b/java/subversion-java/Makefile @@ -6,13 +6,16 @@ # PKGNAMESUFFIX= -java -PORTREVISION= 3 CATEGORIES= java MAINTAINER= lev@FreeBSD.org COMMENT= Java bindings for Version control system +.if defined(USE_SUBVERSION) && ${USE_SUBVERSION} == 16 +MASTERDIR= ${.CURDIR}/../../devel/subversion16 +.else MASTERDIR= ${.CURDIR}/../../devel/subversion +.endif PKGDIR= ${.CURDIR} USE_JAVA= yes -- cgit v1.2.3