summaryrefslogtreecommitdiff
path: root/devel/subversion-devel/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.37.0 (1.0.0rc1).Lev A. Serebryakov2004-02-051-0/+11
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=100059
* Update to subversion-0.35.1Lev A. Serebryakov2004-01-092-18/+5
| | | | | | | | | | | | | Use old (0.9.4) version of apr instead of recommended 0.9.5. Return BIG MESSAGE about repository dump/restore cycle. Based on PR form Roman Neuhauser <neuhauser@bellavista.cz> PR: ports/61013 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Notes: svn path=/head/; revision=97781
* Fix building with new apr on 4-STABLE systemsLev A. Serebryakov2003-11-111-0/+25
| | | | Notes: svn path=/head/; revision=93736
* [1] Update to 0.31.0Lev A. Serebryakov2003-10-093-5/+24
| | | | | | | | | | [2] Add (optional) ability to create repository [3] Add (optional) svnserve wrapper to fix svn+ssh access problems. PR: [2,3] ports/57754 Notes: svn path=/head/; revision=90709
* Update to subversion-0.26.0.Bruce A. Mah2003-07-251-0/+13
| | | | Notes: svn path=/head/; revision=85604
* Slightly modified version of submitted patch to update toBruce A. Mah2003-05-191-0/+24
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=81405
* Update to subversion-0.21.0. In addition to the submission, thisBruce A. Mah2003-04-192-26/+0
| | | | | | | | | | 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> Notes: svn path=/head/; revision=79255
* upgrade to r3987Ying-Chieh Liao2003-01-022-0/+26
| | | | | | | | | PR: 46398 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer) Approved by: old maintainer Notes: svn path=/head/; revision=72181
* Update to Subversion 0.12.0 (revision 1868).Ollivier Robert2002-05-072-230/+0
| | | | | | | | | | Patch slightly modified to remove a leftover \ at the end of one line. PR: ports/37810 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=58660
* Update to using neon 0.19.4 in the tree.Ollivier Robert2002-04-291-0/+13
| | | | | | | | PR: ports/37494 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=58308
* Update to revision 1682+.Ollivier Robert2002-04-151-9/+0
| | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=57719
* The FreeBSD port of Subversion goes to some length to link against the systemOllivier Robert2002-03-211-23/+23
| | | | | | | | | | | | | | | | | | | | | version of expat, rather than the expat-lite we distribute, so it will be a good citizen of the ports tree and avoid spamming over the installed version of expat that already exists. The patch to build.conf that was accomplishing this was flawed, and only happened to work on my system because I had a copy of libexpat.la sitting around in my /usr/local/lib, I imagine from a previous subversion install I never cleaned out fully. This alters the patch to build.conf such that instead of just replacing libexpat with -lexpat, it replaces it with $(SVN_APRUTIL_LIBS), which in addition to -lexpat, will also include -L/usr/local/lib, which makes the build work. It also includes /usr/local/lib/libaprutil.la, which we don't strictly need, but it doesn't hurt anything, and will get us by until we are smarter about finding expat. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=56412
* Remove this file which is not needed anymore.Ollivier Robert2002-03-191-11/+0
| | | | Notes: svn path=/head/; revision=56336
* Subversion r1467. Uses the newly added apr-devel port.Ollivier Robert2002-03-143-46/+237
| | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=56093
* Add a patch taken from dev@subversion archive to enable use of http_proxyOllivier Robert2002-02-281-0/+46
env. variable. That way, one can use subversion across a HTTP proxy. This is a band-aid till the SVN group do it properly. Approved by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Obtained from: dev@subversion.tigris.org mail archive Notes: svn path=/head/; revision=55341