From hemi@puresimplicity.net  Sat Jun  9 05:54:22 2007
Return-Path: <hemi@puresimplicity.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5E8C616A400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Jun 2007 05:54:22 +0000 (UTC)
	(envelope-from hemi@puresimplicity.net)
Received: from just.puresimplicity.net (just.puresimplicity.net [68.77.126.251])
	by mx1.freebsd.org (Postfix) with ESMTP id ED4FC13C448
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Jun 2007 05:54:21 +0000 (UTC)
	(envelope-from hemi@puresimplicity.net)
Received: from just.puresimplicity.net (localhost.puresimplicity.net [127.0.0.1])
	by just.puresimplicity.net (8.13.8/8.13.6) with ESMTP id l595sL8s077554
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 9 Jun 2007 00:54:21 -0500 (CDT)
	(envelope-from hemi@just.puresimplicity.net)
Received: (from hemi@localhost)
	by just.puresimplicity.net (8.13.8/8.13.6/Submit) id l595sLIT077553;
	Sat, 9 Jun 2007 00:54:21 -0500 (CDT)
	(envelope-from hemi)
Message-Id: <200706090554.l595sLIT077553@just.puresimplicity.net>
Date: Sat, 9 Jun 2007 00:54:21 -0500 (CDT)
From: Josh Tolbert <hemi@puresimplicity.net>
Reply-To: Josh Tolbert <hemi@puresimplicity.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer update] Update www/mod_fcgid to 2.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         113486
>Category:       ports
>Synopsis:       [maintainer update] Update www/mod_fcgid to 2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 09 06:00:09 GMT 2007
>Closed-Date:    Mon Jun 11 12:32:09 GMT 2007
>Last-Modified:  Mon Jun 11 12:32:09 GMT 2007
>Originator:     Josh Tolbert
>Release:        FreeBSD 6.2-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD just.puresimplicity.net 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Fri Feb 9 17:14:40 CST 2007 root@just.puresimplicity.net:/usr/obj/usr/src/sys/JUST i386
>Description:
	Patch to update www/mod_fcgid to 2.1.
>How-To-Repeat:
	Patch!
>Fix:
--- mod_fcgid.diff begins here ---
diff -ruN www/mod_fcgid.old/Makefile www/mod_fcgid/Makefile
--- www/mod_fcgid.old/Makefile	Sat Jun  9 00:39:49 2007
+++ www/mod_fcgid/Makefile	Sat Jun  9 00:40:19 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mod_fcgid
-PORTVERSION=	2.0
+PORTVERSION=	2.1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	${PORTNAME:S/_/-/}
diff -ruN www/mod_fcgid.old/distinfo www/mod_fcgid/distinfo
--- www/mod_fcgid.old/distinfo	Sat Jun  9 00:39:49 2007
+++ www/mod_fcgid/distinfo	Sat Jun  9 00:41:07 2007
@@ -1,3 +1,3 @@
-MD5 (mod_fcgid.2.0.tar.gz) = 3aa51f1e293e6d881028295a23021dae
-SHA256 (mod_fcgid.2.0.tar.gz) = 714e2eac93807e768a8a81c9d157e02fd674eab472302211a137657c9241cef1
-SIZE (mod_fcgid.2.0.tar.gz) = 274974
+MD5 (mod_fcgid.2.1.tar.gz) = 0bc036276e378463c80617ff57e853dc
+SHA256 (mod_fcgid.2.1.tar.gz) = 9d847f66f8067c5b8de06088a04356d22cee9ced2db7d04be6d6a7613c6b83df
+SIZE (mod_fcgid.2.1.tar.gz) = 54359
diff -ruN www/mod_fcgid.old/files/patch-fcgid_conf.c www/mod_fcgid/files/patch-fcgid_conf.c
--- www/mod_fcgid.old/files/patch-fcgid_conf.c	Sat Jun  9 00:39:49 2007
+++ www/mod_fcgid/files/patch-fcgid_conf.c	Sat Jun  9 00:43:46 2007
@@ -5,7 +5,9 @@
  #define DEFAULT_ZOMBIE_SCAN_INTERVAL 3
  #define DEFAULT_PROC_LIFETIME (60*60)
 -#define DEFAULT_SOCKET_PREFIX "logs/fcgidsock"
+-#define DEFAULT_SHM_PATH "logs/fcgid_shm"
 +#define DEFAULT_SOCKET_PREFIX "/var/run/fcgidsock"
++#define DEFAULT_SHM_PATH "/var/run/fcgid_shm"
  #define DEFAULT_SPAWNSOCRE_UPLIMIT 10
  #define DEFAULT_SPAWN_SCORE 1
  #define DEFAULT_TERMINATION_SCORE 2
--- mod_fcgid.diff ends here ---
>Release-Note:
>Audit-Trail:

From: Josh Tolbert <hemi@puresimplicity.net>
To: bug-followup@FreeBSD.org, hemi@puresimplicity.net
Cc:  
Subject: Re: ports/113486: [maintainer update] Updat www/mod_fcgid to 2.1
Date: Sat, 9 Jun 2007 01:14:55 -0500

 Hello,
 
 Forgot to note this in the original description, but the original
 notice about the version bump and patch were sent my way by Michael
 Sheakoski <michael@mjsdigital.com>. Thanks a bunch, Michael.
 
 Thanks,
 
 Josh
 -- 
 Josh Tolbert
 hemi@puresimplicity.net  ||  http://www.puresimplicity.net/~hemi/
Responsible-Changed-From-To: freebsd-ports-bugs->mm 
Responsible-Changed-By: mm 
Responsible-Changed-When: Sat Jun 9 09:17:41 UTC 2007 
Responsible-Changed-Why:  
I'll take this. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113486: commit references a PR
Date: Mon, 11 Jun 2007 12:08:05 +0000 (UTC)

 mm          2007-06-11 12:07:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mod_fcgid        Makefile distinfo 
     www/mod_fcgid/files  patch-fcgid_conf.c 
   Log:
   - update to 2.1
   
   PR:             ports/113486
   Submitted by:   Josh Tolbert <hemi@puresimplicity.net> (maintainer)
   Approved by:    garga (mentor)
   
   Revision  Changes    Path
   1.10      +1 -1      ports/www/mod_fcgid/Makefile
   1.7       +3 -3      ports/www/mod_fcgid/distinfo
   1.2       +2 -0      ports/www/mod_fcgid/files/patch-fcgid_conf.c
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: mm 
State-Changed-When: Mon Jun 11 12:31:50 UTC 2007 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113486 
>Unformatted:
