From nobody@FreeBSD.org  Wed Jan 23 15:26:52 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id D004A225
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Jan 2013 15:26:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id C106FA53
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Jan 2013 15:26:52 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r0NFQpT5037333
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Jan 2013 15:26:51 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r0NFQps2037332;
	Wed, 23 Jan 2013 15:26:51 GMT
	(envelope-from nobody)
Message-Id: <201301231526.r0NFQps2037332@red.freebsd.org>
Date: Wed, 23 Jan 2013 15:26:51 GMT
From: Fabian Keil <fk@fabiankeil.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] privoxy gid is missing in GIDs
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         175533
>Category:       ports
>Synopsis:       [patch] privoxy gid is missing in GIDs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 23 15:30:00 UTC 2013
>Closed-Date:    Thu Jan 24 08:48:53 UTC 2013
>Last-Modified:  Thu Jan 24 08:50:00 UTC 2013
>Originator:     Fabian Keil
>Release:        HEAD
>Organization:
>Environment:
FreeBSD r500.local 10.0-CURRENT FreeBSD 10.0-CURRENT #541 r+d9dd762: Tue Jan 22 15:21:00 CET 2013     fk@r500.local:/usr/obj/usr/src/sys/ZOEY  amd64
>Description:
In an upcoming www/privoxy-devel port (and future www/privoxy versions) I want to use GROUPS which requires a GUIDs entry.

www/privoxy is already using the privoxy group with gid 201, but so far only a UIDs entry exists. It didn't cause problems yet because the port is using an old-school pkg-install script to create the required user and group.
>How-To-Repeat:
grep privoxy /usr/ports/UIDs /usr/ports/GIDs
>Fix:
Apply the attached patch.

Patch attached with submission follows:

From d57884dda776c394ddaee6067b06e85a7d0b9b58 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 23 Jan 2013 15:12:17 +0100
Subject: [PATCH] Register privoxy GID so it is available for GROUPS

---
 GIDs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/GIDs b/GIDs
index 1406575..4025e91 100644
--- a/GIDs
+++ b/GIDs
@@ -99,6 +99,7 @@ saned:*:194:
 radns:*:195:
 mcserver:*:199:
 sympa:*:200:
+privoxy:*:201:
 dspam:*:202:
 yate:*:204:
 gnugk:*:205:
-- 
1.8.1



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Thu Jan 24 08:46:35 UTC 2013 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175533 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Thu Jan 24 08:48:51 UTC 2013 
State-Changed-Why:  
Committed, thank you! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175533: commit references a PR
Date: Thu, 24 Jan 2013 08:48:47 +0000 (UTC)

 Author: rm
 Date: Thu Jan 24 08:48:34 2013
 New Revision: 310918
 URL: http://svnweb.freebsd.org/changeset/ports/310918
 
 Log:
   - add missing group id for www/privoxy
   
   PR:		175533
   Submitted by:	Fabian Keil <fk@fabiankeil.de> (maintainer of www/privoxy)
 
 Modified:
   head/GIDs
 
 Modified: head/GIDs
 ==============================================================================
 --- head/GIDs	Thu Jan 24 08:24:16 2013	(r310917)
 +++ head/GIDs	Thu Jan 24 08:48:34 2013	(r310918)
 @@ -99,6 +99,7 @@ saned:*:194:
  radns:*:195:
  mcserver:*:199:
  sympa:*:200:
 +privoxy:*:201:
  dspam:*:202:
  yate:*:204:
  gnugk:*:205:
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
