From nobody@FreeBSD.org  Wed Feb 20 13:04:14 2008
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 7D56116A403
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 20 Feb 2008 13:04:14 +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 4607E13C4F6
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 20 Feb 2008 13:04:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1KD1gVE020146
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 20 Feb 2008 13:01:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1KD1fA1020145;
	Wed, 20 Feb 2008 13:01:41 GMT
	(envelope-from nobody)
Message-Id: <200802201301.m1KD1fA1020145@www.freebsd.org>
Date: Wed, 20 Feb 2008 13:01:41 GMT
From: Nikolay Pavlov <qpadla@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: net-im/openfire update to new version - openfire 3.4.5_1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120882
>Category:       ports
>Synopsis:       Update port: net-im/openfire update to new version - openfire 3.4.5_1
>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:   Wed Feb 20 13:10:01 UTC 2008
>Closed-Date:    Fri Mar 07 20:32:31 UTC 2008
>Last-Modified:  Fri Mar  7 20:40:00 UTC 2008
>Originator:     Nikolay Pavlov
>Release:        6.1-RELEASE
>Organization:
Grimm Brothers
>Environment:
FreeBSD support 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Thu Jun 29 06:43:43 EDT 2006     root@support:/usr/src/sys/i386/compile/SMP-STABLE6  i386
>Description:
I've got a report that stunnel now uses UID 341 and GID 341. As it was suggested by freebsd-ports i want to register a new UID and GID - 342 for pure new openfire installations.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urd openfire/Makefile openfire.new/Makefile
--- openfire/Makefile	Wed Feb 20 07:48:11 2008
+++ openfire.new/Makefile	Wed Feb 20 07:47:57 2008
@@ -7,6 +7,7 @@
 
 PORTNAME=	openfire
 PORTVERSION=	3.4.5
+PORTREVISION=	1
 CATEGORIES=	net-im java
 MASTER_SITES=	http://www.igniterealtime.org/downloadServlet?filename=openfire/
 DISTNAME=	${PORTNAME}_src_${PORTVERSION:S/./_/g}
diff -urd openfire/pkg-install openfire.new/pkg-install
--- openfire/pkg-install	Wed Feb 20 07:48:11 2008
+++ openfire.new/pkg-install	Wed Feb 20 07:44:05 2008
@@ -4,7 +4,7 @@
 POST-INSTALL)
         PUSER=openfire
         PGROUP=${PUSER}
-        PUID=341
+        PUID=342
         PGID=${PUID}
 
         if pw group show "${PGROUP}" >/dev/null; then
diff -urd UIDs UIDs.new
--- UIDs	Wed Feb 20 07:49:47 2008
+++ UIDs.new	Wed Feb 20 07:50:13 2008
@@ -107,6 +107,7 @@
 _pma:*:336:80:phpMyAdmin Owner:/nonexistent:/sbin/nologin
 wildfire:*:340:340:Wildfire Daemon:/nonexistent:/usr/sbin/nologin
 stunnel:*:341:341:Stunnel Daemon:/nonexistent:/usr/sbin/nologin
+openfire:*:342:342:Openfire IM Daemon:/nonexistent:/usr/sbin/nologin
 _iodined:*:353:353:Iodine Daemon:/nonexistent:/usr/sbin/nologin
 ldap:*:389:389:OpenLDAP Server:/nonexistent:/usr/sbin/nologin
 tiarra:*:398:398:Tiarra IRC Proxy:/nonexistent:/usr/sbin/nologin
diff -urd GIDs GIDs.new
--- GIDs	Wed Feb 20 07:48:46 2008
+++ GIDs.new	Wed Feb 20 07:51:38 2008
@@ -95,6 +95,7 @@
 dkfilter:*:325:
 wildfire:*:340:
 stunnel:*:341:
+openfire:*:342:
 _iodined:*:353:
 ldap:*:389:
 tiarra:*:398:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Mar 7 20:32:23 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120882: commit references a PR
Date: Fri,  7 Mar 2008 20:32:18 +0000 (UTC)

 miwi        2008-03-07 20:32:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     .                    UIDs GIDs 
     net-im/openfire      Makefile pkg-install 
   Log:
   - Add GID and UID for net-im/openfire
   - Bump PORTREVISION for new UID/GID
   
   PR:             120882
   Submitted by:   Nikolay Pavlov <qpadla@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.53      +2 -1      ports/GIDs
   1.61      +2 -1      ports/UIDs
   1.16      +1 -0      ports/net-im/openfire/Makefile
   1.5       +1 -1      ports/net-im/openfire/pkg-install
 _______________________________________________
 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:
