summaryrefslogtreecommitdiff
path: root/devel/rapidsvn
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2004-05-31 00:58:48 +0000
committerepg <epg@pkgsrc.org>2004-05-31 00:58:48 +0000
commitb0f7918fb116f2b851bd747e07448c35af9bd576 (patch)
treef250069bc5a7effb8ba0877a4445ee333e7bc889 /devel/rapidsvn
parent4bdb3a62c34fb265b48909cc741032d0d96a64e6 (diff)
downloadpkgsrc-b0f7918fb116f2b851bd747e07448c35af9bd576.tar.gz
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 (limited to 'devel/rapidsvn')
-rw-r--r--devel/rapidsvn/Makefile9
-rw-r--r--devel/rapidsvn/distinfo7
-rw-r--r--devel/rapidsvn/patches/patch-aa13
3 files changed, 7 insertions, 22 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile
index 78f4c89372f..6ecc8d2f3f2 100644
--- a/devel/rapidsvn/Makefile
+++ b/devel/rapidsvn/Makefile
@@ -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 @@ GNU_CONFIGURE= YES
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 --git a/devel/rapidsvn/distinfo b/devel/rapidsvn/distinfo
index 10efa426d06..deb3db4edeb 100644
--- a/devel/rapidsvn/distinfo
+++ b/devel/rapidsvn/distinfo
@@ -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 --git a/devel/rapidsvn/patches/patch-aa b/devel/rapidsvn/patches/patch-aa
deleted file mode 100644
index d62cedb9364..00000000000
--- a/devel/rapidsvn/patches/patch-aa
+++ /dev/null
@@ -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