Subject: pkg/20995: subversion upate to 0.20.1
To: None <gnats-bugs@gnats.netbsd.org>
From: None <marc@informatik.uni-bremen.de>
List: netbsd-bugs
Date: 04/03/2003 21:39:48
>Number: 20995
>Category: pkg
>Synopsis: subversion update to 0.20.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Thu Apr 03 11:40:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Marc Recht
>Release: NetBSD 1.6Q
>Organization:
>Environment:
System: NetBSD leeloo.intern.geht.de 1.6Q NetBSD 1.6Q (LEELOO) #0: Thu Apr 3 13:31:48 CEST 2003 root@leeloo.intern.geht.de:/sys/arch/i386/compile/LEELOO i386
Architecture: i386
Machine: i386
>Description:
Update of devel/subversion and www/ap2-subversion to 0.20.1.
This supercedes my PR pkg/20725.
Changes since 0.19.1 (pkg/20725):
Version 0.20.1 (released 26 Mar 2003, revision 5467, branches/release-0.20.1)
User-visible changes:
* fix svnadmin load bug so that property deletions actually occur
* fix checksum compatibility issue for older repositories
Version 0.20.0 (released 20 Mar 2003, revision 5410, branches/release-0.20)
User-visible changes:
* new compatibility rule: require only that each interim release be
compatible with the one before it (see HACKING)
* ra_svn is still new so above rule doesn't yet apply
(i.e. 0.20 over ra_svn is NOT compatible with previous releases)
* merge infers the target path (see book chapters 4 & 8)
* merge continues in presence of missing target file
* merge's add notifications are no longer duplicated
* commands can be safely interrupted (Ctrl-C)
* --encoding global default in ~/.subversion/config
* new option --editor-cmd
* begin multi-release transition to escape binary properties over DAV
* misc performance improvements
Developer-visible changes:
* RA vtable functions take pool argument
* svn-config --includes path fixed
* uuid at creation now complete
* start having test failures throw exceptions rather than return errors
* test suite option --cleanup with --verbose being default mode
* continued diff library development
* minor revprop hook changes
* bug fixes: no diff on binary files (#1019), consistent error messages
(#1181), version numbers in hook scripts (#1182), win98 codepage (#1186)
>How-To-Repeat:
>Fix:
devel/subversion:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/subversion/Makefile,v
retrieving revision 1.8
diff -u -u -b -r1.8 Makefile
--- Makefile 2003/02/03 20:19:00 1.8
+++ Makefile 2003/04/03 19:32:54
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.8 2003/02/03 20:19:00 drochner Exp $
-DISTNAME= subversion-r4503
-PKGNAME= subversion-0.17.1
+DISTNAME= subversion-0.20.1
CATEGORIES= devel
-MASTER_SITES= http://subversion.tigris.org/files/documents/15/2699/
+MASTER_SITES= http://subversion.tigris.org/files/documents/15/3440/
MAINTAINER= joelw@unix.se
HOMEPAGE= http://subversion.tigris.org
Index: buildlink2.mk
===================================================================
RCS file: /cvsroot/pkgsrc/devel/subversion/buildlink2.mk,v
retrieving revision 1.1
diff -u -u -b -r1.1 buildlink2.mk
--- buildlink2.mk 2003/02/03 20:22:01 1.1
+++ buildlink2.mk 2003/04/03 19:32:54
@@ -4,7 +4,7 @@
SUBVERSION_BUILDLINK2_MK= #defined
BUILDLINK_PACKAGES+= subversion-base
-BUILDLINK_DEPENDS.subversion-base?= subversion>=0.17.1
+BUILDLINK_DEPENDS.subversion-base?= subversion>=0.20.1
BUILDLINK_PKGSRCDIR.subversion-base?= ../../devel/subversion
EVAL_PREFIX+= BUILDLINK_PREFIX.subversion-base=subversion
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/subversion/distinfo,v
retrieving revision 1.4
diff -u -u -b -r1.4 distinfo
--- distinfo 2003/01/30 17:48:54 1.4
+++ distinfo 2003/04/03 19:32:54
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.4 2003/01/30 17:48:54 drochner Exp $
-SHA1 (subversion-r4503.tar.gz) = 7e7180216d974daf4e883839d72fa0d93eb11b08
-Size (subversion-r4503.tar.gz) = 6911118 bytes
+SHA1 (subversion-0.20.1.tar.gz) = d180593fe5f23a5daff82c65957ff16571eb14d8
+Size (subversion-0.20.1.tar.gz) = 7645003 bytes
www/ap2-subversion:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/ap2-subversion/Makefile,v
retrieving revision 1.1.1.1
diff -u -u -b -r1.1.1.1 Makefile
--- Makefile 2003/02/03 20:24:13 1.1.1.1
+++ Makefile 2003/04/03 19:39:10
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.1.1.1 2003/02/03 20:24:13 drochner Exp $
-DISTNAME= subversion-r4503
-PKGNAME= ap2-subversion-0.17.1
+DISTNAME= subversion-0.20.1
+PKGNAME= ap2-subversion-0.20.1
CATEGORIES= devel
-MASTER_SITES= http://subversion.tigris.org/files/documents/15/2699/
+MASTER_SITES= http://subversion.tigris.org/files/documents/15/3440/
MAINTAINER= epg@pretzelnet.org
HOMEPAGE= http://subversion.tigris.org/
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/www/ap2-subversion/distinfo,v
retrieving revision 1.1.1.1
diff -u -u -b -r1.1.1.1 distinfo
--- distinfo 2003/02/03 20:24:13 1.1.1.1
+++ distinfo 2003/04/03 19:39:10
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2003/02/03 20:24:13 drochner Exp $
-SHA1 (subversion-r4503.tar.gz) = 7e7180216d974daf4e883839d72fa0d93eb11b08
-Size (subversion-r4503.tar.gz) = 6911118 bytes
+SHA1 (subversion-0.20.1.tar.gz) = d180593fe5f23a5daff82c65957ff16571eb14d8
+Size (subversion-0.20.1.tar.gz) = 7645003 bytes
>Release-Note:
>Audit-Trail:
>Unformatted: