Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: devel/subversion |
Date | By | Description |
20 Jul 2022 14:23:26 1.14.2 |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
29 Jun 2022 16:33:11 1.14.2 |
Po-Chuan Hsieh (sunpoet)  |
www/mod_dav_svn: Update WWW
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 1.14.1  |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
13 Aug 2019 14:46:28
1.12.2  |
tobik  |
Mk/bsd.sanity.mk: Flag non-integer PORTREVISION/PORTEPOCH
Currently they are not checked and something like PORTREVISION=foo
or just PORTREVISION= is accepted. Some ports use indirection via
custom variables for them so it is worthwhile to check that they
are set to sane values.
While here fix ports that currently have non-integer PORTREVISION
or PORTEPOCH.
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D21225 |
16 Jan 2019 15:06:42
1.11.1_1  |
lev  |
Fix mod_dontdothat installation.
PR: 234978
Reported by: ohartmann@walstatt.org |
01 Nov 2018 16:12:45
1.11.0  |
lev  |
Update subversion to 1.11.0. |
10 Oct 2018 15:39:51
1.10.3  |
lev  |
(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 |
20 Apr 2018 15:38:59
1.10.0_1  |
lev  |
(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 |
16 Apr 2018 11:53:03
1.10.0  |
lev  |
Update to latest & newest version 1.10.0 |
21 Mar 2018 21:24:44
1.9.7_2  |
brnrd  |
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine |
21 Mar 2018 19:50:35
1.9.7_1  |
brnrd  |
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) |
11 Mar 2018 17:38:46
1.9.7  |
brnrd  |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
04 Jan 2018 21:02:06
1.9.7  |
lev  |
Don't set USE_* after bsd.port.pre.mk
PR: 224797
Submitted by: brnrd (with hat apache@) |
28 Oct 2016 16:00:45
1.9.4  |
danfe  |
- Remove trailing dot in COMMENT and/or reword it accordingly
- Prefer standard option descriptions, and trim one long line |
30 Dec 2015 15:22:15
1.9.3  |
ohauer  |
- prepare for devel/subversion17 removal |
15 Oct 2015 10:43:15
1.9.2  |
lev  |
Update devel/subversion to 1.9.2.
PR: 203713
Submitted by: Peter Wemm <peter@FreeBSD.org> |
31 May 2015 15:59:17
1.8.13  |
ohauer  |
- s/CP/INSTALL_DATA/
I've done it wrong with the last update ...
Fix it now, before it will get lost! |
31 Mar 2015 21:17:41
1.8.13  |
ohauer  |
- use dedicated apache module file for subversion modules
Approved by: lev@ (implicit) |
16 Jun 2014 18:13:55
1.8.9_4  |
lev  |
Fix for FreeBSD 9.
Fix messed up categories for slave ports. |
16 Jun 2014 13:12:21
 |
lev  |
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). |