Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2003 20:10:59 -0500
From:      Craig Rodrigues <rodrigc@attbi.com>
To:        freebsd-ports@freebsd.org
Subject:   [MAINTAINER update] devel/subversion
Message-ID:  <20030103011059.GA3146@attbi.com>

next in thread | raw e-mail | index | archive | help

--OXfL5xGRrasGEqWY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

This patch fixes a dependency problem in subversion during portupgrade.
It was pointed out to me by Munish Chopra <mchopra@engmail.uwaterloo.ca>.

-- 
Craig Rodrigues        
http://home.attbi.com/~rodrigc
rodrigc@attbi.com

--OXfL5xGRrasGEqWY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="subversion.diff"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/subversion/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	2003/01/02 08:52:09	1.20
+++ Makefile	2003/01/03 00:03:57
@@ -14,7 +14,7 @@
 LIB_DEPENDS=	db4:${PORTSDIR}/databases/db4 \
 		neon.23:${PORTSDIR}/www/neon \
 		expat.4:${PORTSDIR}/textproc/expat2 \
-		apr:${PORTSDIR}/devel/apr
+		apr-0.9:${PORTSDIR}/devel/apr
 RUN_DEPENDS=	gdiff3:${PORTSDIR}/textproc/diffutils
 BUILD_DEPENDS=	gdiff3:${PORTSDIR}/textproc/diffutils
 

--OXfL5xGRrasGEqWY--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030103011059.GA3146>