Commit graph

10 commits

Author SHA1 Message Date
Bruce A. Mah
bf2b4fe69c 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>
2003-05-19 16:45:10 +00:00
Bruce A. Mah
8a5ea2d3f5 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>
2003-04-19 03:32:34 +00:00
Ying-Chieh Liao
e3b502420e upgrade to r3987
PR:		46398
Submitted by:	Craig Rodrigues <rodrigc@attbi.com> (new maintainer)
Approved by:	old maintainer
2003-01-02 08:52:09 +00:00
Ollivier Robert
0727f1d212 Update to Subversion 0.12.0 (revision 1868).
Patch slightly modified to remove a leftover \ at the end of one line.

PR:		ports/37810
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-05-07 15:01:03 +00:00
Ollivier Robert
449d3c048c Update to using neon 0.19.4 in the tree.
PR:		ports/37494
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-04-29 12:36:24 +00:00
Ollivier Robert
39acd2a950 Update to revision 1682+.
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-04-15 15:24:03 +00:00
Ollivier Robert
809d3bb905 The FreeBSD port of Subversion goes to some length to link against the system
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)
2002-03-21 09:47:35 +00:00
Ollivier Robert
e639bfca9b Remove this file which is not needed anymore. 2002-03-19 13:26:41 +00:00
Ollivier Robert
109d645c48 Subversion r1467. Uses the newly added apr-devel port.
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-03-14 16:52:42 +00:00
Ollivier Robert
015b4ea82d Add a patch taken from dev@subversion archive to enable use of http_proxy
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
2002-02-28 17:00:02 +00:00