Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2009 00:53:22 GMT
From:      Christopher Cowart <ccowart@timesinks.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/135848: [patch] sysutils/confman port bump
Message-ID:  <200906200053.n5K0rMqK084351@www.freebsd.org>
Resent-Message-ID: <200906200100.n5K104TM034852@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         135848
>Category:       ports
>Synopsis:       [patch] sysutils/confman port bump
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 20 01:00:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Cowart
>Release:        7.1
>Organization:
>Environment:
>Description:
This patch corrects a dependency issue with the port.

Thanks to Benjamin Lee <ben@b1c1l1.com> for the patch.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -rub /usr/ports/sysutils/confman/Makefile confman/Makefile
--- /usr/ports/sysutils/confman/Makefile	2009-05-11 14:21:10.000000000 -0700
+++ confman/Makefile	2009-06-19 17:50:09.000000000 -0700
@@ -7,7 +7,7 @@
 
 PORTNAME=	confman
 PORTVERSION=	1.9.0b
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.timesinks.net/distfiles/
 
@@ -16,7 +16,8 @@
 
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		svn:${PORTSDIR}/devel/subversion \
-		sudo:${PORTSDIR}/security/sudo
+		sudo:${PORTSDIR}/security/sudo \
+		greadlink:${PORTSDIR}/sysutils/coreutils
 
 GNU_CONFIGURE=	yes
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906200053.n5K0rMqK084351>