Commit graph

21 commits

Author SHA1 Message Date
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
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
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