pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/subversion-base Require apr 0.9.5 (thanks Bang J...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62462f0b6640
branches:  trunk
changeset: 464020:62462f0b6640
user:      epg <epg%pkgsrc.org@localhost>
date:      Wed Dec 03 15:43:09 2003 +0000

description:
Require apr 0.9.5 (thanks Bang Jun-Young).

diffstat:

 devel/subversion-base/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3014b8681f61 -r 62462f0b6640 devel/subversion-base/Makefile
--- a/devel/subversion-base/Makefile    Wed Dec 03 15:42:10 2003 +0000
+++ b/devel/subversion-base/Makefile    Wed Dec 03 15:43:09 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/10/07 08:06:38 epg Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/03 15:43:09 epg Exp $
 
 PKGNAME=       subversion-base-${SVNVER}
 COMMENT=       Version control system, base programs and libraries
@@ -23,7 +23,7 @@
        ${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/svnperms* \
                ${SVNEXAMPLES}/hook-scripts
 
-BUILDLINK_DEPENDS.apr?=                apr>=0.9.4
+BUILDLINK_DEPENDS.apr?=                apr>=0.9.5
 BUILDLINK_DEPENDS.neon?=       neon>=0.24.1
 
 .include "../../databases/db4/buildlink2.mk"



Home | Main Index | Thread Index | Old Index