Date: Wed, 21 Nov 2012 17:01:19 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307619 - head/sysutils/confman Message-ID: <201211211701.qALH1JRE096303@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211211701.qALH1JRE096303>