aboutsummaryrefslogtreecommitdiffstats
path: root/java/subversion-java
Commit message (Collapse)AuthorAgeFilesLines
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,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
* - Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API andmezz2010-07-311-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
* - Chase devel/apr -> devel/apr1 shufflingpgollucci2010-05-181-1/+1
| | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
* 4/5: Chase devel/apr shlib bumppgollucci2010-05-061-0/+1
| | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-4/+0
|
* (1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is setlev2008-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]
* Fix CATEGORIES for subversion & binding ports.lev2008-06-301-1/+1
|
* Add subversion-java: high-level bindings for Java and subversion VCS.lev2008-06-303-0/+55