Commit graph

35 commits

Author SHA1 Message Date
Lev A. Serebryakov
0c0e8fd828 (1) Update to 1.4.0 release
(2) Migrate book to stable version 1.2
  (3) Add images to HTML book
  (4) Add dependency to gfind (findutils) for asvn
  (5) Improve asvn script

PR:		ports/99177 [4],[5]
Submitted by:	David Robillard <david.robillard@gmail.com> [3]
2006-09-12 12:46:30 +00:00
Lev A. Serebryakov
79f8a17397 (1) Update to 1.3.2.
(2) Fix installation of apache module in case of apache > 2.0.
  (3) Fix some portlint warnings.

PR:		ports/97932 [2]
2006-06-06 18:52:10 +00:00
Lev A. Serebryakov
64c939477f (1) Fix building with latest apache 2.0
(2) Add `asvn' support.
  (3) Add rc.d script for svnserve.

PR:		ports/96967 [1], ports/97457 [2], ports/91970 [3]
2006-05-25 11:17:17 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Lev A. Serebryakov
f610cb41ec (1) Update ot 1.3.0.r4. It is official, public RC.
Rollback to 1.2.3 is impossible with new apr and swig
     in ports tree: all bindings are broken with these
     versions :(
 (2) Fix problems with new apache build infrastructure.

 I'm sorry for long pause
2005-12-11 11:05:26 +00:00
Lev A. Serebryakov
eeb7c638ea (1) Update to 1.3.0-rc2
(2) Fix minor issues with Makefile (messages)
 (3) Fix pkg-plist in case of using apache21

PR:		ports/87607 [2], ports/88410 [3]
2005-11-05 16:54:31 +00:00
Lev A. Serebryakov
572e44d79e Update to version 1.2.3
Enable Java HL bindings on 5.3 and newer systems.
2005-09-16 12:01:00 +00:00
Lev A. Serebryakov
d8bcbcbd7e Update to 1.2.1.
Add ruby bindings [1].
  Fix WITH_BOOK option [2].

PR:		ports/82949 [1], ports/81808 [2]
2005-07-29 11:15:27 +00:00
Lev A. Serebryakov
e62e25b4d0 Update to 1.2.0 2005-05-25 20:08:44 +00:00
Lev A. Serebryakov
204970d541 Update to 1.1.3
Add ability to build without db4 (WITHOUT_BDB)
 Install precompiled HTML book and PDF book [1]

PR:		[1] ports/75411
2005-02-03 20:21:54 +00:00
Lev A. Serebryakov
6aa0aeb01a Add conditional USE_GETTEXT=yes (turned on by default).
WITHOUT_GETTEXT build works too.
2004-11-10 20:40:19 +00:00
Lev A. Serebryakov
0c55337c26 (1) Update to 1.1.1 and supports `devel/apr' of version 1.0.0
(2) Add installation of usefuls scripts and tools into `share/subversion'
  (3) Prepare for JavaHL bindings, but `devel/apr' have problems with threads on STABLE now.

PR:		73135, 72551, 52797, 72665.
Submitted by:	Many people, especially bmah@
2004-11-05 15:42:05 +00:00
Lev A. Serebryakov
f65b6cf84a Update to 1.0.8: security fix.
PR:		ports/72070
Submitted by:	bmah
Approved by:	portmgr (Mark Linimon)
2004-09-26 07:37:00 +00:00
Lev A. Serebryakov
bdbce39bd0 Fix stupid errors in Makefile.
Remove `*.la' installation.
  Remove `*.a' installation for Python module.

PR:		ports/70694
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>
2004-08-21 18:33:26 +00:00
Lev A. Serebryakov
2fc1597f2b [1] Add patches for perl bindings, backported from subversion 1.1 branch
[2] Add optional ability to build HTML version of "Subversion book"
 [3] Add ability to build without libneon (with disabled WeDAV client)

PR:		ports/70368 with changes [1],
		ports/68781 [2]
Submitted by:	Rong-En Fan <rafan@infor.org> [1],
		Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> [2]
2004-08-19 20:40:29 +00:00
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