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.
This commit is contained in:
epg 2004-02-03 06:36:55 +00:00
parent 72682fd3e2
commit e68fdf35d4
3 changed files with 6 additions and 21 deletions

View file

@ -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"

View file

@ -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

View file

@ -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)
{