aboutsummaryrefslogtreecommitdiffstats
path: root/devel/subversion
Commit message (Collapse)AuthorAgeFilesLines
* Update to bugfix version 1.0.1.lev2004-03-152-4/+4
|
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-1/+2
| | | | o Bump $PORTREVISION.
* Remove unused patch for `./configure', which confuses users.lev2004-02-241-1/+0
|
* Hurra!lev2004-02-242-3/+3
| | | | Update to release 1.0.0!
* Update to version 0.37.0 (1.0.0rc1).lev2004-02-054-34/+225
| | | | | | | | 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
* Fix building with apache2 port.lev2004-01-121-3/+25
| | | | | | Now subversion needs apache2 with db4 support, check this condition. Sorry, but everybody, who uses subversion with apache, will need to rebuild apache2 port :(
* Update to subversion-0.35.1lev2004-01-104-43/+14
| | | | | | | | | | Use old (0.9.4) version of apr instead of recommended 0.9.5. Return BIG MESSAGE about repository dump/restore cycle. Based on PR form Roman Neuhauser <neuhauser@bellavista.cz> PR: ports/61013 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
* Fix typoslev2003-11-191-2/+2
|
* Search for system-wide configs in ${PREFIX}/etc/subversion, whenlev2003-11-131-1/+7
| | | | | | | ${PREFIX} != "/usr". PR: ports/59190 Submitted by: Jeroen Ruigrok van der Werven <asmodai@nexus.ninth-circle.org>
* Fix building with new apr on 4-STABLE systemslev2003-11-112-0/+26
|
* Use the new Apache bits from bsd.port.mk.marcus2003-11-071-4/+3
| | | | Submitted by: dinoex
* [1] Update to latest 0.32.1lev2003-10-272-5/+5
| | | | | | [2] Set proper rights on DAV part of repository. PR: [2] ports/58408
* Include <bsd.port.pre.mk> before ALL tunable variables.lev2003-10-241-2/+2
|
* Use bsd.ports.(pre|post).mk, don't ignore Makefile.locallev2003-10-241-1/+3
| | | | PR: 58397
* Remove my local cache of subversion distfiles. collab.net seemsbmah2003-10-151-2/+0
| | | | | | perfectly capable of hosting these reliably now. Approved by: lev (MAINTAINER)
* [1] Update to 0.31.0lev2003-10-096-13/+115
| | | | | | | [2] Add (optional) ability to create repository [3] Add (optional) svnserve wrapper to fix svn+ssh access problems. PR: [2,3] ports/57754
* Update to latest 0.30.0 version.lev2003-10-013-6/+6
| | | | PR: ports/57202
* Update to milestone 0.29.0lev2003-09-072-3/+3
|
* Update to version 0.28.2, add BIG MESSAGE about repository version change.lev2003-09-042-3/+9
| | | | | PR: ports/56179 Submitted by: myself
* I do not have enough time to maintain this port properly. lev@bmah2003-09-031-1/+1
| | | | | has volunteered to take over (many thanks!) so give him MAINTAINERship.
* Update to latest milestone 0.27.0lev2003-08-222-3/+3
| | | | | | PR: ports/55798 Submitted by: lev Approved by: bmah (maintainer)
* Update to subversion-0.26.0.bmah2003-07-264-31/+18
|
* Add missing quote mark.bmah2003-07-071-1/+1
| | | | | PR: 54171 Submitted by: Roman Neuhauser <roman@bellavista.cz>
* Fix typo (s/else/.else/). Not sure how this got past my testing.bmah2003-07-021-1/+1
| | | | Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu>
* Link the subversion binaries against the Apache 2.X installedbmah2003-06-281-10/+31
| | | | | | | | | | | | | | | | | | 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>
* Back out previous commit. subversion really does have an explicitbmah2003-06-241-0/+1
| | | | | | dependency on expat. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
* Remove explicit dependency on expat. subversion appears to depend onbmah2003-06-211-1/+0
| | | | | | | expat only through its dependencies on apr and neon. PR: 53190 Submitted by: Chia-liang Kao <clkao@clkao.org>
* Update port to subversion-0.24.2.bmah2003-06-204-16/+13
| | | | | | | | | | | | | | | | | | 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]
* Port update that:bmah2003-06-112-7/+15
| | | | | | | | | | | | | | | | 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)
* Enable building of the mod_dav_svn module if MOD_DAV_SVN is defined.bmah2003-05-233-2/+91
| | | | | | | | | | | | | 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)
* Slightly modified version of submitted patch to update tobmah2003-05-204-4/+27
| | | | | | | | | | | | 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>
* Update to subversion-0.22.1 and fix plist glitch.bmah2003-05-133-3/+7
| | | | | Submitted by: plasma <plasmaball@pchome.com.tw> Approved by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
* Remove configure warning.bmah2003-05-031-0/+1
| | | | | | | | No functional changes, therefore no PORTREVISION bump. PR: 51458 Submitted by: Rui Lopes <rui@ruilopes.com> Approved by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
* Update to subversion-0.21.0. In addition to the submission, thisbmah2003-04-195-34/+4
| | | | | | | 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>
* Mostly-maintainer update as follows:bmah2003-04-053-17/+10
| | | | | | | | | | 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)
* Maintainer update of subversion to 0.20.1.bmah2003-04-043-60/+68
| | | | | PR: 50511 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
* The distfile for this release of subversion doesn't appear to bebmah2003-03-261-0/+2
| | | | | | | 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)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Add documentation.kuriyama2003-01-242-57/+92
| | | | | PR: ports/47239 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (maintainer)
* From -ports:edwin2003-01-031-1/+1
| | | | | | | | | | 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
* upgrade to r3987ijliao2003-01-025-5/+35
| | | | | | PR: 46398 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer) Approved by: old maintainer
* Update to Subversion 0.14.2.will2002-09-192-5/+4
| | | | Submitted by: MAINTAINER
* Bump PORTREVISION and expat shlib.kuriyama2002-09-171-1/+2
|
* Update to 0.14.1.roberto2002-08-123-3/+4
| | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* Update to subversion alpha 0.14.0 (r2667).roberto2002-08-053-12/+6
| | | | | PR: ports/41249 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* Bump portrevision (textproc/expat2 shlib bump).kuriyama2002-07-211-1/+2
|
* Add a warning message about subversion being pre-alpha software and notroberto2002-07-161-0/+14
| | | | | | | suited for production use yet. PR: ports/40395 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* After far too long a hiatus, update the freebsd subversion port to 0.13.2.roberto2002-07-163-70/+75
| | | | | | | | | | | | | | | | | | | | * 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>
* Sweep through and fix some dependency problems and forgotten shlibpat2002-07-061-1/+1
| | | | | | version bumps Noticed by: bento
* make clearer what version this is.obrien2002-06-191-1/+1
|
* MASTER_SITES has moved.petef2002-06-081-1/+1
| | | | | PR: 39019 Submitted by: maintainer
* Update to Subversion 0.12.0 (revision 1868).roberto2002-05-074-239/+4
| | | | | | | Patch slightly modified to remove a leftover \ at the end of one line. PR: ports/37810 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* Update to using neon 0.19.4 in the tree.roberto2002-04-291-0/+13
| | | | | PR: ports/37494 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* Update to revision 1682+.roberto2002-04-153-12/+3
| | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* Use the PORTVERSION variable to generate WRKSRC instead of hardcoding it.roberto2002-03-271-1/+1
| | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
* Update to Subversion r1587.roberto2002-03-262-3/+3
| | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* Remove an extra '\' that breaks the build.roberto2002-03-251-1/+1
| | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* The FreeBSD port of Subversion goes to some length to link against the systemroberto2002-03-211-23/+23
| | | | | | | | | | | | | | | | | | 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)
* Remove this file which is not needed anymore.roberto2002-03-191-11/+0
|
* This updates the subversion port to the latest release, which fixesroberto2002-03-192-10/+6
| | | | | | | | | | 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)
* Subversion r1467. Uses the newly added apr-devel port.roberto2002-03-156-54/+278
| | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* Add a patch taken from dev@subversion archive to enable use of http_proxyroberto2002-03-011-0/+46
| | | | | | | | | 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
* Subversion r1302.des2002-02-203-32/+77
|
* Add subversion r727, a version control system. This is a placebo until thewill2002-01-154-0/+50
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_*.