summaryrefslogtreecommitdiff
path: root/devel/subversion/Makefile
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2002-03-19 13:23:58 +0000
committerOllivier Robert <roberto@FreeBSD.org>2002-03-19 13:23:58 +0000
commit6733df072eb023aac41fcb259cf7d51f076aa0dc (patch)
tree53f7c5ac9573308ca2a526aeedebfff95edd648c /devel/subversion/Makefile
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/subversion/Makefile')
-rw-r--r--devel/subversion/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index 81459f01b9fb..9876158a794c 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/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} \