Commit Graph

54 Commits

Author SHA1 Message Date
Joe Marcus Clarke
f4d7c801f8 Use the new Apache bits from bsd.port.mk.
Submitted by:	dinoex
2003-11-07 09:12:58 +00:00
Lev A. Serebryakov
59b7c7a894 [1] Update to latest 0.32.1
[2] Set proper rights on DAV part of repository.

PR:		[2] ports/58408
2003-10-26 19:12:49 +00:00
Lev A. Serebryakov
0b22ca32a0 Include <bsd.port.pre.mk> before ALL tunable variables. 2003-10-24 14:35:55 +00:00
Lev A. Serebryakov
6e450c32b4 Use bsd.ports.(pre|post).mk, don't ignore Makefile.local
PR:		58397
2003-10-23 20:07:01 +00:00
Bruce A. Mah
ae48fbb27b Remove my local cache of subversion distfiles. collab.net seems
perfectly capable of hosting these reliably now.

Approved by:	lev (MAINTAINER)
2003-10-14 20:41:53 +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
Lev A. Serebryakov
da7f115c19 Update to milestone 0.29.0 2003-09-06 18:37:22 +00:00
Lev A. Serebryakov
c02a2a9559 Update to version 0.28.2, add BIG MESSAGE about repository version change.
PR:		ports/56179
Submitted by:	myself
2003-09-04 09:48:25 +00:00
Bruce A. Mah
515724a014 I do not have enough time to maintain this port properly. lev@
has volunteered to take over (many thanks!) so give him
MAINTAINERship.
2003-09-02 17:22:59 +00:00
Lev A. Serebryakov
d2d2a69c73 Update to latest milestone 0.27.0
PR:		ports/55798
Submitted by:	lev
Approved by:	bmah (maintainer)
2003-08-22 12:49:14 +00:00
Bruce A. Mah
251f8ec63e Update to subversion-0.26.0. 2003-07-25 22:47:56 +00:00
Bruce A. Mah
cb52dc4ac6 Add missing quote mark.
PR:		54171
Submitted by:	Roman Neuhauser <roman@bellavista.cz>
2003-07-07 15:05:38 +00:00
Bruce A. Mah
b5e9a66c92 Fix typo (s/else/.else/). Not sure how this got past my testing.
Submitted by:	Quincey Koziol <koziol@ncsa.uiuc.edu>
2003-07-02 15:13:31 +00:00
Bruce A. Mah
4374d7ef2a Link the subversion binaries against the Apache 2.X installed
version of APR if WITH_APACHE2_APR is defined.  This is also
implied by WITH_MOD_DAV_SVN.

I noticed some problems in testing WITH_APACHE2_APR in that
the subversion binaries would somehow be linked by the runtime
linker against APR from the devel/apr port if the latter was
installed.  Mention this potential problem at portbuild time,
although this should be handled better than it is.

PORTREVISION bump.

Based on part of the patch from the PR mentioned below.

PR:		53190
Submitted by:	Chia-liang Kao <clkao@alcatraz.elixus.org>
2003-06-27 21:03:40 +00:00
Bruce A. Mah
c1f775e15e Back out previous commit. subversion really does have an explicit
dependency on expat.

Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net>
2003-06-23 21:40:48 +00:00
Bruce A. Mah
a8efaed8b4 Remove explicit dependency on expat. subversion appears to depend on
expat only through its dependencies on apr and neon.

PR:		53190
Submitted by:	Chia-liang Kao <clkao@clkao.org>
2003-06-20 16:05:07 +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
13a7ab1499 Remove configure warning.
No functional changes, therefore no PORTREVISION bump.

PR:		51458
Submitted by:	Rui Lopes <rui@ruilopes.com>
Approved by:	Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
2003-05-02 18:23:08 +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
Bruce A. Mah
5240a88511 The distfile for this release of subversion doesn't appear to be
available from the canonical site anymore.  Add MASTER_SITE_LOCAL
to MASTER_SITES so that the port can find a copy I've cached.

Approved by:	Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
2003-03-25 17:05:54 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +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
Edwin Groothuis
d42c1c0a21 From -ports:
This patch fixes a dependency problem in subversion during portupgrade.
It was pointed out to me by Munish Chopra <mchopra@engmail.uwaterloo.ca>.

--
Craig Rodrigues
http://home.attbi.com/~rodrigc
rodrigc@attbi.com
2003-01-03 01:29:16 +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
Will Andrews
543543bb0c Update to Subversion 0.14.2.
Submitted by:	MAINTAINER
2002-09-19 03:47:28 +00:00
Jun Kuriyama
0120547e6d Bump PORTREVISION and expat shlib. 2002-09-17 07:41:05 +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
Jun Kuriyama
a52ee364a9 Bump portrevision (textproc/expat2 shlib bump). 2002-07-21 02:17:49 +00:00
Ollivier Robert
785acd5656 Add a warning message about subversion being pre-alpha software and not
suited for production use yet.

PR:		ports/40395
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-07-15 18:24:59 +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
Patrick Li
cca6bca291 Sweep through and fix some dependency problems and forgotten shlib
version bumps

Noticed by:	bento
2002-07-06 06:12:00 +00:00
David E. O'Brien
97a0e96946 make clearer what version this is. 2002-06-18 21:42:12 +00:00
Pete Fritchman
487510c5f6 MASTER_SITES has moved.
PR:		39019
Submitted by:	maintainer
2002-06-08 04:18:38 +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
fc0edd5d19 Use the PORTVERSION variable to generate WRKSRC instead of hardcoding it.
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net>
2002-03-27 09:47:08 +00:00
Ollivier Robert
0fb2b7d4e8 Update to Subversion r1587.
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-03-26 15:41:27 +00:00
Ollivier Robert
caca83b1a8 Remove an extra '\' that breaks the build.
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-03-25 10:52:08 +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
6733df072e This updates the subversion port to the latest release, which fixes
several small bugs noticed soon after the last release was rolled.  it also
removes a patch that is no longer needed, as it was rolled into the upstream
source.  as a bonus, this removes the dependency on the patch port, as svn now
uses gdiff3, rather than gdiff/gpatch.

PR:		ports/36069
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-03-19 13:23:58 +00:00