summaryrefslogtreecommitdiff
path: root/devel/subversion/Makefile
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2003-06-19 16:40:42 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2003-06-19 16:40:42 +0000
commit8c1e5ddc355a3b8b1659dece9d3fe7da9bff6c9c (patch)
treea168ec15849a663da13857d9b7bd22215849bb8c /devel/subversion/Makefile
parent* Remove the need for X, and instal this port in ${LOCALBASE} (diff)
Update port to subversion-0.24.2.
Users upgrading from 0.23.0 or earlier should note that several incompatible changes were made to the ra_svn protocol; client and server machines using the ra_svn protocol all needed to be upgraded at the same time. ra_dav is not affected. If the WITH_MOD_DAV_SVN Makefile variable is defined at port build time, the experimental mod_authz_svn.so module for apache2 is installed, but not enabled. Stop install the old svn-design info documents; they're really only good for historical interest. Take maintainership. [1] Approved by: rodrigc@attbi.com (former MAINTAINER) [1]
Notes
Notes: svn path=/head/; revision=83328
Diffstat (limited to 'devel/subversion/Makefile')
-rw-r--r--devel/subversion/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index ac3c387d472a..c6440acf1e31 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -5,14 +5,13 @@
# $FreeBSD$
PORTNAME= subversion
-PORTVERSION= 0.23.0
-PORTREVISION= 2
+PORTVERSION= 0.24.2
CATEGORIES= devel
-MASTER_SITES= http://subversion.tigris.org/files/documents/15/4218/
+MASTER_SITES= http://subversion.tigris.org/files/documents/15/4807/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bmah
-MAINTAINER= rodrigc@attbi.com
+MAINTAINER= bmah@freebsd.org
COMMENT= Version control system
LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \
@@ -51,8 +50,8 @@ PKGDEINSTALL= NONEXISTENT
pre-extract:
.if !defined(WITH_MOD_DAV_SVN)
@${ECHO_MSG}
- @${ECHO_MSG} "You can enable the mod_dav_svn module for Apache 2.X by defining"
- @${ECHO_MSG} "WITH_MOD_DAV_SVN."
+ @${ECHO_MSG} "You can enable the mod_dav_svn module for Apache 2.X"
+ @${ECHO_MSG} "by defining WITH_MOD_DAV_SVN."
@${ECHO_MSG}
.endif
@@ -69,7 +68,6 @@ pre-install:
.endif
post-install:
- install-info ${PREFIX}/info/svn-design.info ${PREFIX}/info/dir
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/doc/book; \
${MAKE} INSTALL_DIR=${DOCSDIR} \