non port: devel/subversion/pkg-plist |
SVNWeb
|
Number of commits found: 73 |
Tue, 2 Jun 2020
|
[ 13:36 lev ] (Only the first 10 of 14 ports in this commit are shown above. )
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.
|
Mon, 6 May 2019
|
[ 11:56 lev ]
Sort pkg-plist, no functional changes.
PR: 237691
Submitted by: ohauer@FreeBSD.org
|
Thu, 25 Apr 2019
|
[ 12:27 lev ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to 1.12.0
|
Thu, 1 Nov 2018
|
[ 16:12 lev ] (Only the first 10 of 15 ports in this commit are shown above. )
Update subversion to 1.11.0.
|
Mon, 16 Apr 2018
|
[ 11:53 lev ] (Only the first 10 of 13 ports in this commit are shown above. )
Update to latest & newest version 1.10.0
|
Sun, 20 Mar 2016
|
[ 12:43 lev ]
Fix pkg-plist for DBD option again.
Submitted by: David Wolfskill <david@catwhisker.org>
|
Sat, 19 Mar 2016
|
[ 14:06 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
|
Sun, 15 Nov 2015
|
[ 11:10 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>
|
Sun, 18 Oct 2015
|
[ 19:06 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
|
Thu, 15 Oct 2015
|
[ 10:43 lev ] (Only the first 10 of 24 ports in this commit are shown above. )
Update devel/subversion to 1.9.2.
PR: 203713
Submitted by: Peter Wemm <peter@FreeBSD.org>
|
Wed, 9 Sep 2015
|
[ 11:15 amdmi3 ]
- Fix shebangs
- Switch to @sample
Approved by: portmgr blanket
|
Mon, 27 Oct 2014
|
[ 11:07 bapt ] (Only the first 10 of 78 ports in this commit are shown above. )
Cleanup plist
|
Sat, 9 Aug 2014
|
[ 18:42 ohauer ]
- add CPE information
- use NO_STATIC instead DYNAMIC_ENABLED in pkg-plist
|
Mon, 16 Jun 2014
|
[ 13:12 lev ] (Only the first 10 of 32 ports in this commit are shown above. )
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).
|
Sun, 18 May 2014
|
[ 15:13 lev ] (Only the first 10 of 11 ports in this commit are shown above. )
(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).
|
Thu, 20 Feb 2014
|
[ 17:02 lev ]
Update subversion to 1.8.8.
STAGEfy java/java-subversion.
Make java/java-subversion build on 10.0-RELEASE.
|
Sat, 15 Feb 2014
|
[ 16:48 lev ]
Quick fix for previous commit.
|
[ 12:56 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
|
Tue, 21 Jan 2014
|
[ 23:40 bapt ] (Only the first 10 of 949 ports in this commit are shown above. )
Fix properties on pkg-plist
|
Mon, 25 Nov 2013
|
[ 19:52 ohauer ] (Only the first 10 of 11 ports in this commit are shown above. )
- 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 )
|
Tue, 5 Nov 2013
|
[ 22:05 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 )
|
Sun, 27 Oct 2013
|
[ 22:01 ohauer ]
- adopt new ${opt}_ syntax
- move pkg-deinstall code to pkg-plist
- cleaner way to install tools
|
Fri, 21 Jun 2013
|
[ 16:39 lev ]
Don't copy *.la files to tools directory.
PR: ports/179791
Submitted by: Lawrence Chen <beastie@tardisi.com>
|
Wed, 19 Jun 2013
|
[ 21:57 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]
|
[ 17:29 lev ]
Upgrade subversion to 1.8.0.
Re-enable ruby-subversion, as it supports ruby 1.9
|
Fri, 14 Sep 2012
|
[ 14:59 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]
|
Sun, 20 May 2012
|
[ 10:41 lev ]
(1) Update to 1.7.5
(2) Fix pkg-plist problem
PR: ports/168012
Submitted by: Olli Hauer <ohauer@FreeBSD.org>
|
Sun, 1 Apr 2012
|
[ 18:45 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
|
Tue, 14 Feb 2012
|
[ 16:06 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
|
Sun, 16 Oct 2011
|
[ 14:31 lev ] (Only the first 10 of 45 ports in this commit are shown above. )
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.
|
Fri, 1 Apr 2011
|
[ 15:19 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)
|
Mon, 19 Apr 2010
|
[ 10:39 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>
|
Wed, 29 Apr 2009
|
[ 12:11 lev ]
(1) Update to version 1.6.1
(2) Fix asvn knoweledge about svn command location [1]
(3) Add STATIC option to build only static binaries [2]
(4) Activate mod_authz_svn in package installation [3]
PR: [1] ports/133778, [3] ports/133898
Submitted by: [2] David O'Brien
|
Mon, 6 Apr 2009
|
[ 17:06 lev ]
(1) Put svn_hacks-1.2.diff to local-distfiles
(2) Add optional module mod_dontdothat
(3) Fix order of apache module loading
(4) Make deinstall script much mor robust, it should not trash Apache config
in case of various errors.
PR: ports/133366 [2]
Submitted by: Many users [1], olli hauer <ohauer@gmx.de> [2], Dag-Erling
Smorgrav <des@des.no> [3]
|
Fri, 3 Apr 2009
|
[ 18:17 lev ]
Update to version 1.6.0.
Many new cool features, new WC version (autougrade), new repo version (NO
AUTOUPGRADE)
Read svn original documentation, please!
|
Mon, 30 Jun 2008
|
[ 10:00 lev ] (Only the first 10 of 43 ports in this commit are shown above. )
(1) Upgrade subversion to version 1.5.0.
(2) Make binding ports to be real ports, which installs only bindings and
depend on subversion.
(3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
(4) Re-base subversion-freebsd to `devel/subversion'.
(5) Fix all ports, which depends on subversion bindings.
|
Tue, 29 Jan 2008
|
[ 12:17 lev ]
Download compressed book [1]
Change some hard-coded paths to variables [1]
Fix pkg-plist for Java bindings [2]
PR: ports/119782 [1], ports/117357 [2]
Submitted by: TAOKA Fumiyoshi [1], bf [2]
|
Tue, 12 Sep 2006
|
[ 12:46 lev ]
(1) Update to 1.4.0 release
(2) Migrate book to stable version 1.2
(3) Add images to HTML book
(4) Add dependency to gfind (findutils) for asvn
(5) Improve asvn script
PR: ports/99177 [4],[5]
Submitted by: David Robillard <david.robillard@gmail.com> [3]
|
Tue, 6 Jun 2006
|
[ 18:52 lev ]
(1) Update to 1.3.2.
(2) Fix installation of apache module in case of apache > 2.0.
(3) Fix some portlint warnings.
PR: ports/97932 [2]
|
Thu, 25 May 2006
|
[ 11:17 lev ]
(1) Fix building with latest apache 2.0
(2) Add `asvn' support.
(3) Add rc.d script for svnserve.
PR: ports/96967 [1], ports/97457 [2], ports/91970 [3]
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Sun, 11 Dec 2005
|
[ 11:05 lev ]
(1) Update ot 1.3.0.r4. It is official, public RC.
Rollback to 1.2.3 is impossible with new apr and swig
in ports tree: all bindings are broken with these
versions :(
(2) Fix problems with new apache build infrastructure.
I'm sorry for long pause
|
Sat, 5 Nov 2005
|
[ 16:54 lev ]
(1) Update to 1.3.0-rc2
(2) Fix minor issues with Makefile (messages)
(3) Fix pkg-plist in case of using apache21
PR: ports/87607 [2], ports/88410 [3]
|
Fri, 16 Sep 2005
|
[ 12:01 lev ]
Update to version 1.2.3
Enable Java HL bindings on 5.3 and newer systems.
|
Fri, 29 Jul 2005
|
[ 11:15 lev ]
Update to 1.2.1.
Add ruby bindings [1].
Fix WITH_BOOK option [2].
PR: ports/82949 [1], ports/81808 [2]
|
Wed, 25 May 2005
|
[ 20:08 lev ]
Update to 1.2.0
|
Thu, 3 Feb 2005
|
[ 20:21 lev ]
Update to 1.1.3
Add ability to build without db4 (WITHOUT_BDB)
Install precompiled HTML book and PDF book [1]
PR: [1] ports/75411
|
Wed, 10 Nov 2004
|
[ 20:40 lev ]
Add conditional USE_GETTEXT=yes (turned on by default).
WITHOUT_GETTEXT build works too.
|
Fri, 5 Nov 2004
|
[ 15:42 lev ] (Only the first 10 of 12 ports in this commit are shown above. )
(1) Update to 1.1.1 and supports `devel/apr' of version 1.0.0
(2) Add installation of usefuls scripts and tools into `share/subversion'
(3) Prepare for JavaHL bindings, but `devel/apr' have problems with threads on
STABLE now.
PR: 73135, 72551, 52797, 72665.
Submitted by: Many people, especially bmah@
|
Sun, 26 Sep 2004
|
[ 07:37 lev ]
Update to 1.0.8: security fix.
PR: ports/72070
Submitted by: bmah
Approved by: portmgr (Mark Linimon)
|
Sat, 21 Aug 2004
|
[ 18:33 lev ]
Fix stupid errors in Makefile.
Remove `*.la' installation.
Remove `*.a' installation for Python module.
PR: ports/70694
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
|
Thu, 19 Aug 2004
|
[ 20:40 lev ]
[1] Add patches for perl bindings, backported from subversion 1.1 branch
[2] Add optional ability to build HTML version of "Subversion book"
[3] Add ability to build without libneon (with disabled WeDAV client)
PR: ports/70368 with changes [1],
ports/68781 [2]
Submitted by: Rong-En Fan <rafan@infor.org> [1],
Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> [2]
|
Thu, 5 Feb 2004
|
[ 15:20 lev ]
Update to version 0.37.0 (1.0.0rc1).
Add optional perl bindings (PR ports/61352 with many changes).
Add optional python bindings.
Depends on `devel/apr-svn' to help package building.
PR: ports/61352
|
Thu, 9 Oct 2003
|
[ 12:50 lev ]
[1] Update to 0.31.0
[2] Add (optional) ability to create repository
[3] Add (optional) svnserve wrapper to fix svn+ssh access problems.
PR: [2,3] ports/57754
|
Wed, 1 Oct 2003
|
[ 10:53 lev ]
Update to latest 0.30.0 version.
PR: ports/57202
|
Fri, 25 Jul 2003
|
[ 22:47 bmah ]
Update to subversion-0.26.0.
|
Thu, 19 Jun 2003
|
[ 16:40 bmah ]
Update port to subversion-0.24.2.
Users upgrading from 0.23.0 or earlier should note that several
incompatible changes were made to the ra_svn protocol; client
and server machines using the ra_svn protocol all needed to be
upgraded at the same time. ra_dav is not affected.
If the WITH_MOD_DAV_SVN Makefile variable is defined at port build
time, the experimental mod_authz_svn.so module for apache2 is
installed, but not enabled.
Stop install the old svn-design info documents; they're really only
good for historical interest.
Take maintainership. [1]
Approved by: rodrigc@attbi.com (former MAINTAINER) [1]
|
Tue, 10 Jun 2003
|
[ 20:04 bmah ]
Port update that:
1. Eliminates a bogus dependency on the libtool port, as pointed out
on dev@subversion.tigris.org.
2. Turns off swig binding via configure options, rather than
post-configure Makefile hacks. This will make it easier to enable swig
bindings in the future, if someone wants to tackle this.
3. Installs a number of the text files from the top level of the
subversion distribution into ${PREFIX}/share/doc/subversion.
PORTREVISION bump to document this.
Approved by: rodrigc@attbi.com (MAINTAINER)
|
Fri, 23 May 2003
|
[ 01:31 bmah ]
Enable building of the mod_dav_svn module if MOD_DAV_SVN is defined.
This enables integration of subversion with the Apache 2.0 Web server.
While here, remove an unnecessary dependency on an external gdiff
program.
(pkg_deinstall script snarfed from ports/www/mod_perl)
Reviewed by: Craig Rodrigues <rodrigc@attbi.com>, tom,
Garrett Rooney <rooneg@electricjellyfish.net>
Approved by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
|
Mon, 19 May 2003
|
[ 16:45 bmah ]
Slightly modified version of submitted patch to update to
subversion-0.23.
HEADSUP for users from the release announcement:
Please note that this release changes the url for the ra_svn protocol
over an ssh tunnel. The new syntax is svn+ssh://hostname/path.
Submitted by: plasma <plasmaball@pchome.com.tw>
Approved by: Craig Rodrigues <rodrigc@attbi.com>
|
Mon, 12 May 2003
|
[ 17:02 bmah ]
Update to subversion-0.22.1 and fix plist glitch.
Submitted by: plasma <plasmaball@pchome.com.tw>
Approved by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
|
Sat, 19 Apr 2003
|
[ 03:32 bmah ]
Update to subversion-0.21.0. In addition to the submission, this
commit includes a plist fix, plus elimination of two unneeded patches.
Submitted by: plasma <plasmaball@pchome.com.tw>
Approved by: Craig Rodrigues <rodrigc@attbi.com>
|
Fri, 4 Apr 2003
|
[ 18:06 bmah ]
Mostly-maintainer update as follows:
Various fixes found by portlint -A.
Hook up the info file to the info directory.
Bump PORTREVISION.
Submitted by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
|
Thu, 3 Apr 2003
|
[ 20:35 bmah ]
Maintainer update of subversion to 0.20.1.
PR: 50511
Submitted by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
|
Fri, 24 Jan 2003
|
[ 07:08 kuriyama ]
Add documentation.
PR: ports/47239
Submitted by: Craig Rodrigues <rodrigc@attbi.com> (maintainer)
|
Thu, 2 Jan 2003
|
[ 08:52 ijliao ]
upgrade to r3987
PR: 46398
Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer)
Approved by: old maintainer
|
Mon, 12 Aug 2002
|
[ 15:55 roberto ]
Update to 0.14.1.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
|
Mon, 5 Aug 2002
|
[ 09:39 roberto ]
Update to subversion alpha 0.14.0 (r2667).
PR: ports/41249
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
|
Mon, 15 Jul 2002
|
[ 18:06 roberto ]
After far too long a hiatus, update the freebsd subversion port to 0.13.2.
* distinfo: update checksum.
* pkg-plist:
add a few new headers and account for the fact that the header files are
now in include/subversion-1/ instead of include, and the libs are now
named libsvn_foo-1 instead of just libsvn_foo.
* Makefile:
point to new tarball. use the new REINPLACE infrastructure instead of
depending on perl. explicitly look for berkeley db in the appropriate
place because the configure script seems to have forgotten how to find
it. axe gratuitous comments in some of the targets so that they don't
print out onto the screen during the build.
Depends on devel/apr instead of devel/apr-devel (which will disappear).
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
|
Thu, 14 Mar 2002
|
[ 16:52 roberto ]
Subversion r1467. Uses the newly added apr-devel port.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
|
Wed, 20 Feb 2002
|
[ 02:37 des ]
Subversion r1302.
|
Tue, 15 Jan 2002
|
[ 01:47 will ]
Forgot to mention that this port was:
|
[ 01:45 will ]
Add subversion r727, a version control system. This is a placebo until the
subversion developers decide they want to get subversion more exposure. So
this port basically does nothing but point people at a location where they can
get the maintainer's latest work. RESTRICTED is to keep it from being used
anywhere, anyhow, and in any way, in addition to the other NO_*.
|
Number of commits found: 73 |