From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 20 01:00:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 841911065673 for ; Sat, 20 Jun 2009 01:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F32E8FC13 for ; Sat, 20 Jun 2009 01:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5K104n3034853 for ; Sat, 20 Jun 2009 01:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5K104TM034852; Sat, 20 Jun 2009 01:00:04 GMT (envelope-from gnats) Resent-Date: Sat, 20 Jun 2009 01:00:04 GMT Resent-Message-Id: <200906200100.n5K104TM034852@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christopher Cowart Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2DB41065670 for ; Sat, 20 Jun 2009 00:53:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C195B8FC08 for ; Sat, 20 Jun 2009 00:53:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5K0rM4b084352 for ; Sat, 20 Jun 2009 00:53:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n5K0rMqK084351; Sat, 20 Jun 2009 00:53:22 GMT (envelope-from nobody) Message-Id: <200906200053.n5K0rMqK084351@www.freebsd.org> Date: Sat, 20 Jun 2009 00:53:22 GMT From: Christopher Cowart To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/135848: [patch] sysutils/confman port bump X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2009 01:00:04 -0000 >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 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: