aboutsummaryrefslogtreecommitdiff
path: root/java/java-subversion
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update subversion to new version 1.14.0.Lev A. Serebryakov2020-06-021-2/+2
| | | | | | | | | | 1.14.0 is LTS, but `devel/subversion-lts' is still 1.10.x, because it allows to build `devel/py-subversion' with Python 2.7. `devel/py-subversion' will be built with Python 3.5+ for version 1.14.0. Notes: svn path=/head/; revision=537554
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* Update to 1.13.0.Lev A. Serebryakov2019-11-031-1/+1
| | | | | | | | PR: 241608 Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org> Notes: svn path=/head/; revision=516609
* Drop nop PORTREVISION_19 from devel/subversion addon portsTobias Kortkamp2019-08-131-1/+0
| | | | | | | devel/subversion19 has been removed. Notes: svn path=/head/; revision=508831
* Add LTS version of subversion to ports.Lev A. Serebryakov2019-04-251-0/+1
| | | | | | | PR: 235934 Notes: svn path=/head/; revision=500031
* Update to 1.12.0Lev A. Serebryakov2019-04-251-1/+1
| | | | Notes: svn path=/head/; revision=499991
* Update subversion to 1.11.0.Lev A. Serebryakov2018-11-012-2/+2
| | | | Notes: svn path=/head/; revision=483685
* (1) Update to 1.10.3.Lev A. Serebryakov2018-10-101-1/+1
| | | | | | | | | | (2) Fix STATIC build. (3) Expand FreeBSD template for better explanation of "Sponsored by" PR: (2) 220660, (3) 228362 Notes: svn path=/head/; revision=481744
* (1) Remove devel/subversion18Lev A. Serebryakov2018-04-201-10/+5
| | | | | | | | | | (2) Intoroduce devel/subversion19 from latest pre-1.10 devel/subversion (3) Rework all addons to unify versioning code. FLAVORS is not used because it will conflict with Python FLAVORS (4) Restore mod_dontdothat for www/mod_dav_svn Notes: svn path=/head/; revision=467834
* Update to latest & newest version 1.10.0Lev A. Serebryakov2018-04-161-1/+1
| | | | Notes: svn path=/head/; revision=467478
* devel/apr1: Bump portrevisionBernard Spil2018-03-211-1/+1
| | | | | | | | | | - Repair my rookie mistake of earlier today - Bump revision of dependent ports (again) Reported by: antoine Notes: svn path=/head/; revision=465240
* devel/apr1: Fix runtime issues of dependent portBernard Spil2018-03-211-0/+1
| | | | | | | | | | | | | - iconv is in base in all supported FreeBSD versions - Fix build with MariaDB 10.2 [2] - Bump portrevision in dependencies PR: 226705 [1], 226026 [2] With hat: apache Approved by: joneum (apache) Notes: svn path=/head/; revision=465232
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - prepare for devel/subversion17 removalOlli Hauer2015-12-301-5/+1
| | | | Notes: svn path=/head/; revision=404863
* Update devel/subversion to 1.9.2.Lev A. Serebryakov2015-10-151-0/+2
| | | | | | | | PR: 203713 Submitted by: Peter Wemm <peter@FreeBSD.org> Notes: svn path=/head/; revision=399335
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398832
* Cleanup plistAntoine Brodin2014-11-141-2/+1
| | | | Notes: svn path=/head/; revision=372560
* Update to latest 1.8.10Lev A. Serebryakov2014-08-121-1/+4
| | | | | | | Turn off unneded options in case of addons explicitly. Notes: svn path=/head/; revision=364709
* subversion port has been overhauled. Some optional parts was extractedLev A. Serebryakov2014-06-162-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to separate ports. These ports are: www/mod_dav_svn instead of option MOD_DAV_SVN. security/subversion-gnome-keyring instead of option GNOME_KEYRING. security/subversion-kwallet instead of option KDE_KWALLET. If you used devel/subversion with one (or more) of these non-standard options, you should install appropriate port after subversion upgrade. "mod_dontdothat" is installed unconditionally by www/mod_dav_svn port (it has been depended on TOOLS option), but is not activated by default, you may need to edit apache's configuration file. devel/subversion port now installs svndiff, svndiff3 and svndiff4 commands if TOOLS option is enabled. They was skipped before. Official names "diff", "diff3" and "diff4" are prefixed with "svn" to avoid conflicts with base and other diff versions. All libraries and binaries are now stripped if MAINTAINER_DEBUG option is not selected (including all sub-ports, like bindings and mod_dav_svn). Notes: svn path=/head/; revision=357986
* (1) Update to latest 1.8.9Lev A. Serebryakov2014-05-182-3/+11
| | | | | | | | | | (2) USES=libtool instead of USE_AUTOTOOLS=libtool (3) Bump required Java version to 1.7 for java/java-subversion. (4) Build java/kava-subversion with system clang, not "any" gcc on 10 and CURRENT (checked with OpenJDK7 and OpenJDK8). Notes: svn path=/head/; revision=354427
* Update subversion to 1.8.8.Lev A. Serebryakov2014-02-201-3/+3
| | | | | | | | STAGEfy java/java-subversion. Make java/java-subversion build on 10.0-RELEASE. Notes: svn path=/head/; revision=345253
* - move java/subversion-java to java/java-subversion soOlli Hauer2013-12-083-0/+54
PKGNAMESUFFIX can be used in the devel/subversion* ports Approved by: lev@ (implicit) Notes: svn path=/head/; revision=335939