Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 19:10:57 GMT
From:      Chris Cowart <ccowart@timesinks.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189783: Bump sysutils/confman to support staging
Message-ID:  <201405131910.s4DJAvhm081954@cgiserv.freebsd.org>
Resent-Message-ID: <201405131920.s4DJK0OP029721@freefall.freebsd.org>

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

>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 <bsd.port.mk>
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:



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