diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2011-10-16 14:31:47 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2011-10-16 14:31:47 +0000 |
commit | 09a0319c8399657c4d3e110d3463295b55760b16 (patch) | |
tree | 1591034c1650f38b220c94f3dd9829f433fb2576 /java/subversion-java | |
parent | Update ocamlgraph to 1.8 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=283603
Diffstat (limited to 'java/subversion-java')
-rw-r--r-- | java/subversion-java/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |