Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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. |
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). |
1.8.9_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.8.9 18 May 2014 15:13:22
  |
lev  |
(1) Update to latest 1.8.9
(2) USES=libtool instead of USE_AUTOTOOLS=libtool
(3) Bump required Java version to 1.7 for java/java-subversion.
(4) Build java/kava-subversion with system clang, not "any" gcc
on 10 and CURRENT (checked with OpenJDK7 and OpenJDK8). |
1.8.8_2 11 May 2014 19:22:54
  |
amdmi3  |
- Convert USE_BZIP2 to USES
- Silence post-patch
PR: 188874
Submitted by: amdmi3
Approved by: maintainer timeout |
1.8.8_2 11 Apr 2014 17:29:07
  |
mat  |
Add a MFH line to the FreeBSD template
With hat: portmgr
Sponsored by: Absolight |
1.8.8_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.8.8 20 Feb 2014 17:02:46
  |
lev  |
Update subversion to 1.8.8.
STAGEfy java/java-subversion.
Make java/java-subversion build on 10.0-RELEASE. |
1.8.5_2 19 Feb 2014 07:24:00
  |
miwi  |
- Fix stage support |
1.8.5_2 15 Feb 2014 16:48:16
  |
lev  |
Quick fix for previous commit. |
1.8.5_2 15 Feb 2014 12:56:17
  |
lev  |
(1) Make possible to build subversion with db6.
(2) Fix and STAGEfy subversion-static.
(3) Allow not to override/deinstall modified svnserve script if it is used.
PR: ports/185005, ports/180121, ports/181340, ports/186446, ports/186764 |
1.8.5_1 02 Feb 2014 16:44:12
  |
ohauer  |
- fix conflict |
1.8.5_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.8.5 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
1.8.5 21 Jan 2014 20:23:38
  |
rakuco  |
Do not tie the KDE_KWALLET option to NLS.
Ever since Subversion's r1466445
https://svn.apache.org/viewvc?view=revision&revision=1466445, which has been
present for the whole 1.8 series, KWallet detection does not depend on NLS
support anymore.
PR: ports/185493
Submitted by: rakuco@
Approved by: maintainer timeout (16 days) |
1.8.5 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.8.5 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.8.4 06 Nov 2013 06:54:19
  |
ohauer  |
- s/USES=/USES+=/
do not overwrite USES from sub ports
Submitted by: az |
1.8.4 05 Nov 2013 22:05:38
  |
ohauer  |
- update to version 1.8.4
- add stage support
Version 1.8.4
User-visible changes:
- Client- and server-side bugfixes:
* fix assertion on urls of the form 'file://./' (r1516806)
* stop linking against psapi.dll on Windows (r1534102)
* translation updates for Swedish
- Client-side bugfixes:
* revert: fix problems reverting moves (issue #4436)
* update: fix assertion when file external access is denied (issue #4422)
* merge: reduce network connections for automatic merge (r1468980 et al)
* merge: fix path corruption during reintegration (r1523666) (Only the first 15 lines of the commit message are shown above ) |
1.8.3 27 Oct 2013 22:01:21
  |
ohauer  |
- adopt new ${opt}_ syntax
- move pkg-deinstall code to pkg-plist
- cleaner way to install tools |
1.8.3 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.8.3 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.8.3 20 Sep 2013 10:54:23
  |
ak  |
- Remove last vestiges of MAKE_JOBS_SAFE knob
Approved by: portmgr (bapt) |
1.8.3 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.8.1 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.8.0_3 13 Jul 2013 15:36:51
  |
lev  |
(1) Fix subversion-static port to use SERF.
(2) Backport fix of issue #4383: problems with symbolic-link WC.
(3) Backport change r1500762 (no isue # found): conflict between
GPG Agent and other password stories.
(4) Fix error message when Subversion is configured with BDB abd
APR is not.
PR: ports/179807, ports/180121, ports/180121
Submitted by: [3] eugen@grosbein.pp.ru |
1.8.0_2 06 Jul 2013 09:03:05
  |
ohauer  |
- cleanup APACHE version check
- bump PORTREVISION |
1.8.0_1 21 Jun 2013 16:39:15
  |
lev  |
Don't copy *.la files to tools directory.
PR: ports/179791
Submitted by: Lawrence Chen <beastie@tardisi.com> |
1.8.0_1 19 Jun 2013 21:57:33
  |
lev  |
(1) Fix mod_Dav_svn installation.
(2) Add TOOLS instead of MOD_DONTDOTHAT and SVNAUTHZ_VALIDATE, but disable
installation of diffX tools.
PR: ports/179728 [1] |
1.8.0 19 Jun 2013 17:29:45
  |
lev  |
Upgrade subversion to 1.8.0.
Re-enable ruby-subversion, as it supports ruby 1.9 |
1.7.10 31 May 2013 22:30:57
  |
ohauer  |
- fix distinfo for svn docs (lost in last commit)
- adjust CONFLICTS add upcomming 1.8
Approved by: lev (implicit) |
1.7.10 31 May 2013 21:41:56
  |
lev  |
Update subversion ports to 1.7.10 and 1.6.23.
It fixes 3 security issues:
CVE-2013-1968: fsfs repository corruption caused by newline characters in
filenames
CVE-2013-2088: contrib hook-scripts can allow arbitrary code execution
CVE-2013-2112: svnserve remotely triggerable DoS.
Security: CVE-2013-1968
Security: CVE-2013-2088
Security: CVE-2013-2112 |
1.7.9_1 29 May 2013 04:46:28
  |
jgh  |
- adoption of optionsNG
- add trace options to ncurses{-deve}
- doc knob conversion in subversion{16}
- trim headers/comments
- eliminate some processing of bsd.port.pre.mk
Approved by: portmgr (miwi) |
1.7.9_1 30 Apr 2013 20:00:28
  |
bdrewery  |
- Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS
This fixes the following warning when running 'run-depends-list':
"install" non-existent -- dependency list incomplete
With hat: portmgr |
1.7.9_1 26 Apr 2013 15:10:57
  |
bapt  |
Convert USE_GETTEXT -> USES=gettext
While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng |
1.7.9_1 24 Apr 2013 13:36:19
  |
ak  |
- Convert USE_GETTEXT to USES (part 2)
Approved by: portmgr (bapt) |
1.7.9_1 10 Apr 2013 18:05:53
  |
rpaulo (src committer)  |
Bump PORTREVISION.
Approved by: portmgr
Requested by: bdrewery |
1.7.9 10 Apr 2013 16:16:12
  |
rpaulo (src committer)  |
Remove the NPREFIX macro and use a more data-driven approach.
PR: 177746j
Submitted by: Christoph Mallon
Reviewed by: lev
Approved by: portmgr |
1.7.9 06 Apr 2013 10:00:28
  |
ohauer  |
- Subversion 1.7.9 security update [1]
- Subversion 1.6.21 security update [2]
This release addesses the following issues security issues:
[1][2] CVE-2013-1845: mod_dav_svn excessive memory usage from property changes
[1][2] CVE-2013-1846: mod_dav_svn crashes on LOCK requests against activity
URLs
[1][2] CVE-2013-1847: mod_dav_svn crashes on LOCK requests against non-existant
URLs
[1][2] CVE-2013-1849: mod_dav_svn crashes on PROPFIND requests against activity
URLs
[1] CVE-2013-1884: mod_dav_svn crashes on out of range limit in log REPORT
request
More information on these vulnerabilities, including the relevent advisories
and potential attack vectors and workarounds, can be found on the Subversion
security website:
http://subversion.apache.org/security/
PR: 177646
Submitted by: ohauer
Approved by: portmgr (tabthorpe, erwin), lev
Security: b6beb137-9dc0-11e2-882f-20cf30e32f6d |
1.7.8 23 Mar 2013 03:41:21
  |
rpaulo (src committer)  |
Add 'Sponsored by:' to the FreeBSD template.
Furthermore, auto complete the Sponsored by field if ORGANIZATION is
defined in /etc/make.conf.
This means that you can set:
ORGANIZATION=The FreeBSD Foundation
in /etc/make.conf and then, after (re)building subversion, the FreeBSD
template will have the name of the organization you defined
automatically filled.
Maintainer timeout after 10 days.
Reviewed by: eadler, gjb, peter
Approved by: gjb |
1.7.8 04 Mar 2013 10:55:24
  |
lwhsu  |
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation |
1.7.8 13 Jan 2013 23:25:35
  |
ohauer  |
- disable build against installed serf if not explicit selected via OPTION
- make test fail non fatal
patch was part of PR 173283
while I'm here adopt new Makefile header
PR: 173283
Submitted by: ohauer
Approved by: maintainer timeout |
1.7.8 30 Dec 2012 15:31:05
  |
lev  |
Update to latest 1.7.8
Feature safe: yes |
1.7.7_1 10 Dec 2012 15:10:03
  |
ume  |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2. |
1.7.7 08 Nov 2012 00:14:51
  |
obrien  |
The 'svnmucc' path is different when built statically.
Approved by: lev
Feature safe: yes |
1.7.7 05 Nov 2012 20:01:08
  |
lev  |
Really remove patch, includet to upstreeam
Feature safe: yes |
1.7.7 05 Nov 2012 19:16:09
  |
lev  |
Upgrade to 1.7.7
Feature safe: yes |
1.7.6 14 Sep 2012 14:59:58
  |
lev  |
(1) Update to latest 1.7.6
(2) Convert to new OPTIONS framework.
(3) Check for proper sqlite3 for STATIC build.
(4) Don't require NLS and BDB unconditionally for static build.
(5) Add option to build Multiple URL Command Client
Submitted by: Warren Block <wblock@wonkity.com> [5] |
1.7.5 31 Aug 2012 08:04:00
  |
avilla  |
- Fix build when WITHOUT_NLS and WITH_KDE_KWALLET are defined together.
PR: 170669
Submitted by: avilla (me)
Approved by: lev (maintainer timeout: 2 weeks) |
1.7.5 18 Aug 2012 14:29:11
 |
ohauer  |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
1.7.5 20 May 2012 10:41:14
 |
lev  |
(1) Update to 1.7.5
(2) Fix pkg-plist problem
PR: ports/168012
Submitted by: Olli Hauer <ohauer@FreeBSD.org> |
1.7.4_1 02 Apr 2012 15:16:52
 |
lev  |
Fix build by clang and gcc 4.7.
Feature safe: yes |
1.7.4 01 Apr 2012 18:45:05
 |
lev  |
(1) Update to 1.7.4.
(2) Remove all run-time dependencies for static build.
(3) Check for incompatible options, like static and KDE Wallet.
(4) Move FreeBSD extended API to private include file.
(5) Fix build of mod_dontdothat.
PR: [2] ports/166187, [5] ports/165390, [4] ports/165311.
Feature safe: yes |
1.7.3 28 Mar 2012 22:14:56
 |
jgh  |
- drop invalid post-deinstall target
PR: ports/166119
Submitted by: jgh
Approved by: maintainer timeout ( 14 days )
Feature safe: yes |
1.7.3 13 Mar 2012 11:47:25
 |
timur  |
Fix in the location of mod_dontdothat module.
As of version 1.7.3:
* ship mod_dontdothat with the standard release
Feature safe: yes |
1.7.3 14 Feb 2012 16:06:21
 |
lev  |
(1) Upgrade to 1.7.3
(2) Return building od mod_dontdothat
(3) Fix pkg-plist and remove strange binary files from installation
(4) Make better install/deinstall scripts
(5) Fix installation with SVNSERVE_WRAPPER, MOD_DAV_SVN and WITH_REPO_CREATION
PR: [3, 4] ports/164033, [5] ports/164583 |
1.7.2 12 Feb 2012 20:55:53
 |
pgollucci  |
- Generate distinfo w/ the WITH_BOOK=yes flag |
1.7.2 12 Feb 2012 20:53:25
 |
pgollucci  |
- Fix Subversion Book
PR: ports/163194, ports/164308, ports/164508
Submitted by: glewis@, several
Approved by: maintainer timeout (lev ; 58 days) |
1.7.2 14 Jan 2012 08:57:23
 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.7.2 09 Jan 2012 15:41:08
 |
tabthorpe  |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
1.7.2 20 Dec 2011 22:37:52
 |
pgollucci  |
- Bump the serf lib name as required for 0.7.2 -> 1.0.0 www/serf upgrade
Reminded by: sfc |
1.7.2 05 Dec 2011 21:15:36
 |
lev  |
Update to 1.7.2
Fix building with apr 0.9.20.
Feature safe: yes |
1.7.1_1 09 Nov 2011 15:26:04
 |
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.7.1_1 30 Oct 2011 10:45:29
 |
lev  |
Add patch from upstream to fix nasty bug, which blocks all POST requests to
apache server, not proccessed by mod_dav_svn. It should fix "500 Internal
server error" caused by installing 1.7.x.
Submitted by: theultramage (at) gmail (dot) com |
1.7.1 30 Oct 2011 04:22:51
 |
wxs  |
- Fix build on 10
Approved by: portmgr@ (miwi) |
1.7.1 23 Oct 2011 10:17:31
 |
lev  |
Upgrade to 1.7.1.
Many bugfixes, especially in Java bindings.
Fix checksum/size of re-rolled book.
Book doesn't contain any executable code, so here is no security risk. |
1.7.0_1 16 Oct 2011 21:01:42
 |
lev  |
(1) Activate mod_dav_svn in "post-install" target, as it is not activated
by subversion itself.
(2) Rename USE_SUBVERSION to WITH_SUBVERSION_VER. |
1.7.0 16 Oct 2011 14:31:47
 |
lev  |
Update subversion to 1.7.0.
Make FreeBSD patches to be port's options and remove separated port.
Rename patches to more sane names.
Add devel/subversion16 port, for people, who need old version.
Mark ports, which could not be built with subversion 1.7.x, as
conflicting with new subversion. |
1.6.17_2 13 Sep 2011 23:07:52
 |
gabor  |
- Bump PORTREVISION after databases/gdbm update to track the dependency.
It has been reported that the subversion ports somehow indirectly
depend on gdbm but rebuilding them solves the problems. |
1.6.17_1 20 Aug 2011 17:27:52
 |
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
1.6.17 02 Jun 2011 14:02:36
 |
lev  |
Update to latest 1.6.17, which fixes three security issues:
CVE-2011-1752, CVE-2011-1783, and CVE-2011-1921. |
1.6.16_3 14 May 2011 17:40:47
 |
ohauer  |
- bump PORTREVISION since serf was updated.
Note:
serf is not "on" as default, but widly used in combination
with subversion instead of neon |
1.6.16_2 11 Apr 2011 00:04:08
 |
avilla  |
- Add dependency on kdebase4-runtime when KWallet support is built.
- Fix build with KDE_WALLET when KDE 3 is installed. [1]
- Bump PORTREVISION.
This completes my previous commit and fixes KDE_WALLET option.
PR: 156302 [1]
Submitted by: Axel Gonzalez <loox@e-shell.net> [1]
Approved by: lev (maintainer, implicit) |
1.6.16_1 01 Apr 2011 15:19:58
 |
avilla  |
- Fix plist when GNOME_KEYRING is on. [1]
- Add optional KDE KWallet support. [2]
- Bump PORTREVISION.
PR: 155395 [1]
155419 [2]
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Approved by: lev (maintainer timeout) |
1.6.16 05 Mar 2011 12:10:31
 |
lev  |
IT IS SECURITY UPDATE!
(1) Update to 1.5.16.
(2) Disable mod_dav_svn building when it is disabled, but apache2 is installed
PR: [2] ports/154223 |
1.6.15 25 Dec 2010 16:55:41
 |
sunpoet  |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
1.6.15 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
1.6.15 24 Nov 2010 22:51:10
 |
lev  |
(1) Update to 1.6.15
(2) Add support for DBD 5.x
PR: ports/152553 (1), ports/152172 (2)
Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> (1), Martin Matuska
<mm@FreeBSD.org> |
1.6.13 13 Oct 2010 12:44:01
 |
lev  |
Update to latest version 1.6.13
PR: ports/151183, ports/151184 |
1.6.12_1 30 Jul 2010 22:14:49
 |
mezz  |
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
ABI backwards compatible. It is unnecessary to have more than one same
libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
neon.
PR: ports/148295
Approved by: lev (maintainer timeout, no respone for months),
portmgr
Tested by: pointyhat-exp by pav |
1.6.12 07 Jul 2010 14:42:53
 |
lev  |
(1) Update to latest 1.6.12
(2) Make NEON_VER configurable
Feature safe: yes
PR: [2] ports/147300 |
1.6.11_3 03 Jun 2010 02:49:22
 |
pgollucci  |
- Catch up with apache/apr related changes
o Remove WITH_APACHE2_APR its always the port now
o Remove some prelimiary checks for apr-1?-config
o WITH_MOD_DAV_SVN now implies WITH_APACHE matching ports KNOBS
o Simplify the apr-1?-config and include setup
o if you build subversion WITHOUT WITH_APACHE or WITHOUT_APACHE you
get devel/apr1 as the subverion developers intend.
PR: ports/146777
Submitted by: pgollucci@ (myself)
Approved by: maintainer timeout (lev; 14 days; 3-in a row)
With Hat: apache@ |
1.6.11_2 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.6.11_1 27 May 2010 23:58:12
 |
obrien  |
Some ports have a rather hardcoded dependency on Subversion and specifically
devel/subversion (vs. devel/subversion-freebsd).
So combine the two - allowing one to build just "subversion" to satisfy
dependencies but with the FreeBSD hacks.
I have not done this via an OPTION as I do not know if we want to expose
"Build with FreeBSD hacks" to all the users of the Subversion port. Instead
it keys off of 'WITH_FREEBSD_SUBVERSION'. If putting this in OPTIONS is the
better approach I can follow up and do that.
Approved by: maintainer timeout |
1.6.11_1 27 May 2010 23:51:32
 |
obrien  |
Add support to build with GNOME keyring auth.
(maintainer timeout) |
1.6.11_1 18 May 2010 04:20:37
 |
pgollucci  |
- Missed one in previous devel/apr -> devel/apr
PR: ports/146553
With Hat: apache@ |
1.6.11_1 18 May 2010 04:05:05
 |
pgollucci  |
- Convert ports/ to devel/apr1
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
1.6.11_1 05 May 2010 21:52:39
 |
pgollucci  |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
1.6.11 05 May 2010 21:47:49
 |
pgollucci  |
3/5: Fix apr-1.3 libnames to be apr-1
PORTREVISION bumps comming next
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
1.6.11 19 Apr 2010 10:39:12
 |
lev  |
Update to 1.6.11.
Make new pkg-install/pkg-deinstall scripts, disabled if here is no
mod_dav_svn.
Add option to build and install svnauthz-validate, a tool to test authz files.
PR: ports/145809, with some changes
Submitted by: olli hauer <ohauer@gmx.de> |
1.6.9 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.6.9 10 Feb 2010 14:55:27
 |
skv  |
Fix some garbage in last commit (five-second rule in action!) |
1.6.9 10 Feb 2010 14:47:59
 |
skv  |
Update to 1.6.9
Changes: http://svn.apache.org/repos/asf/subversion/tags/1.6.9/CHANGES
PR: ports/143175
Submitted by: olli hauer <ohauer xx gmx.de>
Approved by: maintainer timeout (lev; >1.5 month) |
1.6.6_1 04 Nov 2009 19:47:35
 |
lev  |
Unbreak for "fresh" systems.
PR: ports/140250
Submitted by: Josh Paetzel <josh@tcbug.org>, used solution - Alexey
V.Degtyarev <alexey@renatasystems.org> |
1.6.6 24 Oct 2009 11:34:10
 |
lev  |
Update to 1.6.6 |
1.6.5 25 Aug 2009 11:53:27
 |
lev  |
(1) Update to 1.6.5
(2) Unbroke Ruby bindings
PR: [1] ports/138077, [2] ports/136621 |
1.6.4 06 Aug 2009 22:06:35
 |
simon  |
Update to Subversion 1.6.4. This is a security update.
Security:
http://vuxml.FreeBSD.org/bce1f76d-82d0-11de-88ea-001a4d49522b.html
Security: CVE-2009-2411
Approved by: so (simon, security issue, maintainer bypass) |
1.6.3 02 Aug 2009 19:36:34
 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.6.3 26 Jun 2009 11:37:13
 |
lev  |
(1) Update to 1.6.3
(2) Cleanup DBD usage
PR: (2) ports/135397 |