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 |
Commit | Credits | Log message |
1.14.4 10 Oct 2024 07:00:23
![commit hash: 33666598aa968a8be215e76023987e9af48404c4 commit hash: 33666598aa968a8be215e76023987e9af48404c4](/images/git.png) ![commit hash: 33666598aa968a8be215e76023987e9af48404c4 commit hash: 33666598aa968a8be215e76023987e9af48404c4](/images/codeberg.svg) ![commit hash: 33666598aa968a8be215e76023987e9af48404c4 commit hash: 33666598aa968a8be215e76023987e9af48404c4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Michael Osipov (michaelo) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: update devel/subversion{,-lts} to 1.14.4
Approved by: jrm (mentor)
MFH: 2024Q4
Differential Revision: https://reviews.freebsd.org/D47022
Release Notes: https://svn.apache.org/repos/asf/subversion/tags/1.14.4/CHANGES |
1.14.3_2 22 Apr 2024 13:09:56
![commit hash: 8f3a81069ccca65cd36c1c3143ce232dfc808256 commit hash: 8f3a81069ccca65cd36c1c3143ce232dfc808256](/images/git.png) ![commit hash: 8f3a81069ccca65cd36c1c3143ce232dfc808256 commit hash: 8f3a81069ccca65cd36c1c3143ce232dfc808256](/images/codeberg.svg) ![commit hash: 8f3a81069ccca65cd36c1c3143ce232dfc808256 commit hash: 8f3a81069ccca65cd36c1c3143ce232dfc808256](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Michael Osipov (michaelo) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: take ownership of lev@'s Subversion ports
As agreed with lev@, I am taking ownership of these ports.
Approved by: jrm (mentor), lev
Differential Revision: https://reviews.freebsd.org/D44862 |
1.14.3_1 28 Feb 2024 15:53:37
![commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566](/images/git.png) ![commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566](/images/codeberg.svg) ![commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Michael Osipov (michaelo) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: 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.2 31 Oct 2023 12:52:15
![commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243 commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243](/images/git.png) ![commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243 commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243](/images/codeberg.svg) ![commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243 commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Michael Osipov (michaelo) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/subversion-lts: update port to next LTS version: 1.14.2
PR: 253566
Approved by: jrm (mentor), otis (mentor), lev
Release Notes: https://subversion.apache.org/docs/release-notes/1.14
Differential Revision: https://reviews.freebsd.org/D42348 |
1.14.2 25 Jan 2023 17:54:07
![commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450](/images/git.png) ![commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450](/images/codeberg.svg) ![commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
1.14.2 20 Jul 2022 14:23:26
![commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90](/images/git.png) ![commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90](/images/codeberg.svg) ![commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
1.14.2 29 Jun 2022 16:33:11
![commit hash: e9ab1fbefabbdee83b0b782952eb26cda69b6ec7 commit hash: e9ab1fbefabbdee83b0b782952eb26cda69b6ec7](/images/git.png) ![commit hash: e9ab1fbefabbdee83b0b782952eb26cda69b6ec7 commit hash: e9ab1fbefabbdee83b0b782952eb26cda69b6ec7](/images/codeberg.svg) ![commit hash: e9ab1fbefabbdee83b0b782952eb26cda69b6ec7 commit hash: e9ab1fbefabbdee83b0b782952eb26cda69b6ec7](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/mod_dav_svn: Update WWW
Approved by: portmgr (blanket) |
1.14.1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
1.12.2 13 Aug 2019 14:46:28
![Revision:508829 Revision:508829](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tobik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
1.11.1_1 16 Jan 2019 15:06:42
![Revision:490483 Revision:490483](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix mod_dontdothat installation.
PR: 234978
Reported by: ohartmann@walstatt.org |
1.11.0 01 Nov 2018 16:12:45
![Revision:483685 Revision:483685](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update subversion to 1.11.0. |
1.10.3 10 Oct 2018 15:39:51
![Revision:481744 Revision:481744](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
(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:467834 Revision:467834](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
(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:467478 Revision:467478](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to latest & newest version 1.10.0 |
1.9.7_2 21 Mar 2018 21:24:44
![Revision:465240 Revision:465240](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
brnrd ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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:465232 Revision:465232](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
brnrd ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.7 11 Mar 2018 17:38:46
![Revision:464189 Revision:464189](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
brnrd ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
1.9.7 04 Jan 2018 21:02:06
![Revision:458088 Revision:458088](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Don't set USE_* after bsd.port.pre.mk
PR: 224797
Submitted by: brnrd (with hat apache@) |
1.9.4 28 Oct 2016 16:00:45
![Revision:424861 Revision:424861](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
danfe ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove trailing dot in COMMENT and/or reword it accordingly
- Prefer standard option descriptions, and trim one long line |
1.9.3 30 Dec 2015 15:22:15
![Revision:404863 Revision:404863](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ohauer ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- prepare for devel/subversion17 removal |
1.9.2 15 Oct 2015 10:43:15
![Revision:399335 Revision:399335](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update devel/subversion to 1.9.2.
PR: 203713
Submitted by: Peter Wemm <peter@FreeBSD.org> |
1.8.13 31 May 2015 15:59:17
![Revision:388115 Revision:388115](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ohauer ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- s/CP/INSTALL_DATA/
I've done it wrong with the last update ...
Fix it now, before it will get lost! |
1.8.13 31 Mar 2015 21:17:41
![Revision:382869 Revision:382869](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ohauer ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- use dedicated apache module file for subversion modules
Approved by: lev@ (implicit) |
1.8.9_4 16 Jun 2014 18:13:55
![Revision:358032 Revision:358032](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix for FreeBSD 9.
Fix messed up categories for slave ports. |
16 Jun 2014 13:12:21
![Revision:357986 Revision:357986](/images/subversion.png)
|
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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). |