From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 13 19:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9EDA3DF4 for ; Tue, 13 May 2014 19:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B75E2678 for ; Tue, 13 May 2014 19:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DJK0tx029722 for ; Tue, 13 May 2014 19:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4DJK0OP029721; Tue, 13 May 2014 19:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 13 May 2014 19:20:00 GMT Resent-Message-Id: <201405131920.s4DJK0OP029721@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, Chris Cowart Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59056B1F for ; Tue, 13 May 2014 19:10:57 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46ACD260A for ; Tue, 13 May 2014 19:10:57 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DJAvc8081955 for ; Tue, 13 May 2014 19:10:57 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4DJAvhm081954; Tue, 13 May 2014 19:10:57 GMT (envelope-from nobody) Message-Id: <201405131910.s4DJAvhm081954@cgiserv.freebsd.org> Date: Tue, 13 May 2014 19:10:57 GMT From: Chris Cowart To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189783: Bump sysutils/confman to support staging X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 19:20:00 -0000 >Number: 189783 >Category: ports >Synopsis: Bump sysutils/confman to support staging >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: Tue May 13 19:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Chris Cowart >Release: 10.0-RELEASE-p2 >Organization: >Environment: FreeBSD silas.timesinks.net 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Wed Apr 30 00:10:56 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Patch updates Makefile and plist for staging. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -rub confman.orig/Makefile confman/Makefile --- confman.orig/Makefile 2014-05-13 12:02:47.000000000 -0700 +++ confman/Makefile 2014-05-13 11:54:54.000000000 -0700 @@ -3,7 +3,7 @@ PORTNAME= confman PORTVERSION= 1.9.4b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.timesinks.net/distfiles/ @@ -21,8 +21,4 @@ CONFIGURE_ARGS+= --localstatedir=/var -MAN5= confman.conf.5 -MAN8= confadmin.8 confaudit.8 confexport.8 confman.8 confsync.8 - -NO_STAGE= yes .include diff -rub confman.orig/pkg-plist confman/pkg-plist --- confman.orig/pkg-plist 2014-05-13 12:02:47.000000000 -0700 +++ confman/pkg-plist 2014-05-13 11:57:56.000000000 -0700 @@ -1,5 +1,5 @@ etc/bash_completion.d/confman_completion -etc/confman.conf.sample +%%ETCDIR%%.conf.sample etc/defaults/confman.conf etc/defaults/recipe.template libexec/confman/abspath @@ -8,6 +8,12 @@ libexec/confman/conflock libexec/confman/confman_precommit libexec/confman/confsync +man/man5/confman.conf.5.gz +man/man8/confadmin.8.gz +man/man8/confaudit.8.gz +man/man8/confexport.8.gz +man/man8/confman.8.gz +man/man8/confsync.8.gz sbin/confadmin sbin/confman %%DATADIR%%/confadmindoc.sh @@ -17,5 +23,5 @@ %%DATADIR%%/libfiledb.sh @dirrmtry etc/bash_completion.d @dirrmtry etc/defaults -@dirrm libexec/confman -@dirrm %%DATADIR%% +@dirrmtry libexec/confman +@dirrmtry %%DATADIR%% Only in confman.orig: work >Release-Note: >Audit-Trail: >Unformatted: