diff options
author | epg <epg@pkgsrc.org> | 2003-12-20 00:31:47 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2003-12-20 00:31:47 +0000 |
commit | 1c78f14ee90ea66680d43544d9974aafa57e2343 (patch) | |
tree | 0547a82b4fa59a15f367416122778edc2e7a5337 /devel/subversion | |
parent | 75415e97abcee1894290b0543f14dc206db3c06e (diff) | |
download | pkgsrc-1c78f14ee90ea66680d43544d9974aafa57e2343.tar.gz |
Update to 0.35.0.
Upstream change log:
Version 0.35.0 (branching 12 December 2003, from revision 7994)
http://svn.collab.net/repos/svn/branches/0.35.0
1. As of this release, Subversion once again does deltification
automatically. This means that the deltification step most
repositories introduced into their post-commit hooks as of
release 0.33.0 should now be reverted. Look for a line with
"svnadmin deltify" in hooks/post-commit, and remove it.
User-visible changes:
* BDB log files are automatically pruned, with BDB 4.2.50 and higher (#1615)
* deltification is automatic again (issue #1601)
* fix: svn diff -rX:Y wcpath' may lie (issue #1616)
* fix: URI-decoding problem on 'svn import' (issue #1622)
* automatic log file removal on repositorys (issue #1615)
* many other enhancements, minor features, and bugfixes not listed here
Developer-visible changes:
* misc. improvements on Perl and Java bindings
* improved diff handling (r7985)
* many other changes not listed here
Merged revisions after release branching:
* r8009, r8010 and r8011 - Java bindings
* r8041 - typo/bugfix
Diffstat (limited to 'devel/subversion')
-rw-r--r-- | devel/subversion/Makefile.version | 4 | ||||
-rw-r--r-- | devel/subversion/distinfo | 6 | ||||
-rw-r--r-- | devel/subversion/patches/patch-ag | 13 |
3 files changed, 5 insertions, 18 deletions
diff --git a/devel/subversion/Makefile.version b/devel/subversion/Makefile.version index 67dbdc16c7a..982a78ea881 100644 --- a/devel/subversion/Makefile.version +++ b/devel/subversion/Makefile.version @@ -1,5 +1,5 @@ -# $NetBSD: Makefile.version,v 1.11 2003/12/06 03:01:57 epg Exp $ +# $NetBSD: Makefile.version,v 1.12 2003/12/20 00:31:47 epg Exp $ .if !defined(SVNVER) -SVNVER= 0.34.0 +SVNVER= 0.35.0 .endif diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo index 0aaa9b02940..03149b84957 100644 --- a/devel/subversion/distinfo +++ b/devel/subversion/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2003/12/06 03:01:57 epg Exp $ +$NetBSD: distinfo,v 1.21 2003/12/20 00:31:47 epg Exp $ -SHA1 (subversion-0.34.0.tar.gz) = 00af9b3a860ae842f0708369936ba4e120ec0a40 -Size (subversion-0.34.0.tar.gz) = 7423143 bytes +SHA1 (subversion-0.35.0.tar.gz) = 5ea9422faab79970286750e5bed7270fe0085714 +Size (subversion-0.35.0.tar.gz) = 7432534 bytes SHA1 (patch-aa) = 00bd9a667459a704c6454e581c2cc5b1cfc197a9 SHA1 (patch-ac) = 7f0669a6f684583ff0ca4a443be356ae2fca06db SHA1 (patch-ae) = 3d07f9a929fca2d4521bcaa6b2dce7aa74e12351 diff --git a/devel/subversion/patches/patch-ag b/devel/subversion/patches/patch-ag deleted file mode 100644 index 0812f335a2c..00000000000 --- a/devel/subversion/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2003/12/03 15:20:44 epg Exp $ - ---- subversion/bindings/swig/perl/Makefile.PL.orig Sat Sep 27 16:48:58 2003 -+++ subversion/bindings/swig/perl/Makefile.PL -@@ -20,7 +20,7 @@ my %config = ( - OBJECT => q/$(O_FILES)/, - dynamic_lib => { - OTHERLDFLAGS => join(' ', $apr_ldflags, '-L/usr/local/lib', -- @ldmodules, '-lsvn_swig_perl-1', -+ @ldmodules, '-L../.libs', '-lsvn_swig_perl-1', - `swig -perl -ldflags`), - }, - ); |