pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rapidsvn Update to Version 0.6.0 (released May 2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fda363c23b2
branches:  trunk
changeset: 475961:9fda363c23b2
user:      epg <epg%pkgsrc.org@localhost>
date:      Mon May 31 00:58:48 2004 +0000

description:
Update to Version 0.6.0 (released May 24 2004)
http://svn.collab.net/repos/rapidsvn/tags/0.6.0

Pkgsrc changes:  Require subversion 1.0.0 and wxGTK 2.4.2.  Remove
patch-aa (issue #180 below).

User-visible changes:
* 180   Configure script failed on Solaris because of "find -maxdepth"
* 183   Save preferences "Flat view" and "Refresh with Update"
* 149   RapidSVN supported for AMD64
* 184   New icon for out-of-date files
* 186   Implemented Diff command for the Log dialog.
* 157   Fixed: diff could not open file on Linux
* 145   Fixed: sort-order for status in file-list
* 158   Fixed: crash when adding a bookmark
* 160   Fixed: double click on file in repos doesn't work
* 166   Fixed: trailing spaces on repository URL not trimmed
* 177   Fixed: status for 'out-of-date' files not being displayed
* 185   Fixed: Text/Property status display for 'out-of-date' files
* 148   Fixed: date display in log dlg


Developer-visible changes:
* 164   Fixed: ls return path wrong for current dir
* 169   Fixed: Context inits apr after using apr function
* 162   Conform with Subversion 1.0.0
* 168   add changed path support to log

diffstat:

 devel/rapidsvn/Makefile         |   9 ++++-----
 devel/rapidsvn/distinfo         |   7 +++----
 devel/rapidsvn/patches/patch-aa |  13 -------------
 3 files changed, 7 insertions(+), 22 deletions(-)

diffs (53 lines):

diff -r 9daa18307ab3 -r 9fda363c23b2 devel/rapidsvn/Makefile
--- a/devel/rapidsvn/Makefile   Mon May 31 00:25:14 2004 +0000
+++ b/devel/rapidsvn/Makefile   Mon May 31 00:58:48 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2004/03/26 02:27:39 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2004/05/31 00:58:48 epg Exp $
 
-DISTNAME=              rapidsvn-0.5.0
-PKGREVISION=           1
+DISTNAME=              rapidsvn-0.6.0
 CATEGORIES=            devel x11
 MASTER_SITES=          http://www.rapidsvn.org/download/
 
@@ -17,8 +16,8 @@
 CONFIGURE_ARGS+=       --with-svn-include=${BUILDLINK_DIR}/include
 CONFIGURE_ARGS+=       --with-svn-lib=${BUILDLINK_DIR}/lib
 
-BUILDLINK_DEPENDS.subversion-base+=    subversion-base>=0.36.0
-BUILDLINK_DEPENDS.wxGTK+=      wxGTK>=2.4.0
+BUILDLINK_DEPENDS.subversion-base+=    subversion-base>=1.0.0
+BUILDLINK_DEPENDS.wxGTK+=      wxGTK>=2.4.2
 
 .include "../../devel/apr/buildlink3.mk"
 .include "../../devel/subversion/buildlink3.mk"
diff -r 9daa18307ab3 -r 9fda363c23b2 devel/rapidsvn/distinfo
--- a/devel/rapidsvn/distinfo   Mon May 31 00:25:14 2004 +0000
+++ b/devel/rapidsvn/distinfo   Mon May 31 00:58:48 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/03/08 01:09:51 minskim Exp $
+$NetBSD: distinfo,v 1.5 2004/05/31 00:58:48 epg Exp $
 
-SHA1 (rapidsvn-0.5.0.tar.gz) = a3871db181c3ce641226941ed06c0fa755dc0246
-Size (rapidsvn-0.5.0.tar.gz) = 482658 bytes
-SHA1 (patch-aa) = c62fb9eb2f072917d0526c3d59dfbcada04ccf8d
+SHA1 (rapidsvn-0.6.0.tar.gz) = 00446f4bc2afaab3bed730b616d070d191035aeb
+Size (rapidsvn-0.6.0.tar.gz) = 530424 bytes
diff -r 9daa18307ab3 -r 9fda363c23b2 devel/rapidsvn/patches/patch-aa
--- a/devel/rapidsvn/patches/patch-aa   Mon May 31 00:25:14 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2004/03/08 01:09:51 minskim Exp $
-
---- configure.orig     2004-03-07 18:36:35.000000000 -0600
-+++ configure
-@@ -18335,7 +18335,7 @@ echo "$as_me:$LINENO: checking for Subve
- echo $ECHO_N "checking for Subversion libraries... $ECHO_C" >&6
- SVN_LIB=""
- for VALUE in $SVN_LIBS ; do
--      LIBSVN_RESULT=`find $VALUE -name "libsvn_client-1.*" -maxdepth 1 \( -type f -o -type l \)`
-+      LIBSVN_RESULT=1
-       if test -n "$LIBSVN_RESULT"; then
-               SVN_LIB=$VALUE
-               break



Home | Main Index | Thread Index | Old Index