diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2002-03-19 13:23:58 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2002-03-19 13:23:58 +0000 |
commit | 6733df072eb023aac41fcb259cf7d51f076aa0dc (patch) | |
tree | 53f7c5ac9573308ca2a526aeedebfff95edd648c /devel/subversion16 | |
parent | autoconf 2.53 appears to change the way variables are substituted, (diff) |
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.
PR: ports/36069
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=56335
Diffstat (limited to 'devel/subversion16')
-rw-r--r-- | devel/subversion16/Makefile | 14 | ||||
-rw-r--r-- | devel/subversion16/distinfo | 2 |
2 files changed, 6 insertions, 10 deletions
diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile index 81459f01b9fb..9876158a794c 100644 --- a/devel/subversion16/Makefile +++ b/devel/subversion16/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= r1467 +PORTVERSION= r1537 CATEGORIES= devel MASTER_SITES= http://www.tigris.org/files/15/38/ @@ -15,17 +15,13 @@ LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ 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 --git a/devel/subversion16/distinfo b/devel/subversion16/distinfo index 4c6c11dabbb6..d647d395e5bd 100644 --- a/devel/subversion16/distinfo +++ b/devel/subversion16/distinfo @@ -1 +1 @@ -MD5 (subversion-r1467.tar.gz) = dd945c0150062cc4d1965df0b23cb22d +MD5 (subversion-r1537.tar.gz) = 0bd886859b86142b4d11f2bbe91706f4 |