Commit graph

20 commits

Author SHA1 Message Date
Lev A. Serebryakov
8ce1c7d090 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
2004-02-05 15:20:42 +00:00
Lev A. Serebryakov
18c82f1b15 [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
2003-10-09 12:50:16 +00:00
Lev A. Serebryakov
b521a46eb2 Update to latest 0.30.0 version.
PR:		ports/57202
2003-10-01 10:53:56 +00:00
Bruce A. Mah
251f8ec63e Update to subversion-0.26.0. 2003-07-25 22:47:56 +00:00
Bruce A. Mah
8c1e5ddc35 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]
2003-06-19 16:40:42 +00:00
Bruce A. Mah
6a4808de7f 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)
2003-06-10 20:04:42 +00:00
Bruce A. Mah
7b04089642 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)
2003-05-23 01:31:48 +00:00
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
ebd06854dc 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)
2003-05-12 17:02:35 +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
Bruce A. Mah
6a84df1442 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)
2003-04-04 18:06:54 +00:00
Bruce A. Mah
8edcccd2b7 Maintainer update of subversion to 0.20.1.
PR:		50511
Submitted by:	Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
2003-04-03 20:35:06 +00:00
Jun Kuriyama
30b2f8b6ea Add documentation.
PR:		ports/47239
Submitted by:	Craig Rodrigues <rodrigc@attbi.com> (maintainer)
2003-01-24 07:08:11 +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
48cd8d4c7d Update to 0.14.1.
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-08-12 15:55:33 +00:00
Ollivier Robert
dc39aceb19 Update to subversion alpha 0.14.0 (r2667).
PR:             ports/41249
Submitted by:   Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-08-05 09:39:02 +00:00
Ollivier Robert
5b4bcd5f55 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>
2002-07-15 18:06:17 +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
Dag-Erling Smørgrav
a546c7c993 Subversion r1302. 2002-02-20 02:37:37 +00:00
Will Andrews
54d616646b 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_*.
2002-01-15 01:45:03 +00:00