diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2012-11-21 17:01:19 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2012-11-21 17:01:19 +0000 |
commit | 4367c897a601a618122cbe4c475978e9d66577eb (patch) | |
tree | d1f887ae42c9e2902fdd683a711032138cb12a62 /sysutils | |
parent | 82b54d6e968e70220a22a16fd7983660bf4623fe (diff) | |
download | freebsd-ports-4367c897a601a618122cbe4c475978e9d66577eb.zip |
Switch dependency to subversion 1.6, as the port requires the .svn files
PR: 173485
Submitted by: Nat Baldwin <nbaldwin@berkeley.edu>
Approved by: maintainer
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/confman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/confman/Makefile b/sysutils/confman/Makefile index 713b0bbbae99..21cb6b58ede6 100644 --- a/sysutils/confman/Makefile +++ b/sysutils/confman/Makefile @@ -7,6 +7,7 @@ PORTNAME= confman PORTVERSION= 1.9.4b +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.timesinks.net/distfiles/ @@ -14,7 +15,7 @@ MAINTAINER= ccowart@timesinks.net COMMENT= A revision controlled configuration manager RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - svn:${PORTSDIR}/devel/subversion \ + svn:${PORTSDIR}/devel/subversion16 \ sudo:${PORTSDIR}/security/sudo \ greadlink:${PORTSDIR}/sysutils/coreutils \ wget:${PORTSDIR}/ftp/wget |