summaryrefslogtreecommitdiff
path: root/java/subversion-java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - move java/subversion-java to java/java-subversion soOlli Hauer2013-12-083-54/+0
| | | | | | | | | PKGNAMESUFFIX can be used in the devel/subversion* ports Approved by: lev@ (implicit) Notes: svn path=/head/; revision=335939
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* Disable Jikes support.Lev A. Serebryakov2013-06-211-1/+1
| | | | | | | Submitted by: Andriy Gapon <avg@FreeBSD.org> Notes: svn path=/head/; revision=321479
* - allow java/subversion-jave to stay on subversion17Olli Hauer2013-06-191-0/+2
| | | | | | | - update UPDATING with a hint how to keep subversion17 Notes: svn path=/head/; revision=321336
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* (1) Activate mod_dav_svn in "post-install" target, as it is not activatedLev A. Serebryakov2011-10-161-1/+1
| | | | | | | | | by subversion itself. (2) Rename USE_SUBVERSION to WITH_SUBVERSION_VER. Notes: svn path=/head/; revision=283616
* Update subversion to 1.7.0.Lev A. Serebryakov2011-10-161-1/+4
| | | | | | | | | | | | | | 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: svn path=/head/; revision=283603
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* - Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API andJeremy Messenger2010-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | ABI backwards compatible. It is unnecessary to have more than one same libraries (ie: neon28 and neon29) as it creates issue in our ports tree such as CONFLICTS and made our Makefile complicate. - Remove www/neonpp and www/neon28. - Add USE_GNOME=ltverhack; it corrects the shared library version by change from libneon.so.29 to libneon.so.27. It won't get bump again with no reason unless ABI changes. - Bump the PORTREVISION on all ports and chase the shared library change. - Add info in the UPDATING for how to rebuild on all ports that depend on neon. PR: ports/148295 Approved by: lev (maintainer timeout, no respone for months), portmgr Tested by: pointyhat-exp by pav Notes: svn path=/head/; revision=258515
* - Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254523
* 4/5: Chase devel/apr shlib bumpPhilip M. Gollucci2010-05-051-0/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253784
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225297
* (1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is setLev A. Serebryakov2008-07-021-1/+1
| | | | | | | | | | | | (2) Fix CATEGORIES for devel/*-subversion ports (3) Add note to UPDATING about neon26/neon28 transition and binding changes. PR: ports/125168 [2] Submitted by: Dmitry Morozovsky <marck rinet ru> [1,2,3] Notes: svn path=/head/; revision=216122
* Fix CATEGORIES for subversion & binding ports.Lev A. Serebryakov2008-06-301-1/+1
| | | | Notes: svn path=/head/; revision=216036
* Add subversion-java: high-level bindings for Java and subversion VCS.Lev A. Serebryakov2008-06-303-0/+55
Notes: svn path=/head/; revision=216026