diff options
author | roberto <roberto@FreeBSD.org> | 2002-03-19 13:23:58 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-03-19 13:23:58 +0000 |
commit | f05d92c328a50a73474d1c66b26398f7103d2b06 (patch) | |
tree | 9f98d951e606982281c3fc77208b47b9ddf22ca1 /devel/subversion-freebsd | |
parent | 584227f6c617fb31c0693d3d7da18b83a3cd6d3a (diff) | |
download | FreeBSD-ports-f05d92c328a50a73474d1c66b26398f7103d2b06.zip FreeBSD-ports-f05d92c328a50a73474d1c66b26398f7103d2b06.tar.gz |
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)
Diffstat (limited to 'devel/subversion-freebsd')
-rw-r--r-- | devel/subversion-freebsd/Makefile | 14 | ||||
-rw-r--r-- | devel/subversion-freebsd/distinfo | 2 |
2 files changed, 6 insertions, 10 deletions
diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile index 81459f0..9876158 100644 --- a/devel/subversion-freebsd/Makefile +++ b/devel/subversion-freebsd/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/subversion-freebsd/distinfo b/devel/subversion-freebsd/distinfo index 4c6c11d..d647d39 100644 --- a/devel/subversion-freebsd/distinfo +++ b/devel/subversion-freebsd/distinfo @@ -1 +1 @@ -MD5 (subversion-r1467.tar.gz) = dd945c0150062cc4d1965df0b23cb22d +MD5 (subversion-r1537.tar.gz) = 0bd886859b86142b4d11f2bbe91706f4 |