pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/subversion Update to 0.35.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e871a71bd116
branches:  trunk
changeset: 465047:e871a71bd116
user:      epg <epg%pkgsrc.org@localhost>
date:      Sat Dec 20 00:31:47 2003 +0000

description:
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:

 devel/subversion/Makefile.version |   4 ++--
 devel/subversion/distinfo         |   6 +++---
 devel/subversion/patches/patch-ag |  13 -------------
 3 files changed, 5 insertions(+), 18 deletions(-)

diffs (42 lines):

diff -r 9b4a791b6f9a -r e871a71bd116 devel/subversion/Makefile.version
--- a/devel/subversion/Makefile.version Sat Dec 20 00:30:17 2003 +0000
+++ b/devel/subversion/Makefile.version Sat Dec 20 00:31:47 2003 +0000
@@ -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 -r 9b4a791b6f9a -r e871a71bd116 devel/subversion/distinfo
--- a/devel/subversion/distinfo Sat Dec 20 00:30:17 2003 +0000
+++ b/devel/subversion/distinfo Sat Dec 20 00:31:47 2003 +0000
@@ -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 -r 9b4a791b6f9a -r e871a71bd116 devel/subversion/patches/patch-ag
--- a/devel/subversion/patches/patch-ag Sat Dec 20 00:30:17 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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`),
-     },
- );



Home | Main Index | Thread Index | Old Index