From nobody@FreeBSD.org  Fri May  8 01:05:36 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 25A9C106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 May 2009 01:05:36 +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 14B7E8FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 May 2009 01:05:36 +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 n4815Z2P039962
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 8 May 2009 01:05:35 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n4815Zv9039953;
	Fri, 8 May 2009 01:05:35 GMT
	(envelope-from nobody)
Message-Id: <200905080105.n4815Zv9039953@www.freebsd.org>
Date: Fri, 8 May 2009 01:05:35 GMT
From: Chris Cowart <ccowart@timesinks.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Fix to confman port
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134354
>Category:       ports
>Synopsis:       [patch] Fix to sysutils/confman
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 08 01:10:03 UTC 2009
>Closed-Date:    Mon May 11 21:21:20 UTC 2009
>Last-Modified:  Mon May 11 21:30:01 UTC 2009
>Originator:     Chris Cowart
>Release:        7.1
>Organization:
>Environment:
FreeBSD jayne.timesinks.net 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #0: Sun Mar 22 12:35:36 UTC 2009     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
I missed an important configuration option in the original port submission. Enclosed is the required patch.
>How-To-Repeat:

>Fix:
The attached patch.

Patch attached with submission follows:

diff -rub /usr/ports/sysutils/confman/Makefile confman/Makefile
--- /usr/ports/sysutils/confman/Makefile	2009-05-07 10:40:06.000000000 -0700
+++ confman/Makefile	2009-05-07 17:56:29.000000000 -0700
@@ -2,11 +2,12 @@
 # Date created:        6 May 2009
 # Whom:                ccowart@timesinks.net
 #
-# $FreeBSD: ports/sysutils/confman/Makefile,v 1.1 2009/05/07 17:40:06 garga Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	confman
 PORTVERSION=	1.9.0b
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.timesinks.net/distfiles/
 
@@ -19,6 +20,8 @@
 
 GNU_CONFIGURE=	yes
 
+CONFIGURE_ARGS+=	--localstatedir=/var
+
 MAN5=		confman.conf.5
 MAN8=		confadmin.8 confaudit.8 confexport.8 confman.8 confsync.8
 


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: linimon 
Class-Changed-When: Fri May 8 03:33:26 UTC 2009 
Class-Changed-Why:  
Fix synopsis and class. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134354 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon May 11 21:10:44 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134354 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134354: commit references a PR
Date: Mon, 11 May 2009 21:21:24 +0000 (UTC)

 pav         2009-05-11 21:21:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/confman     Makefile 
   Log:
   - "I missed an important configuration option in the original port submission."
   
   PR:             ports/134354
   Submitted by:   Chris Cowart <ccowart@timesinks.net> (maintainer)
   
   Revision  Changes    Path
   1.2       +3 -0      ports/sysutils/confman/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
