Date: Mon, 18 Mar 2002 20:41:32 -0500 (EST) From: garrett rooney <rooneg@electricjellyfish.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36069: [maintainer update] update subversion port to r1537 Message-ID: <200203190141.g2J1fWw50013@neroon.user.acm.rpi.edu>
next in thread | raw e-mail | index | archive | help
>Number: 36069 >Category: ports >Synopsis: [maintainer update] update subversion port to r1537 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Mar 18 17:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: garrett rooney >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD quicksilver.electricjellyfish.net 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sat Jan 5 10:29:30 EST 2002 rooneg@quicksilver.electricjellyfish.net:/usr/obj/usr/src/sys/QUICKSILVER i386 >Description: this updates the subversion port to the latest release, which fixes several small bugs noticed soon after the last release was rolled. it also removes a patch that is no longer needed, as it was rolled into the upstream source. as a bonus, this removes the dependency on the patch port, as svn now uses gdiff3, rather than gdiff/gpatch. >How-To-Repeat: check the subversion website ;-) >Fix: apply this patch: diff -urPN --exclude=.svn --exclude=work /usr/ports/devel/subversion/Makefile subversion/Makefile --- /usr/ports/devel/subversion/Makefile Thu Mar 14 18:43:01 2002 +++ subversion/Makefile Mon Mar 18 19:08:06 2002 @@ -2,10 +2,10 @@ # Date created: 10 September 2001 # Whom: rooneg@electricjellyfish.net # -# $FreeBSD: ports/devel/subversion/Makefile,v 1.4 2002/03/14 16:52:32 roberto Exp $ +# $FreeBSD$ PORTNAME= subversion -PORTVERSION= r1467 +PORTVERSION= r1537 CATEGORIES= devel MASTER_SITES= http://www.tigris.org/files/15/38/ @@ -15,17 +15,13 @@ neon.19:${PORTSDIR}/www/neon \ expat:${PORTSDIR}/textproc/expat \ apr:${PORTSDIR}/devel/apr-devel - -RUN_DEPENDS= gdiff:${PORTSDIR}/textproc/diffutils \ - gpatch:${PORTSDIR}/devel/patch - -BUILD_DEPENDS= gdiff:${PORTSDIR}/textproc/diffutils \ - gpatch:${PORTSDIR}/devel/patch \ - python:${PORTSDIR}/lang/python +RUN_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils \ +BUILD_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils \ + python:${PORTSDIR}/lang/python MAN1= svn.1 -WRKSRC= ${WRKDIR}/subversion-r1467 +WRKSRC= ${WRKDIR}/subversion-r1537 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl \ --with-neon=${LOCALBASE} \ diff -urPN --exclude=.svn --exclude=work /usr/ports/devel/subversion/distinfo subversion/distinfo --- /usr/ports/devel/subversion/distinfo Thu Mar 14 18:43:01 2002 +++ subversion/distinfo Mon Mar 18 17:45:41 2002 @@ -1 +1 @@ -MD5 (subversion-r1467.tar.gz) = dd945c0150062cc4d1965df0b23cb22d +MD5 (subversion-r1537.tar.gz) = 0bd886859b86142b4d11f2bbe91706f4 diff -urPN --exclude=.svn --exclude=work /usr/ports/devel/subversion/files/patch-configure subversion/files/patch-configure --- /usr/ports/devel/subversion/files/patch-configure Thu Mar 14 11:52:42 2002 +++ subversion/files/patch-configure Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- configure.orig Sun Mar 10 18:06:50 2002 -+++ configure Sun Mar 10 18:07:48 2002 -@@ -7084,7 +7084,7 @@ - SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'` - NEON_LIBS=`$neon_config --libs | sed -e 's/-lneon//g'` - CFLAGS="$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`" -- NEON_LIBS="$NEON_LIBS "`$neon_config --prefix `"/lib/libneon.la" -+ NEON_LIBS="$NEON_LIBS -lneon" - ;; - *) - echo "You have neon version $NEON_VERSION," >Release-Note: >Audit-Trail: >Unformatted: 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?200203190141.g2J1fWw50013>