Commit Graph

27 Commits

Author SHA1 Message Date
stsp
92f41b4523 Update to 1.7.2. ok mpi sthen 2011-12-07 16:47:37 +00:00
stsp
b30fe153de Update to 1.7.1 (most importantly this release fixes several bugs in
'svn upgrade'), regen patches, and add a patch queued for 1.7.2 which
fixes 'svn update' for symlinks.
2011-10-23 09:51:56 +00:00
stsp
15dd757d5c Apply a patch from upstream which fixes an assertion failure during merge.
Noticed by and ok mpi@
2011-10-14 10:13:05 +00:00
stsp
98cf7af78b Update to 1.7.0. ok mpi@ 2011-10-13 11:22:58 +00:00
jeremy
f3ba7fefc2 Handle changes caused by splitting the ruby port and bump
OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:10:28 +00:00
sthen
8bfea507dd regenerate patches 2010-09-03 19:49:12 +00:00
stsp
ae0c493264 Update to 1.6.11 and update home page URL.
Also change the configure style to 'gnu' instead of 'autoconf'
to avoid running autoconf twice (autoconf is run by the autogen.sh
script in the pre-configure target). landy@ says this fixes the
build on hppa for some reason.

ok aja, landry (for the configure-style bit some time ago)
2010-04-23 18:05:26 +00:00
stsp
ec8791ee90 Update to 1.6.6.
ok sthen@
2009-10-27 09:06:13 +00:00
stsp
b8a8bd6457 Update to 1.6.5.
Also:
* Native make now works fine so don't use gmake.
* Disable storing of plaintext passwords for all servers in the system-wide
  'servers' config file, instead of disabling storage of all kinds of
  passwords in the system-wide 'config' config file.
  The new store-plaintext-passwords=no option, which has existed since 1.6.0,
  overrides a yes/no prompt which subversion now usually presents before
  storing passwords in plaintext. gnome-keyring stores passwords encrypted.
* Update the main DESCR to reflect current reality.
* Add a patch which fixes a broken regression test in the ruby bindings
  which accidentally slipped into 1.6.5 release.
* Put the gnome-keyring subpackage into REGRESS_DEPENDS to make
  auth-test pass (it loads DSOs at runtime and can't find them if
  the gnome-keyring subpackage isn't installed).

Tested on i386 by me and alek@, on i386/amd64 by steven@,
and on sparc64 by Edd Barrett.
ok steven@
2009-08-25 10:26:20 +00:00
steven
940c428226 security update to 1.6.4
http://subversion.tigris.org/security/CVE-2009-2411-advisory.txt

from Stefan Sperling (maintainer)
2009-08-07 22:13:36 +00:00
stsp
60383fd0e8 Update to 1.6.1.
Help by ajacoutot@ and steven@
2009-04-28 23:43:56 +00:00
steven
9d093b04e0 update to 1.5.5
also,
- add various utilities from contrib/ and tools/
- update svn2cl to version 0.11 (has a fix for OpenBSD ksh)
- install SVN::Fs man page

from maintainer Stefan Sperling, tweaked a bit by me
2008-12-27 19:20:36 +00:00
steven
b8f78082d6 update to 1.5.4
joint work with new maintainer Stefan Sperling
and Brad Walker (me at bradwalker.com)

tested by several
2008-11-02 20:43:49 +00:00
steven
234fe4c8b3 make this use the python module, and switch to python 2.5 2007-10-25 10:00:03 +00:00
steven
08b37454c3 update to subversion 1.4.4
ok kili@, simon@
maintainer timeout
2007-06-18 06:34:48 +00:00
steven
8961d3c03c update to subversion 1.4.2
maintainer didn't have time
also tested by simon.
2006-12-21 08:58:04 +00:00
msf
227ef4e2cd build ruby bindings and put them in their own subpackage.
ok steven@
2006-11-29 08:52:38 +00:00
steven
f7d4f1f29e update to subversion 1.4.0
for details, read http://subversion.tigris.org/svn_1.4_releasenotes.html

from maintainer Sigfred Haversen <bsdlist at mumak.com>

go ahead pval
2006-09-30 06:23:58 +00:00
aanriot
a88f8d57b4 The following diff removes a call to utf_initialize() used in Core.pm by
the swig-generated perl modules, which is causing a Segmentation Fault,
as reported in PR #5071 .

ok naddy@ , Sigfred Haversen
2006-08-21 17:39:00 +00:00
steven
3e51dfb91f update to subversion 1.3.1
enable python regression tests

from maintainer Sigfred Haversen

ok alek@
2006-04-15 10:27:38 +00:00
alek
65a1284a66 Update to 1.3.0
From Sigfred Haversen <bsdlist@mumak.com>

ok steven@
2006-01-27 10:20:56 +00:00
steven
1461e009b5 remove old libtool patch
noticed by aanriot@
2006-01-07 13:04:25 +00:00
sturm
930b91eb59 work around around a bug on alpha (in binutils?), where some relocations
end up in .rodata

solution from kurt@, closes ports/4569
2005-11-30 19:45:07 +00:00
alek
5e2761425a - USE_LIBTOOL
- Bump PKGNAME

From Sigfred Haversen <bsdlist@mumak.com> (MAINTAINER)
2005-11-04 09:42:31 +00:00
alek
88721f10ed Update to 1.2.0
From Sigfred Haversen <bsdlist@mumak.com> (MAINTAINER)

ok msf@
2005-07-04 22:22:00 +00:00
alek
08f1ba3f00 - Update to 1.1.3 (patch from Steven Mestdagh)
- Enable perl regression tests

help & ok msf@
2005-01-21 20:29:10 +00:00
alek
a524b91b3c Import Subversion 1.1.1
Subversion is a free/open-source version control system. That is,
Subversion manages files and directories over time. A tree of files
is placed into a central repository. The repository is much like an
ordinary file server, except that it remembers every change ever made
to your files and directories. This allows you to recover older versions
of your data, or examine the history of how your data changed.
In this regard, many people think of a version control system as a
sort of time machine.

Joint work with msf@, Sigfred H?versen, Alex Holst and Steven Mestdagh

ok naddy@, go ahead msf@
2004-12-01 16:47:54 +00:00