Port details |
- subversion-lts Version control system, long-time-support version
- 1.10.8_1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: lev@FreeBSD.org
 - Port Added: 2019-04-25 16:29:02
- Last Update: 2022-07-20 14:55:49
- Commit Hash: 4831879
- License: APACHE20
- 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 contains LTS release.
WWW: https://subversion.apache.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- subversion-lts>0:devel/subversion-lts
- Conflicts:
- CONFLICTS_INSTALL:
- subversion
- subversion-lts-1.[0-9].[0-9]*
- subversion-lts-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/devel/subversion-lts/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/subversion-lts
- pkg install subversion-lts
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: subversion-lts
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1649855225
SHA256 (subversion-1.10.8.tar.bz2) = 0a73ba3127b5a2fffb8fee2b702984f2a808de710a8db28b7dd4010d8be50e5a
SIZE (subversion-1.10.8.tar.bz2) = 8394726
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libapr-1.so : devel/apr1
- libsqlite3.so : databases/sqlite3
- libexpat.so : textproc/expat2
- libutf8proc.so : textproc/utf8proc
- liblz4.so : archivers/liblz4
- libserf-1.so : www/serf
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for subversion-lts-1.10.8_1:
BDB=off: Berkeley DB support
DOCS=on: Build and/or install documentation
FREEBSD_TEMPLATE=off: FreeBSD Project log template
GPG_AGENT=off: Enable GPG agent password store
NLS=on: Native Language Support
SASL=off: SASL authentication support
SERF=on: WebDAV/Delta-V (HTTP/HTTPS) repo access module
STATIC=off: Build static version (no shared libs)
SVNSERVE_WRAPPER=off: Enable svnserve wrapper (umask setter)
TEST=off: Run subversion test suite
TOOLS=on: Install several tools
===> Use 'make config' to modify these settings
- Options name:
- devel_subversion-lts
- USES:
- shebangfix python:env cpe libtool pathfix pkgconfig shebangfix tar:bzip2 gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:55:49 1.10.8_1 |
Tobias C. Berner (tcberner)  |
cleanup: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Trull <freebsd.alex@trull.org>
* Alonso Cardenas <acm@FreeBSD.org>
* Boris Samorodov <bsam@FreeBSD.org>
* David Shane Holden <dpejesh@yahoo.com>
* Felix Palmen <felix@palmen-it.de>
* Hirohisa Yamaguchi <umq@ueo.co.jp>
* Kevin Bowling <kbowling@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>
* Matthias Andree
* Matthias Fechner <mfechner@FreeBSD.org>
* Oleg Sidorkin <osidorkin@gmail.com>
* Oliver Lehmann
* Radim Kolar <hsn@sendmail.cz>
* Timothy Beyer <beyert@cs.ucr.edu>
* hq@FreeBSD.org
* johalun0@gmail.com
* lev@FreeBSD.org
* rooneg@electricjellyfish.net
With hat: portmgr |
20 Jul 2022 14:21:35 1.10.8_1 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
29 Jun 2022 16:33:01 1.10.8_1 |
Po-Chuan Hsieh (sunpoet)  |
devel/subversion-lts: Update WWW
Approved by: portmgr (blanket) |
14 Apr 2022 11:20:55 1.10.8_1 |
Lev A. Serebryakov (lev)  |
devel/subversion-lts: Turn off FREEBSD_TEMPLATE by default.
As now subversion is not used for FreeBSD development, have this option
turned on by default has little sense.
PR: 258627 |
14 Apr 2022 09:48:19 1.10.8 |
Lev A. Serebryakov (lev)  |
devel/subversion-lts: Fix build with SVNSERVE_WRAPPER=on
PR: 263274 |
13 Apr 2022 18:26:06 1.10.8 |
Lev A. Serebryakov (lev)  |
devel/subversion-lts: Make all binaries stripping explicit.
Running ${STRIP_CMD} on non-binary file can left zero-length
temporary file.
Strip all binaries explicitly, with list of them and loop, instead
of calling ${STRIP_CMD} with '*'. |
13 Apr 2022 13:56:06 1.10.8 |
Lev A. Serebryakov (lev)  |
devel/subversion-lts: Update to latest 1.10.x version which fix two CVEs
Update devel/subversion-lts to latest 1.10.8 version.
This update fixes two CVEs
Security: CVE-2021-28544
Security: CVE-2022-24070 |
10 Feb 2022 21:30:20 1.10.7  |
Piotr Kubaj (pkubaj)  |
devel/subversion-lts: remove ia64 check |
10 Jan 2022 15:15:39 1.10.7  |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:13 1.10.7  |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 1.10.7  |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Feb 2021 17:03:38
1.10.7  |
lev  |
Updatye to 1.10.7.
It is securoty update.
It fixes https://subversion.apache.org/security/CVE-2020-17525-advisory.txt
MFH: 2021Q1
Security: CVE-2020-17525 |
01 Jan 2021 10:11:35
1.10.6  |
antoine  |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
01 Jan 2021 00:57:24
1.10.6  |
rene  |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
03 Mar 2020 12:56:16
1.10.6  |
mat  |
Ports MUST NOT set WITH_DEBUG.
WITH_DEBUG is a user facing variable. When a user wants to build a port
with debugging symbols enabled, they either set WITH_DEBUG globally, or
WITH_DEBUG_PORTS+=category/port.
Approved by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23940 |
03 Nov 2019 22:48:11
1.10.6  |
lev  |
Addons don't neet SWIG to be installed.
PR: 241602
Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org> |
13 Aug 2019 16:01:59
1.10.6  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
24 Jul 2019 18:50:55
1.10.6  |
lev  |
Update to 1.10.6 |
06 May 2019 11:58:48
1.10.4  |
lev  |
update to 1.10.4.
This fix CVE-2018-11803.
PR: 237690
Submitted by: ohauer@FreeBSD.org |
25 Apr 2019 16:28:46
1.10.3  |
lev  |
Add LTS version of subversion to ports.
PR: 235934 |