Port details |
- subversion17 Version control system
- 1.7.22_1 devel
=0 1.7.22_1Version of this port present on the latest quarterly branch.
- DEPRECATED: See https://subversion.apache.org/docs/release-notes/1.9.html
This port expired on: 2015-12-29
- Maintainer: ohauer@FreeBSD.org
- Port Added: 2013-06-19 21:13:55
- Last Update: 2015-12-30 15:24:01
- SVN Revision: 404864
- License: APACHE20
- WWW:
- http://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).
WWW: http://subversion.apache.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- subversion17>0:devel/subversion17
- No installation instructions:
- This port has been deleted.
- PKGNAME: subversion17
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf : devel/pkgconf
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libapr-1.so : devel/apr1
- libsqlite3.so : databases/sqlite3
- libexpat.so : textproc/expat2
- libneon.so : www/neon
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for subversion17-1.7.22_1:
BDB=off: Berkeley DB (deprected in 1.8.x)
DOCS=on: Build and/or install documentation
ENHANCED_KEYWORD=on: Enhanced svn:keyword support
FREEBSD_TEMPLATE=on: FreeBSD Project log template
GNOME_KEYRING=off: Build with GNOME Keyring auth support
KDE_KWALLET=off: Build with KDE KWallet auth support
MAINTAINER_DEBUG=off: Build debug version
MOD_DAV_SVN=off: mod_dav_svn module for Apache 2.X
NEON=on: WebDAV/Delta-V (HTTP/HTTPS) repo access module
NLS=on: Native Language Support
P4_STYLE_MARKERS=on: Perforce-style conflict markers
SASL=off: SASL authentication support
SERF=off: 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=off: Install several tools (svnauthz-validate and mod_dontdothat are among them)
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- tar:bzip2 pkgconfig libtool cpe gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.22_1 30 Dec 2015 15:24:01 |
ohauer |
- remove devel/subversion
(EXPIRATION_DATE=2015-12-29) |
1.7.22_1 15 Dec 2015 20:57:59 |
ohauer |
- backport patch for CVE-2015-5343 [1]
- sync 220_subversion.conf.sample.in with subversion 1.8/1.9
- bump PORTREVISION
[1] http://subversion.apache.org/security/CVE-2015-5343-advisory.txt
MFH: 2015Q4 |
1.7.22 11 Nov 2015 21:03:07 |
ohauer |
- deprecate port, set expiration date to 2015-12-29 [1]
Version 1.7.x is no longer supported by upstream.
[1]
https://subversion.apache.org/docs/release-notes/1.9.html#svn-1.7-deprecation
M subversion17/Makefile.common |
1.7.22 23 Aug 2015 20:37:31 |
ohauer |
- update to 1.7.22
Developer-visible changes:
- General:
* fix the regression test suite which was broken in 1.7.21 (r1694012) |
1.7.21 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
1.7.21 06 Aug 2015 20:41:08 |
ohauer |
- upgrade to 1.7.21
- fix py-subversion (convert BDB_CONFIGURE_OFF back to !${PORT_OPTIONS:MBDB})
- fix sample apache module config ('s/dav_module/dav_svn_module/')
- add tuning example for dav_svn_module
MFH: 2013Q5 |
1.7.20 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.7.20 31 Mar 2015 20:55:25 |
ohauer |
- security update to version 1.7.20
- Instead changing the httpd.conf the port uses now a
dedicated module file to activate the apache modules
%%APACHEETCDIR%%/modules.d/220_subversion.conf
Changelog:
Version 1.7.20
(31 Mar 2015, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.20
User-visible changes:
- Client-side bugfixes:
* fix 'svn patch' output for reordered hunks
- Server-side bugfixes: (Only the first 15 lines of the commit message are shown above ) |
1.7.19_1 24 Dec 2014 06:03:23 |
ohauer |
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION
Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)
PR: 195786
Differential Revision: https://reviews.freebsd.org/D1319
Submitted by: ohauer
Reviewed by: portmgr (bapt, mat)
Approved by: portmgr, lev (implicit) |
1.7.19 15 Dec 2014 22:24:25 |
ohauer |
- update to 1.7.19
Changelog:
http://svn.apache.org/repos/asf/subversion/trunk/CHANGES
MFH: 2014Q4
Security: f5561ade-846c-11e4-b7a7-20cf30e32f6 |
1.7.18 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
1.7.18 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
1.7.18 05 Oct 2014 21:17:05 |
tijl |
Remove old libtool patches |
1.7.17_2 09 Aug 2014 18:42:34 |
ohauer |
- add CPE information
- use NO_STATIC instead DYNAMIC_ENABLED in pkg-plist |
1.7.17_2 27 Jun 2014 17:21:07 |
miwi |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
1.7.17_1 12 Jun 2014 09:17:33 |
tijl |
Bump PORTREVISION on everything that depends on devel/apr1 due to the
library version change.
Approved by: portmgr (implicit) |
1.7.17 20 May 2014 05:18:23 |
ohauer |
- update to 1.7.17
- s/USE_AUTOTOOLS=libtool/USES=libtool/
- strip
Version 1.7.17
User-visible changes:
- Client-side bugfixes:
* log: use proper peg revision over DAV (r1568872)
* move: fix errors when moving files between an external and the parent
working copy (r1551579)
* copy: fix 'svn copy URL WC' on relocated working copies
(r1580626, r1580650)
- Server-side bugfixes:
* mod_dav_svn: blacklist building with broken versions of httpd; 2.2.25, (Only the first 15 lines of the commit message are shown above ) |
1.7.16_2 11 Apr 2014 17:29:07 |
mat |
Add a MFH line to the FreeBSD template
With hat: portmgr
Sponsored by: Absolight |
1.7.16_1 20 Mar 2014 18:42:22 |
gjb |
- Update commit template to include 'Relnotes:' tag, to
help re@ track release notes candidates.
- Bump PORTREVISION.
Discussed with: re
Reviewed by: bdrewery
Sponsored by: The FreeBSD Foundation |
1.7.16 26 Feb 2014 21:09:19 |
ohauer |
- update to version 1.7.16
- add BDB deprecated message (FS backend is the thefault
since many years, I hope no one use BDB backends today)
- adopt static build fix from devel/subversion
Changes:
========
Version 1.7.16
(26 Feb 2014, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.16
User-visible changes:
- Client-side bugfixes:
* copy: fix some scenarios that broke the working copy (r1560690)
* diff: fix regressions due to fixes in 1.7.14 (issue #4460) (Only the first 15 lines of the commit message are shown above ) |
1.7.14_1 02 Feb 2014 16:40:09 |
ohauer |
- fix apache module building (r341335 regression) [1]
- add all necessary KDE dependencies to KDE_KWALLET (r331808 regression) [2]
- fix shebank (the old way!) [3]
PR: ports/186167 , Tang Jianfeng <tangjfn@gmail.com> [1]
PR: ports/186361 , PeterK <fbsdq@peterk.org> [1]
PR: ports/185494 , Raphael Kubo da Costa <rakuco@FreeBSD.org> [2]
PR: ports/184295 , Matthias Andree <mandree@FreeBSD.org> [3]
Approved by: lev (implicit) |
1.7.14 23 Jan 2014 18:52:31 |
mat |
Add PKGNAMESUFFIX to subversion1{6,7}
With hat: portmgr
Sponsored by: Absolight |
1.7.14 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.7.14 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
1.7.14 25 Nov 2013 19:52:24 |
ohauer |
- security update subversion-1.8.5 / 1.7.14 [1]
- add vuxml entry
- let bindings ports load options file [2]
[1]
Version 1.8.5
(25 November 2013, from /branches/1.8.x)
http://svn.apache.org/repos/asf/subversion/tags/1.8.5
User-visible changes:
- Client-side bugfixes:
* fix externals that point at redirected locations (issues #4428, #4429)
* diff: fix assertion with move inside a copy (issue #4444)
- Server-side bugfixes: (Only the first 15 lines of the commit message are shown above ) |
1.7.13 05 Nov 2013 22:16:34 |
ohauer |
- book is now a dedicated port |
1.7.13 29 Oct 2013 22:01:05 |
ohauer |
grr, last commit was from the wron local repo ...
as in the last commit msg written disable PKGNAMEPREFIX
(LATEST_LINK was already added back) |
1.7.13 29 Oct 2013 21:14:22 |
ohauer |
- USES+= pkgconfig
- re add LATEST_LINK to stop duplicate pkgname warnings
adding PKGNAMEPREFIX will break (py|p5|ruby|java) subversion sub ports |
1.7.13 27 Oct 2013 18:41:33 |
ohauer |
- add STAGEDIR support |
1.7.13 14 Oct 2013 19:42:48 |
ohauer |
- use new LIB_DEPENDS notation in subversion ports
- use new LIB_DEPENDS notation in Mk/Uses to fix static svn building [1]
Approved by: portmgr (babt@) [1] |
1.7.13 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.7.13 20 Sep 2013 10:54:23 |
ak |
- Remove last vestiges of MAKE_JOBS_SAFE knob
Approved by: portmgr (bapt) |
1.7.13 02 Sep 2013 19:04:21 |
ohauer |
- update devel/subversion to 1.8.3 [1]
- update devel/subversion17 to 1.7.13 [1]
- add vuxml entry
Version 1.7.13
(29 Aug 2013, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.13/CHANGES
User-visible changes:
- General
* merge: fix bogus mergeinfo with conflicting file merges (issue #4306)
* diff: fix duplicated path component in '--summarize' output (issue #4408)
* ra_serf: ignore case when checking certificate common names (r1514763)
- Server-side bugfixes: (Only the first 15 lines of the commit message are shown above ) |
1.7.11 24 Jul 2013 17:18:50 |
lev |
Update:
devel/subversion to 1.8.1
devel/subversion16 to 1.7.11
These releases fix CVE-2013-4131
http://subversion.apache.org/security/CVE-2013-4131-advisory.txt
Approved by: Olli Hauer <ohauer@FreeBSD.org> for devel/subversion17
Security: CVE-2013-4131 |
1.7.10_1 06 Jul 2013 09:03:05 |
ohauer |
- cleanup APACHE version check
- bump PORTREVISION |
1.7.10 21 Jun 2013 08:13:07 |
ohauer |
- fix binding for (p5|py|ruby)-subversion |
1.7.10 19 Jun 2013 21:34:00 |
ohauer |
- set LATEST_LINK to preserve devel/subversion |
1.7.10 19 Jun 2013 21:13:34 |
ohauer |
- restore subversion-1.7.x as subversion17
I will take the port
OK per PM by Lev@ |