svn commit: r307619 - head/sysutils/confman
Tilman Keskinoz
arved at FreeBSD.org
Wed Nov 21 17:01:20 UTC 2012
Author: arved
Date: Wed Nov 21 17:01:19 2012
New Revision: 307619
URL: http://svnweb.freebsd.org/changeset/ports/307619
Log:
Switch dependency to subversion 1.6, as the port requires the .svn files
PR: 173485
Submitted by: Nat Baldwin <nbaldwin at berkeley.edu>
Approved by: maintainer
Feature safe: yes
Modified:
head/sysutils/confman/Makefile
Modified: head/sysutils/confman/Makefile
==============================================================================
--- head/sysutils/confman/Makefile Wed Nov 21 16:44:26 2012 (r307618)
+++ head/sysutils/confman/Makefile Wed Nov 21 17:01:19 2012 (r307619)
@@ -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 at 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
More information about the svn-ports-head
mailing list