summaryrefslogtreecommitdiff
path: root/devel/rapidsvn
diff options
context:
space:
mode:
authorepg <epg>2004-02-03 06:36:55 +0000
committerepg <epg>2004-02-03 06:36:55 +0000
commit28803fbafcf2d3dc608cb91708b7b26da4294b9e (patch)
tree3e657ff039be10f17cc765d4c87c4555dacb386f /devel/rapidsvn
parentcb0337af3c53ace90893d239cce460f0c360ce27 (diff)
downloadpkgsrc-28803fbafcf2d3dc608cb91708b7b26da4294b9e.tar.gz
Update to 0.5.0. No changelog available, but the announcement says
that this release works with Subversion 0.36 and 0.37, so require at least 0.36. patch-aa no longer needed.
Diffstat (limited to 'devel/rapidsvn')
-rw-r--r--devel/rapidsvn/Makefile7
-rw-r--r--devel/rapidsvn/distinfo7
-rw-r--r--devel/rapidsvn/patches/patch-aa13
3 files changed, 6 insertions, 21 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile
index 730a619e1b4..7537c90f1c3 100644
--- a/devel/rapidsvn/Makefile
+++ b/devel/rapidsvn/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2004/01/22 08:24:30 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/02/03 06:36:55 epg Exp $
-DISTNAME= rapidsvn-0.4.0
-PKGREVISION= 4
+DISTNAME= rapidsvn-0.5.0
CATEGORIES= devel x11
MASTER_SITES= http://www.rapidsvn.org/download/
@@ -19,7 +18,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
CONFIGURE_ARGS+= --with-svn-include=${BUILDLINK_DIR}/include
CONFIGURE_ARGS+= --with-svn-lib=${BUILDLINK_DIR}/lib
-BUILDLINK_DEPENDS.subversion-base= subversion-base>=0.35.0
+BUILDLINK_DEPENDS.subversion-base= subversion-base>=0.36.0
BUILDLINK_DEPENDS.wxGTK= wxGTK>=2.4.0
.include "../../devel/apr/buildlink2.mk"
diff --git a/devel/rapidsvn/distinfo b/devel/rapidsvn/distinfo
index 517bc3ed570..57c4ac84ca7 100644
--- a/devel/rapidsvn/distinfo
+++ b/devel/rapidsvn/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/12/20 18:20:36 epg Exp $
+$NetBSD: distinfo,v 1.3 2004/02/03 06:36:55 epg Exp $
-SHA1 (rapidsvn-0.4.0.tar.gz) = 3155913de73847062823052e0710de2624a8ea49
-Size (rapidsvn-0.4.0.tar.gz) = 457162 bytes
-SHA1 (patch-aa) = 7d88744872d1411dce96acf5fb12a9628b4267d3
+SHA1 (rapidsvn-0.5.0.tar.gz) = a3871db181c3ce641226941ed06c0fa755dc0246
+Size (rapidsvn-0.5.0.tar.gz) = 482658 bytes
diff --git a/devel/rapidsvn/patches/patch-aa b/devel/rapidsvn/patches/patch-aa
deleted file mode 100644
index 5ec1b508733..00000000000
--- a/devel/rapidsvn/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/12/20 18:20:36 epg Exp $
-
---- src/svncpp/context.cpp.orig Sat Dec 6 16:42:26 2003
-+++ src/svncpp/context.cpp
-@@ -293,7 +293,7 @@ namespace svn
- onSslServerTrustPrompt (svn_auth_cred_ssl_server_trust_t **cred,
- void *baton,
- const char *realm,
-- int failures,
-+ unsigned int failures,
- const svn_auth_ssl_server_cert_info_t *info,
- apr_pool_t *pool)
- {