diff options
author | epg <epg@pkgsrc.org> | 2004-02-03 06:36:55 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-02-03 06:36:55 +0000 |
commit | fbcd8f16826a55a64805148bb856301f40348628 (patch) | |
tree | 3e657ff039be10f17cc765d4c87c4555dacb386f /devel/rapidsvn/Makefile | |
parent | 89641495f42d22d5d55736fdc854026b5ae20fda (diff) | |
download | pkgsrc-fbcd8f16826a55a64805148bb856301f40348628.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/Makefile')
-rw-r--r-- | devel/rapidsvn/Makefile | 7 |
1 files changed, 3 insertions, 4 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" |