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.7.0 (released Sep 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25e931441742
branches:  trunk
changeset: 481140:25e931441742
user:      epg <epg%pkgsrc.org@localhost>
date:      Sun Sep 26 17:15:18 2004 +0000

description:
Update to Version 0.7.0 (released Sep 02 2004)
http://svn.collab.net/repos/rapidsvn/tags/0.7.0

User-visible changes:
179     Direct text editor access from RapidSVN
172     Options are now configurable in View/Diff tool preferences
192     Added STOP button
190     Added Documentation for Release Management
191     New merge button in log dialogue
220     Tweaked: Remember window status "Maximized"
195     Tweaked: Commits are now recursive as default (in dialog)
206     Tweaked: Changed menu entries for "Add Working Copy" and
         "Add Repository" menu items confusing
165     Fixed: Space in dir name became %20 on rename
194     Fixed: Copy didnt work with URL destination
196     Fixed: Win32 build files were missing from tar.gz source kits
167     Fixed: crash on expand bottom bookmark
214     Fixed: Incorrect info for repository directories
197     Fixed: Commit/Update used active file instead of folder in
                folder browser menu (when right-clicking in the folder
browser)
207     Fixed: TextViewer (called by LogDlg) removed (see #179)
189     Fixed: Sort order; group unversioned items with other modified
198     Fixed: folder double-clicking on Win32


Developer-visible changes:
201     Fixed: Client::log("") failed
204     Fixed: cat couldnt return binary data
218     Fixed: Default config dir created against user wishes
219     Fixed: Auth code ddidnt not use users config_dir
224     Fixed: make fails on Suse 9.1
208     Fixed: install svncpp headers (with make install)
199     Fixed: Correctly disable VC7 warning 4290
200     Fixed: VC7 wants some more Exception ctors

diffstat:

 devel/rapidsvn/Makefile |   6 ++++--
 devel/rapidsvn/PLIST    |  21 ++++++++++++++++++++-
 devel/rapidsvn/distinfo |   7 ++++---
 3 files changed, 28 insertions(+), 6 deletions(-)

diffs (61 lines):

diff -r ecd13686f523 -r 25e931441742 devel/rapidsvn/Makefile
--- a/devel/rapidsvn/Makefile   Sun Sep 26 17:10:06 2004 +0000
+++ b/devel/rapidsvn/Makefile   Sun Sep 26 17:15:18 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2004/05/31 00:58:48 epg Exp $
+# $NetBSD: Makefile,v 1.13 2004/09/26 17:15:18 epg Exp $
 
-DISTNAME=              rapidsvn-0.6.0
+DISTNAME=              rapidsvn-0.7.0
 CATEGORIES=            devel x11
 MASTER_SITES=          http://www.rapidsvn.org/download/
 
@@ -19,6 +19,8 @@
 BUILDLINK_DEPENDS.subversion-base+=    subversion-base>=1.0.0
 BUILDLINK_DEPENDS.wxGTK+=      wxGTK>=2.4.2
 
+INSTALLATION_DIRS+=    include/svncpp
+
 .include "../../devel/apr/buildlink3.mk"
 .include "../../devel/subversion/buildlink3.mk"
 .include "../../x11/wxGTK/buildlink3.mk"
diff -r ecd13686f523 -r 25e931441742 devel/rapidsvn/PLIST
--- a/devel/rapidsvn/PLIST      Sun Sep 26 17:10:06 2004 +0000
+++ b/devel/rapidsvn/PLIST      Sun Sep 26 17:15:18 2004 +0000
@@ -1,4 +1,23 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:29 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/09/26 17:15:18 epg Exp $
 bin/rapidsvn
+include/svncpp/annotate_line.hpp
+include/svncpp/apr.hpp
+include/svncpp/client.hpp
+include/svncpp/context.hpp
+include/svncpp/context_listener.hpp
+include/svncpp/datetime.hpp
+include/svncpp/dirent.hpp
+include/svncpp/entry.hpp
+include/svncpp/exception.hpp
+include/svncpp/log_entry.hpp
+include/svncpp/path.hpp
+include/svncpp/pool.hpp
+include/svncpp/property.hpp
+include/svncpp/revision.hpp
+include/svncpp/status.hpp
+include/svncpp/targets.hpp
+include/svncpp/url.hpp
+include/svncpp/wc.hpp
 lib/libsvncpp.la
 man/man1/rapidsvn.1
+@dirrm include/svncpp
diff -r ecd13686f523 -r 25e931441742 devel/rapidsvn/distinfo
--- a/devel/rapidsvn/distinfo   Sun Sep 26 17:10:06 2004 +0000
+++ b/devel/rapidsvn/distinfo   Sun Sep 26 17:15:18 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.5 2004/05/31 00:58:48 epg Exp $
+$NetBSD: distinfo,v 1.6 2004/09/26 17:15:18 epg Exp $
 
-SHA1 (rapidsvn-0.6.0.tar.gz) = 00446f4bc2afaab3bed730b616d070d191035aeb
-Size (rapidsvn-0.6.0.tar.gz) = 530424 bytes
+SHA1 (rapidsvn-0.7.0.tar.gz) = 4e5cb9b8a156f45880b488f468b1448dfb30b812
+Size (rapidsvn-0.7.0.tar.gz) = 540092 bytes
+SHA1 (patch-aa) = 2128a56c3a052a92b134ca9652300f1f634c8ef2



Home | Main Index | Thread Index | Old Index