From pgollucci@frieza.p6m7g8.net  Mon Jun  7 05:20:11 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 732A71065672
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Jun 2010 05:20:11 +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 19E248FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Jun 2010 05:20:10 +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 o575K9Gn061024;
	Mon, 7 Jun 2010 01:20:10 -0400 (EDT)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id o575K9NN060893;
	Mon, 7 Jun 2010 01:20:09 -0400 (EDT)
	(envelope-from pgollucci)
Message-Id: <201006070520.o575K9NN060893@frieza.p6m7g8.net>
Date: Mon, 7 Jun 2010 01:20:09 -0400 (EDT)
From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ychsiao@ychsiao.org
Subject: [PATCH] www/ap22-mod_limitipconn: Convert to AP_FAST_BUILD / AP_GENPLIST
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ychsiao@ychsiao.org

>Number:         147632
>Category:       ports
>Synopsis:       [PATCH] www/mod_limitipconn: Convert to AP_FAST_BUILD / AP_GENPLIST
>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 Jun 07 05:30:02 UTC 2010
>Closed-Date:    Wed Jun 23 18:53:20 UTC 2010
>Last-Modified:  Wed Jun 23 19:00:19 UTC 2010
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:

Removed file(s):
- pkg-plist

Port maintainer (ychsiao@ychsiao.org) is cc'd.

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

--- ap22-mod_limitipconn-0.23_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_limitipconn2/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	25 May 2010 20:17:32 -0000	1.8
+++ Makefile	7 Jun 2010 05:18:42 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	mod_limitipconn
 PORTVERSION=	0.23
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://dominia.org/djao/limit/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
@@ -15,25 +16,25 @@
 MAINTAINER=	ychsiao@ychsiao.org
 COMMENT=	Allows you to limit the number of simultaneous connexions
 
-MAKE_JOBS_SAFE=  yes
+MAKE_JOBS_SAFE=	yes
 
 LATEST_LINK=	mod_limitipconn2
 
 USE_APACHE=	2.0+
 USE_BZIP2=	YES
 
-PORTDOCS=	ChangeLog INSTALL README
+AP_AST_BUILD=	yes
+AP_GENPLIST=	yes
 
-do-build:
-	@(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c)
+PLIST_FILES+=	${APACHEMODDIR}/${PORTNAME}.so
 
-do-install:
-	@(cd ${WRKSRC} && ${APXS} -i -A -n ${PORTNAME:S/mod_//} ${PORTNAME}.la)
+PORTDOCS=	ChangeLog INSTALL README
 
+post-install:
 .if !defined (NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}/
 .   for f in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
 .   endfor
 .endif
 
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	6 Jun 2010 05:00:28 -0000	1.5
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,8 +0,0 @@
-%%APACHEMODDIR%%/%%AP_MODULE%%
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
-@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%f
-@unexec echo "===>  If you do not plan on reinstalling mod_limitipconn, you must manually remove"; echo "===>  references to it in httpd.conf."
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- ap22-mod_limitipconn-0.23_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jun 7 05:30:16 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ychsiao@ychsiao.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/147632: [PATCH] www/ap22-mod_limitipconn: Convert to AP_FAST_BUILD / AP_GENPLIST
Date: Mon, 7 Jun 2010 05:30:12 UT

 Maintainer of www/mod_limitipconn,
 
 Please note that PR ports/147632 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/147632
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Mon Jun 7 19:17:09 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147632 
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Wed Jun 23 15:17:37 UTC 2010 
State-Changed-Why:  
Maintainer timeout > 14 days 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147632 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Wed Jun 23 18:53:18 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147632: commit references a PR
Date: Wed, 23 Jun 2010 18:53:34 +0000 (UTC)

 pgollucci    2010-06-23 18:53:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mod_limitipconn2 Makefile 
   Removed files:
     www/mod_limitipconn2 pkg-plist 
   Log:
   - Convert to AP_FAST_BUILD / AP_GENPLIST
   
   PR:             ports/147632
   Submitted by:   pgollucci (myself)
   Approved by:    maintainer timeout (ychsiao@ychsiao.org; 16 days)
   
   Feature safe:   yes
   
   Revision  Changes    Path
   1.9       +9 -8      ports/www/mod_limitipconn2/Makefile
   1.6       +0 -8      ports/www/mod_limitipconn2/pkg-plist (dead)
 _______________________________________________
 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:
