notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
java-subversion Java bindings for Version control system
1.14.3_1 java on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.14.2Version of this port present on the latest quarterly branch.
Maintainer: lev@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-12-08 20:19:42
Last Update: 2024-02-28 15:53:37
Commit Hash: e83f0a9
Also Listed In: devel
License: APACHE20
WWW:
https://subversion.apache.org/
Description:
Subversion is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). This port adds Java bindings to Subversion.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (11 items)
Collapse this list.
  1. /usr/local/share/licenses/java-subversion-1.14.3_1/catalog.mk
  2. /usr/local/share/licenses/java-subversion-1.14.3_1/LICENSE
  3. /usr/local/share/licenses/java-subversion-1.14.3_1/APACHE20
  4. lib/libsvnjavahl-1.a
  5. lib/libsvnjavahl-1.so
  6. lib/libsvnjavahl-1.so.0
  7. lib/libsvnjavahl-1.so.0.0.0
  8. lib/svn-javahl/svn-javahl.jar
  9. @owner
  10. @group
  11. @mode
Collapse this list.
Dependency lines:
  • java-subversion>0:java/java-subversion
Conflicts:
CONFLICTS_BUILD:
  • subversion-lts-1.[0-9][0-9].[0-9]*
CONFLICTS_INSTALL:
  • java-subversion-1.[0-9].[0-9]*
  • java-subversion-1.[^1][0-9].[0-9]*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/java/java-subversion/ && make install clean
To add the package, run one of these commands:
  • pkg install java/java-subversion
  • pkg install java-subversion
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: java-subversion
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1704180448 SHA256 (subversion-1.14.3.tar.bz2) = 949efd451a09435f7e8573574c71c7b71b194d844890fa49cd61d2262ea1a440 SIZE (subversion-1.14.3.tar.bz2) = 8569985

Packages (timestamps in pop-ups are UTC):
java-subversion
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.14.31.14.3_1-1.14.31.14.3_1---
FreeBSD:13:quarterly1.14.21.14.2-1.14.21.14.2-1.14.21.14.2
FreeBSD:14:latest1.14.31.14.3_11.14.2-1.14.3_1--1.14.2
FreeBSD:14:quarterly1.14.21.14.2--1.14.2-1.14.21.14.2
FreeBSD:15:latest1.14.31.14.3_1n/a-n/a-1.14.31.14.3
FreeBSD:15:quarterly--n/a-n/a---
Master port: devel/subversion
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. java : java/openjdk8
  2. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. java : java/openjdk8
Library dependencies:
  1. libsvn_client-1.so : devel/subversion
  2. libapr-1.so : devel/apr1
  3. libsqlite3.so : databases/sqlite3
  4. libexpat.so : textproc/expat2
  5. libutf8proc.so : textproc/utf8proc
  6. liblz4.so : archivers/liblz4
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_subversion
USES:
compiler cpe libtool pathfix pkgconfig shebangfix tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (7 items)
Collapse this list.
  1. http://ftp.kddi-research.jp/infosystems/apache/subversion/
  2. http://miroir.univ-lorraine.fr/apache/subversion/
  3. http://mirror.cogentco.com/pub/apache/subversion/
  4. http://mirror.navercorp.com/apache/subversion/
  5. https://dlcdn.apache.org/subversion/
  6. https://ftp.wayne.edu/apache/subversion/
  7. https://mirror.its.dal.ca/apache/subversion/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: devel/subversion
CommitCreditsLog message
1.14.3_1
28 Feb 2024 15:53:37
commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 files touched by this commit
Michael Osipov (michaelo) search for other commits by this committer
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER

When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.

Approved by:	jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D43864
1.14.3
08 Jan 2024 17:01:28
commit hash: 00b7792f81c8d022411553ccbcb50707777dbf81commit hash: 00b7792f81c8d022411553ccbcb50707777dbf81commit hash: 00b7792f81c8d022411553ccbcb50707777dbf81commit hash: 00b7792f81c8d022411553ccbcb50707777dbf81 files touched by this commit
Lev A. Serebryakov (lev) search for other commits by this committer
devel/subversion: and devel/subversion-lts update to latest release 1.14.3.

Thank you, Yasuhito FUTATSUKI.
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.14.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.14.2
20 Jul 2022 14:22:12
commit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cc files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
java: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  Anton Yudin (<contact@toha.org.ua>)
  *  Anton Yudin <toha@toha.org.ua>
  *  Benjamin Close <benjsc@FreeBSD.org>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Conor McDermottroe <ports@mcdermottroe.com>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org
  *  Dave Glowacki <dglo@ssec.wisc.edu>
  *  Ernst de Haan <znerd@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.14.2
29 Jun 2022 16:33:04
commit hash: 943945d9adb5c9c8de772fd1761e374804ec71a7commit hash: 943945d9adb5c9c8de772fd1761e374804ec71a7commit hash: 943945d9adb5c9c8de772fd1761e374804ec71a7commit hash: 943945d9adb5c9c8de772fd1761e374804ec71a7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
java/java-subversion: Update WWW

Approved by:	portmgr (blanket)
1.14.1
19 Oct 2021 08:36:47
commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2dcommit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2dcommit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2dcommit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
*: apply refactor.remove-consecutive-empty-lines

Submitted by:	portedit
1.14.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.14.0
02 Jun 2020 13:36:47
Revision:537554Original commit files touched by this commit
lev search for other commits by this committer
  Update subversion to new version 1.14.0.

  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.
1.13.0
26 Nov 2019 21:46:13
Revision:518482Original commit files touched by this commit
jkim search for other commits by this committer
Clean up after java/openjdk6 and java/openjdk6-jre removal

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
1.13.0
03 Nov 2019 22:13:37
Revision:516609Original commit files touched by this commit
lev search for other commits by this committer
 Update to 1.13.0.

PR:		241608
Submitted by:	Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
1.12.2
13 Aug 2019 14:57:22
Revision:508831Original commit files touched by this commit
tobik search for other commits by this committer
Drop nop PORTREVISION_19 from devel/subversion addon ports

devel/subversion19 has been removed.
1.12.0
25 Apr 2019 16:28:46
Revision:500031Original commit files touched by this commit
lev search for other commits by this committer
  Add LTS version of subversion to ports.

PR:		235934
1.12.0
25 Apr 2019 12:27:42
Revision:499991Original commit files touched by this commit
lev search for other commits by this committer
 Update to 1.12.0
1.11.0
01 Nov 2018 16:12:45
Revision:483685Original commit files touched by this commit
lev search for other commits by this committer
 Update subversion to 1.11.0.
1.10.3
10 Oct 2018 15:39:51
Revision:481744Original commit files touched by this commit
lev search for other commits by this committer
 (1) Update to 1.10.3.
 (2) Fix STATIC build.
 (3) Expand FreeBSD template for better explanation of "Sponsored by"

PR:		(2) 220660, (3) 228362
1.10.0_1
20 Apr 2018 15:38:59
Revision:467834Original commit files touched by this commit
lev search for other commits by this committer
 (1) Remove devel/subversion18
 (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
1.10.0
16 Apr 2018 11:53:03
Revision:467478Original commit files touched by this commit
lev search for other commits by this committer
 Update to latest & newest version 1.10.0
1.9.7_2
21 Mar 2018 21:24:44
Revision:465240Original commit files touched by this commit
brnrd search for other commits by this committer
devel/apr1: Bump portrevision

 - Repair my rookie mistake of earlier today
 - Bump revision of dependent ports (again)

Reported by:	antoine
1.9.7_1
21 Mar 2018 19:50:35
Revision:465232Original commit files touched by this commit
brnrd search for other commits by this committer
devel/apr1: Fix runtime issues of dependent port

 - 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)
1.9.4
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
1.9.3
30 Dec 2015 15:22:15
Revision:404863Original commit files touched by this commit
ohauer search for other commits by this committer
- prepare for devel/subversion17 removal
1.9.2
15 Oct 2015 10:43:15
Revision:399335Original commit files touched by this commit
lev search for other commits by this committer
  Update devel/subversion to 1.9.2.

PR:		203713
Submitted by:	Peter Wemm <peter@FreeBSD.org>
1.8.14
08 Oct 2015 15:11:28
Revision:398832Original commit files touched by this commit
olgeni search for other commits by this committer
Remove trailing whitespace from Makefiles, A-L.
1.8.10_3
14 Nov 2014 15:38:28
Revision:372560Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
16 Jun 2014 13:12:21
Revision:357986Original commit files touched by this commit Refresh
lev search for other commits by this committer
  subversion port has been overhauled. Some optional parts was extracted
  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).
1.8.9
18 May 2014 15:13:22
Revision:354427Original commit files touched by this commit
lev search for other commits by this committer
 (1) Update to latest 1.8.9
 (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).
1.8.8
20 Feb 2014 17:02:46
Revision:345253Original commit files touched by this commit
lev search for other commits by this committer
 Update subversion to 1.8.8.
 STAGEfy java/java-subversion.
 Make java/java-subversion build on 10.0-RELEASE.
1.8.5
08 Dec 2013 20:19:30
Revision:335939Original commit files touched by this commit
ohauer search for other commits by this committer
- move java/subversion-java to java/java-subversion so
  PKGNAMESUFFIX can be used in the devel/subversion* ports

Approved by:	lev@ (implicit)

Number of commits found: 29