From pgollucci@frieza.p6m7g8.net  Mon May 24 00:31:22 2010
Return-Path: <pgollucci@frieza.p6m7g8.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 82E91106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 May 2010 00:31:22 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239])
	by mx1.freebsd.org (Postfix) with ESMTP id 403968FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 May 2010 00:31:21 +0000 (UTC)
Received: from frieza.p6m7g8.net (localhost [127.0.0.1])
	by frieza.p6m7g8.net (8.14.4/8.14.4) with ESMTP id o4O0VLHR023879;
	Sun, 23 May 2010 20:31:21 -0400 (EDT)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id o4O0VKnt023878;
	Sun, 23 May 2010 20:31:20 -0400 (EDT)
	(envelope-from pgollucci)
Message-Id: <201005240031.o4O0VKnt023878@frieza.p6m7g8.net>
Date: Sun, 23 May 2010 20:31:20 -0400 (EDT)
From: "Philip M. Gollucci" <pgollucci@frieza.p6m7g8.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jatzen@gmail.com
Subject: [PATCH] www/rubygem-passenger: Convert to KNOBS format for APACHE
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jatzen@gmail.com

>Number:         146896
>Category:       ports
>Synopsis:       [PATCH] www/rubygem-passenger: Convert to KNOBS format for APACHE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 24 00:40:01 UTC 2010
>Closed-Date:    Mon May 24 20:28:29 UTC 2010
>Last-Modified:  Mon May 24 20:30:06 UTC 2010
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:

Port maintainer (jatzen@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- rubygem-passenger-2.2.11_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/rubygem-passenger/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile	18 May 2010 04:07:53 -0000	1.13
+++ Makefile	24 May 2010 00:30:17 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	jatzen@gmail.com
 COMMENT=	Modules for running Ruby on Rails and Rack applications
 
-OPTIONS=	APACHEPORT	"Use apache22"		on \
+OPTIONS=	APACHE	"Use apache22"		on \
 		NGINXPORT	"Use nginx"		off
 
 USE_RUBY=	yes
@@ -24,12 +24,12 @@
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_APACHEPORT) && defined(WITH_NGINXPORT)
+.if defined(WITH_APACHE) && defined(WITH_NGINXPORT)
 IGNORE=		supports only one web-server: apache22 or nginx. \
 		Please 'make config' again
 .endif
 
-.if !defined(WITHOUT_APACHEPORT)
+.if !defined(WITHOUT_APACHE)
 USE_APACHE=	2.2+
 .endif
 
@@ -68,7 +68,7 @@
 		s!-lpthread!${PTHREAD_LIBS}!g' \
 		${PREFIX}/${GEM_LIB_DIR}/lib/phusion_passenger/platform_info.rb
 
-.if !defined(WITHOUT_APACHEPORT)
+.if !defined(WITHOUT_APACHE)
 	(${PREFIX}/bin/passenger-install-apache2-module --auto)
 	@${CAT} ${PKGMESSAGE}
 .endif
--- rubygem-passenger-2.2.11_3.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon May 24 00:40:16 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jatzen@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/146896: [PATCH] www/rubygem-passenger: Convert to KNOBS format for APACHE
Date: Mon, 24 May 2010 00:40:12 UT

 Maintainer of www/rubygem-passenger,
 
 Please note that PR ports/146896 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146896
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Jacob Atzen <jatzen@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/146896: [PATCH] www/rubygem-passenger: Convert to KNOBS 
	format for APACHE
Date: Mon, 24 May 2010 14:27:49 +0200

 Patch approved.
 
 --=20
 Med venlig hilsen
 - Jacob Atzen
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Mon May 24 17:14:58 UTC 2010 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146896 
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Mon May 24 20:05:06 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146896 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Mon May 24 20:28:28 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146896: commit references a PR
Date: Mon, 24 May 2010 20:28:32 +0000 (UTC)

 pgollucci    2010-05-24 20:28:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/rubygem-passenger Makefile 
   Log:
   - Convert to KNOBS format for APACHE
   
   PR:             ports/146896
   Submitted by:   pgollucci@ (myself)
   Approved by:    jatzen@gmail.com (maintainer)
   
   Revision  Changes    Path
   1.14      +4 -4      ports/www/rubygem-passenger/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:
