diff options
author | epg <epg@pkgsrc.org> | 2004-09-26 17:15:18 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-09-26 17:15:18 +0000 |
commit | 391ec6cfc3d93557580c43a5bac49394f2350361 (patch) | |
tree | 2014efbb2729d593f0bdc8fa10d023a13bd11d15 /devel/rapidsvn | |
parent | d4a3446cfe0de5ae4412cc7b10ec508023aa1312 (diff) | |
download | pkgsrc-391ec6cfc3d93557580c43a5bac49394f2350361.tar.gz |
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 (limited to 'devel/rapidsvn')
-rw-r--r-- | devel/rapidsvn/Makefile | 6 | ||||
-rw-r--r-- | devel/rapidsvn/PLIST | 21 | ||||
-rw-r--r-- | devel/rapidsvn/distinfo | 7 |
3 files changed, 28 insertions, 6 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index 6ecc8d2f3f2..a4838f10777 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -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 @@ CONFIGURE_ARGS+= --with-svn-lib=${BUILDLINK_DIR}/lib 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 --git a/devel/rapidsvn/PLIST b/devel/rapidsvn/PLIST index 6a3495eafc1..0ac5e49c72a 100644 --- a/devel/rapidsvn/PLIST +++ b/devel/rapidsvn/PLIST @@ -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 --git a/devel/rapidsvn/distinfo b/devel/rapidsvn/distinfo index deb3db4edeb..7b89330097e 100644 --- a/devel/rapidsvn/distinfo +++ b/devel/rapidsvn/distinfo @@ -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 |