diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-06-01 03:46:12 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-06-01 03:46:12 +0000 |
commit | 0f9f3f19564b783b7a9cf76f4d36cb85e51dc709 (patch) | |
tree | 1947fe7c0fcd9dfdab70cde808fc917981e84c39 /devel/subversion-devel/Makefile | |
parent | f31d07079f82a2421b05b95fb80cf7e9e21aa4ca (diff) | |
download | ports-0f9f3f19564b783b7a9cf76f4d36cb85e51dc709.tar.gz ports-0f9f3f19564b783b7a9cf76f4d36cb85e51dc709.zip |
Notes
Diffstat (limited to 'devel/subversion-devel/Makefile')
-rw-r--r-- | devel/subversion-devel/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/subversion-devel/Makefile b/devel/subversion-devel/Makefile index 787c0544c655..b7890e0118fe 100644 --- a/devel/subversion-devel/Makefile +++ b/devel/subversion-devel/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: subversion-freebsd +# New ports collection makefile for: subversion-devel # Date created: 29 May 2008 # Whom: dougb@FreeBSD.org # @@ -6,20 +6,21 @@ PORTNAME= subversion PORTVERSION= 1.5.0.rc7 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= http://subversion.tigris.org/downloads/ -PKGNAMESUFFIX= -devel +PKGNAMESUFFIX?= -devel DISTNAME= ${PORTNAME}-1.5.0-rc7 DIST_SUBDIR= subversion MAINTAINER= lev@freebsd.org -COMMENT= Version control system with FreeBSD Project repo customizations +COMMENT?= Prerelease version of the Subversion version control system NO_PACKAGE= No binary packages of release candidates LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 -CONFLICTS?= subversion-[0-9]* subversion-perl-[0-9]* subversion-python-[0-9]* subversion-ruby-[0-9]* +CONFLICTS?= subversion-[0-9]* subversion-perl-[0-9]* subversion-python-[0-9]* subversion-ruby-[0-9]* subversion-freebsd-[0-9]* USE_LDCONFIG= yes @@ -37,8 +38,8 @@ MAN8= svnserve.8 TXT_DOCS= BUGS CHANGES COMMITTERS COPYING HACKING INSTALL README -OPTIONS= SERF "High-performance lib for access over http" off \ - NEON "Older, stable http access (precludes serf)" off \ +OPTIONS= NEON "WebDAV/Delta-V repo access via libneon" on \ + SERF "Experimental WebDAV/Delta-V via libserf" off \ ASVN "Build and install Archive SVN (asvn)" off \ PERL "Perl bindings" off \ PYTHON "Python bindings" off \ |