Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.14.4 10 Oct 2024 07:00:23 |
Michael Osipov (michaelo) |
*/*: 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_8 04 Oct 2024 18:32:45 |
Joseph Mingrone (jrm) |
devel/subversion/Makefile.addons: Add missing .include
Users who incorrectly set WITH_SUBVERSION_VER to something other than
latest or LTS encounter errors.
make -C/usr/ports/devel/py-subversion -VPORTNAME
make: "/usr/ports/Mk/bsd.port.mk" line 1829: Malformed conditional (${ARCH} ==
"amd64")
in /usr/share/mk/bsd.port.mk:27
in /usr/share/mk/bsd.port.post.mk:4
in /usr/ports/devel/py-subversion/Makefile:34
...
Resolve these errors by adding a missing .include directive.
PR: 281750
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D46807 |
1.14.3_8 15 Aug 2024 10:07:59 |
Michael Osipov (michaelo) |
devel/subversion{,-lts}: remove port option STATIC
Since the switch to CMake for textproc/utf8proc
(207abfe1369d1ef1d89fae73b1091b37b9060ef7) the static library is not being built
anymore. This means that the static build of Subversion has been broken since
2022-01. For the past two years only one has complained (PR 279430) and
the maintainer of textproc/utf8proc (PR 280429) cannot easily provide an archive
with CMake anymore. Therefore, removing the STATIC port option for good.
PR: 279430
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D46096 |
1.14.3_7 22 Apr 2024 13:09:56 |
Michael Osipov (michaelo) |
*/*: 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_6 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: 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_5 28 Jan 2024 13:39:33 |
Muhammad Moinur Rahman (bofh) |
devel/subversion: Moved man to share/man
Approved by: portmgr (blanket) |
1.14.3_4 08 Jan 2024 17:01:28 |
Lev A. Serebryakov (lev) |
devel/subversion: and devel/subversion-lts update to latest release 1.14.3.
Thank you, Yasuhito FUTATSUKI. |
1.14.2_4 31 Oct 2023 12:52:15 |
Michael Osipov (michaelo) |
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_4 21 Oct 2023 14:43:22 |
Daniel Engberg (diizzy) |
*/*: Treewide: Bump consumers of textproc/utf8proc
...after commit a71f6f1f41195fc156071640e2cd200541c21e52
Reported by: vvd |
1.14.2_3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.14.2_3 11 Apr 2023 23:19:50 |
Ed Maste (emaste) |
devel/subversion: retire commit message FreeBSD template
With all FreeBSD repos converted to Git there is no need for the custom
svn template option.
Reviewed by: lev
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D38640 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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_2 07 Sep 2022 10:26:41 |
Tobias C. Berner (tcberner) |
cleanup: remove trailing whitepaces |
1.14.2_2 20 Jul 2022 14:55:49 |
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 |
1.14.2_2 20 Jul 2022 14:21:35 |
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 ) |
1.14.2_2 17 Jul 2022 21:11:46 |
Yuri Victorovich (yuri) |
devel/subversion: Unbreak at run-time
It was failing with database/sqlite3 version mismatch errors. |
1.14.2_1 29 Jun 2022 16:33:01 |
Po-Chuan Hsieh (sunpoet) |
devel/subversion: Update WWW
Approved by: portmgr (blanket) |
1.14.2_1 14 Apr 2022 11:22:24 |
Lev A. Serebryakov (lev) |
devel/subversion: 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 |
1.14.2 14 Apr 2022 09:37:52 |
Lev A. Serebryakov (lev) |
devel/subversion: Fix build with SVNSERVE_WRAPPER=on
PR: 263274 |
1.14.2 13 Apr 2022 18:20:16 |
Lev A. Serebryakov (lev) |
devel/subversion: 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 '*'. |
1.14.2 13 Apr 2022 14:09:04 |
Lev A. Serebryakov (lev) |
devel/subversion: Update to latest version 1.14.2, fix two CVEs
Update subversion to 1.14.2. This fix two CVEs.
Also, allows build with database/db18.
PR: 262672
Security: CVE-2021-28544
Security: CVE-2022-24070 |
1.14.1 10 Feb 2022 21:30:16 |
Piotr Kubaj (pkubaj) |
devel/subversion: remove ia64 check |
1.14.1 10 Jan 2022 15:15:39 |
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 ) |
1.14.1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.14.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.14.1 16 Feb 2021 21:24:58 |
lev |
Proper fix for python bindings build failure: disable parallel build.
MFH: 2021Q1 |
1.14.1 16 Feb 2021 17:39:07 |
lev |
Fix python bindings build.
Reported by: Craig Leres <leres@freebsd.org>
MFH: 2021Q1 |
1.14.1 10 Feb 2021 16:58:18 |
lev |
Update to 1.14.1.
It is security uipdate, fixing CVE-2020-17525.
MFH: 2021Q1
Security: CVE-2020-17525 |
1.14.0 02 Jun 2020 13:36:47 |
lev |
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_1 03 Mar 2020 12:56:16 |
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 |
1.13.0_1 27 Feb 2020 12:11:54 |
0mp |
devel/subversion: Enable the GPG_AGENT option by default
gpg-agent is one of the easiest ways of storing credentials in Subversion.
Let's enable support for it by default to make life easier for Subversion
users, who do not want to depend on gnome-keyring or kwallet for password
storing.
PR: 244280
Approved by: lev (maintainer)
Differential Revision: https://reviews.freebsd.org/D23849 |
1.13.0 03 Nov 2019 22:48:11 |
lev |
Addons don't neet SWIG to be installed.
PR: 241602
Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org> |
1.13.0 03 Nov 2019 22:13:37 |
lev |
Update to 1.13.0.
PR: 241608
Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org> |
1.12.2 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
1.12.2 13 Aug 2019 14:46:28 |
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 |
1.12.2 27 Jul 2019 21:01:05 |
rene |
devel/subversion: remove support for SVN 1.9 and 1.10 from Makefile.addons |
1.12.2 24 Jul 2019 18:45:47 |
lev |
Update to 1.12.2 |
1.12.0 06 May 2019 11:56:48 |
lev |
Sort pkg-plist, no functional changes.
PR: 237691
Submitted by: ohauer@FreeBSD.org |
1.12.0 25 Apr 2019 16:28:46 |
lev |
Add LTS version of subversion to ports.
PR: 235934 |
1.12.0 25 Apr 2019 12:27:42 |
lev |
Update to 1.12.0 |
1.11.1_1 16 Jan 2019 15:06:42 |
lev |
Fix mod_dontdothat installation.
PR: 234978
Reported by: ohartmann@walstatt.org |
1.11.1_1 15 Jan 2019 14:21:54 |
lev |
Update to latest 1.11.1 |
1.11.0_1 10 Dec 2018 13:40:58 |
lev |
Make description for GITHUB_HACK more correct and precise. |
1.11.0_1 10 Dec 2018 11:26:36 |
lev |
Add patch to support GitHub again.
It is ugly hack, not approved by upstream, and it is turned off by default. |
1.11.0 01 Nov 2018 16:12:45 |
lev |
Update subversion to 1.11.0. |
1.10.3 10 Oct 2018 15:39:51 |
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 |
1.10.2_1 10 Sep 2018 12:00:39 |
des |
Regenerate with make makepatch and add a description. |
1.10.2_1 30 Aug 2018 14:06:28 |
des |
Add patch from upstream commit r1839662, which fixes automatic conflict
resolution for files removed from the merge target when the merge source
and merge target have no proper common ancestor. This is a depressingly
common scenario in the FreeBSD base tree.
Approved by: maintainer (lev)
Obtained from: https://svn.apache.org/r1839662 |
1.10.2 01 Aug 2018 16:33:11 |
adamw |
Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible
to." |
1.10.2 23 Jul 2018 13:08:32 |
lev |
Updatr to 10.0.2
PR: 229932
Submitted by: cy@FreeBSD.org |
1.10.0 22 May 2018 13:15:13 |
mat |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
1.10.0 20 Apr 2018 15:38:59 |
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 |
1.10.0 16 Apr 2018 12:28:45 |
lev |
Remove DIST_SUBDIR.
Reported by: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> |
1.10.0 16 Apr 2018 11:53:03 |
lev |
Update to latest & newest version 1.10.0 |
1.9.7_4 21 Mar 2018 21:24:44 |
brnrd |
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine |
1.9.7_3 21 Mar 2018 19:50:35 |
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) |
1.9.7_2 30 Jan 2018 12:31:06 |
lev |
Add optional support for gpg-agent
PR: 225553
Submitted by: Peter Laursen <plaursen@kobalt.dk>
Reported by: Peter Laursen <plaursen@kobalt.dk> |
1.9.7_1 11 Jan 2018 14:18:01 |
danfe |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
1.9.7_1 04 Jan 2018 20:58:50 |
lev |
Fix python shebangs
PR: 224656
Submitted by: Phillip R. Jaenke |
1.9.7 11 Aug 2017 14:02:22 |
lev |
Update to latest version 1.9.7
Security: http://subversion.apache.org/security/CVE-2017-9800-advisory.txt
Differential Revision: D11974 |
1.9.6 10 Jul 2017 15:59:30 |
lev |
Update to 1.9.6 |
1.9.5 10 Mar 2017 13:20:15 |
tijl |
Remove two old patches that caused a shared library to be linked with a
static one. This allows removing -fPIC from p5-subversion.
Approved by: lev |
1.9.5 01 Feb 2017 17:42:41 |
lev |
Fix shebang fix for new sed(1) behavior
PR: 215230
Submitted by: Xin Li <delphij@FreeBSD.org> |
1.9.5 30 Nov 2016 12:47:22 |
lev |
Update to latest version 1.9.5
Security: CVE-2016-8734 |
1.9.4 16 Nov 2016 18:47:38 |
jbeich |
devel/subversion: chase r359585
libsqlite3.la is no longer installed, so check for an ICU function
likely to be used.
PR: 214552
Reported by: antoine (via exp-run in bug 214384)
Approved by: portmgr blanket |
1.9.4 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
1.9.4 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.9.4 28 Apr 2016 15:15:55 |
lev |
Update:
devel/subversion to 1.9.4
devel/subversion18 to 1.8.16
This fix two CVEs:
http://subversion.apache.org/security/CVE-2016-2167-advisory.txt
http://subversion.apache.org/security/CVE-2016-2168-advisory.txt |
1.9.3_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.9.3_3 20 Mar 2016 12:43:49 |
lev |
Fix pkg-plist for DBD option again.
Submitted by: David Wolfskill <david@catwhisker.org> |
1.9.3_2 19 Mar 2016 14:06:10 |
lev |
(1) Fix pkg-plist for BDB backend
(2) Remove GNATS references from commit template
(3) Add "Reported by:" field to commit template
PR: 205182, 205692, 195252 |
1.9.3_1 15 Mar 2016 12:35:56 |
rakuco |
Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).
The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:
c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp
If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail. (Only the first 15 lines of the commit message are shown above ) |
1.9.3_1 15 Dec 2015 21:06:27 |
ohauer |
- update to 1.9.3
- do not fail STRIP with script files (wildcard STRIP)
Version 1.9.3
(15 Dec 2015, from /branches/1.9.x)
http://svn.apache.org/repos/asf/subversion/tags/1.9.3
User-visible changes:
- Client-side bugfixes:
* svn: fix possible crash in auth credentials cache (r1705328)
* cleanup: avoid unneeded memory growth during pristine cleanup (r1706241)
* diff: fix crash when repository is on server root (r1705060 et al)
* fix translations for commit notifications (r1709389, r1709562)
* ra_serf: fix crash in multistatus parser (r1706323, r1706324)
* svn: report lock/unlock errors as failures (r1701598 et al) (Only the first 15 lines of the commit message are shown above ) |
1.9.2_1 15 Nov 2015 11:10:26 |
lev |
(1) Place pkgconfig files to proper directory (libdata)
(2) Strip binaries and libraries if MAINTAINER_DEBUG is not set
(3) Set WITH_DEBUG if MAINTAINER_DEBUG option is selected
PR: 204496
Submitted by: Dmitry Marakasov <amdmi3@FreeBSD.org> |
1.9.2_1 19 Oct 2015 12:50:59 |
lev |
Improve apache configuration sample
PR: 203838
Submitted by: Olli Hauer <ohauer@FreeBSD.org> |
1.9.2 18 Oct 2015 19:06:29 |
lev |
Fix pkg-plist in case of disabled SERF.
As SERF is enabled by default, no version bump.
PR: 203845
Submitted by: oleksii.tsai@gmail.com |
1.9.2 15 Oct 2015 10:43:15 |
lev |
Update devel/subversion to 1.9.2.
PR: 203713
Submitted by: Peter Wemm <peter@FreeBSD.org> |
09 Sep 2015 11:15:02
|
amdmi3 |
- Fix shebangs
- Switch to @sample
Approved by: portmgr blanket |
1.8.14_1 20 Aug 2015 12:13:00 |
lev |
Fix detection of BDBv6.
PR: 202505
Submitted by: emz@norma.perm.ru |
1.8.14 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.8.14 06 Aug 2015 15:47:47 |
lev |
(1) Update to latest subversion 1.8.14.
(2) Make FreeBSD template configurable.
PR: [2] 201989
Submitted by: [2] Edward Tomasz Napierala |
1.8.13_2 01 Jul 2015 10:30:13 |
mat |
Fix Differential Revision move.
Noticed by: amdmi3
Sponsored by: Absolight
Differential Revision: |
1.8.13_1 30 Jun 2015 11:04:55 |
mat |
Move the phabricator line to the end, it seems it only works there.
With hat: phabric-admin@
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2943 |
1.8.13 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.8.13 31 Mar 2015 21:16:19 |
ohauer |
- security update to 1.8.13
- remove pkg-install
- add pkg-message
- add dedicated apache module file
Version 1.8.13
(31 Mar 2015, from /branches/1.8.x)
http://svn.apache.org/repos/asf/subversion/tags/1.8.13
User-visible changes:
- Client-side bugfixes:
* ra_serf: prevent abort of commits that have already succeeded (r1659867)
* ra_serf: support case-insensitivity in HTTP headers (r1650481, r1650489)
* better error message if an external is shadowed (r1655712, r1655738)
* ra_svn: fix reporting of directory read errors (r1656713) (Only the first 15 lines of the commit message are shown above ) |
1.8.11 15 Dec 2014 22:25:26 |
ohauer |
- update to 1.8.11
Changelog:
http://svn.apache.org/repos/asf/subversion/trunk/CHANGES
MFH: 2014Q4
Security: f5561ade-846c-11e4-b7a7-20cf30e32f6 |
1.8.10_3 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.8.10_3 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
1.8.10_3 18 Sep 2014 13:16:12 |
mat |
Make the comment about Differential Revision more accurate.
Sponsored by: Absolight |
1.8.10_2 11 Sep 2014 11:20:03 |
xmj |
devel/subversion: Add Differential Revision: to FreeBSD template
Given that it has been possible for a while to close Phabric's Differential
Revisions through svn commits, amend the subversion template to match this
behavior.
Differential Revision: https://reviews.freebsd.org/D600
Approved by: koobs (mentor)
Approved by: portmgr (mat) |
1.8.10_1 28 Aug 2014 21:37:55 |
tijl |
- In www/serf move libssl and libcrypto from Requires.private to
Libs.private in serf-1.pc such that subversion-static can use
"pkg-config --static" instead of requiring a .la file
- Remove an old libtool patch from devel/subversion
Approved by: ohauer |
1.8.10_1 13 Aug 2014 11:35:58 |
lev |
Properly build addons, with all (future) patches to build-outputs.mk |
1.8.10 12 Aug 2014 20:55:08 |
antoine |
Unbreak www/mod_dav_svn
Repored and submitted by: peter |
1.8.9_7 09 Aug 2014 18:42:34 |
ohauer |
- add CPE information
- use NO_STATIC instead DYNAMIC_ENABLED in pkg-plist |
1.8.9_7 06 Jul 2014 20:25:00 |
rakuco |
Add an extra '\t' to the "MFH:" template line.
Using a single '\t' does not align the value in the "MFH:" line correctly,
add another one for formatting and nitpicking.
CR: D358
Reviewed by: portmgr (mat) |
1.8.9_6 30 Jun 2014 14:24:05 |
lev |
Fix KWallet / GNOMe Keyring integration: eanble code in "main" libraries
as it doesn't call any functions from KWallet/Keyring directly but
should be enabled to load plugins dynamically.
PR: 191463
Submitted by: Raphael Kubo da Costa |
1.8.9_5 27 Jun 2014 17:21:07 |
miwi |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
1.8.9_4 16 Jun 2014 18:13:55 |
lev |
Fix for FreeBSD 9.
Fix messed up categories for slave ports. |
16 Jun 2014 14:43:16
|
lev |
Unbreak build when "devel/subversion" doesn't have options at all. |