From pgollucci@mail.bluecottontech.com  Sun Apr 12 07:09:43 2009
Return-Path: <pgollucci@mail.bluecottontech.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 492B21065673
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Apr 2009 07:09:43 +0000 (UTC)
	(envelope-from pgollucci@mail.bluecottontech.com)
Received: from mail.bluecottontech.com (static-76-161-175-34.dsl.cavtel.net [76.161.175.34])
	by mx1.freebsd.org (Postfix) with ESMTP id 09E768FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Apr 2009 07:09:42 +0000 (UTC)
	(envelope-from pgollucci@mail.bluecottontech.com)
Received: from mail.bluecottontech.com (localhost [127.0.0.1])
	by mail.bluecottontech.com (8.14.3/8.14.3) with ESMTP id n3C79gFF079685;
	Sun, 12 Apr 2009 07:09:42 GMT
	(envelope-from pgollucci@mail.bluecottontech.com)
Received: (from pgollucci@localhost)
	by mail.bluecottontech.com (8.14.3/8.14.3/Submit) id n3C79aWh079684;
	Sun, 12 Apr 2009 07:09:36 GMT
	(envelope-from pgollucci)
Message-Id: <200904120709.n3C79aWh079684@mail.bluecottontech.com>
Date: Sun, 12 Apr 2009 07:09:36 GMT
From: "Philip M. Gollucci" <pgollucci@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ychsiao@ychsiao.org
Subject: [PATCH] www/mod_blosxom: apache@ cleanups
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ychsiao@ychsiao.org

>Number:         133648
>Category:       ports
>Synopsis:       [PATCH] www/mod_blosxom: apache@ cleanups
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 12 07:10:01 UTC 2009
>Closed-Date:    Sun Apr 12 08:00:19 UTC 2009
>Last-Modified:  Sun Apr 12 08:00:19 UTC 2009
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.1-RELEASE-p3 amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD mail.bluecottontech.com 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Tue Mar 10 22:10:18 UTC 2009
>Description:
- USE_APACHE=yes is deprecated
- Install examples and handle NOPORTEXAMPLES
- Convert to AP_FAST_BUILD/AP_GENPLIST
- Bump PORTREVISION

Removed file(s):
- pkg-plist

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

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

--- mod_blosxom-0.05_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/mod_blosxom/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	13 May 2006 04:41:14 -0000	1.8
+++ Makefile	12 Apr 2009 07:08:53 -0000
@@ -7,16 +7,24 @@
 
 PORTNAME=	mod_blosxom
 PORTVERSION=	0.05
+PORTREVISION=	1
 CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	mod-blosxom
+MASTER_SITES=	SF
+MASTER_SITE_SUBDIR=	${PORTNAME:S/_/-/}
 
 MAINTAINER=	ychsiao@ychsiao.org
 COMMENT=	Apache module to build the extremely lightweight Weblog environment
 
-USE_APACHE=	yes
+USE_APACHE=	1.3
+AP_FAST_BUILD=	yes
+AP_GENPLIST=	yes
 
-post-patch:
-	${REINPLACE_CMD} -e 's,^APXS=.*,APXS=${APXS},' ${WRKSRC}/Makefile
+PORTEXAMPLES=	sample
+
+post-install:
+.if !defined(NOPORTEXAMPLES)
+	${MKDIR} ${EXAMPLESDIR}/
+	${COPYTREE_SHARE} ${WRKSRC}/sample ${EXAMPLESDIR}/sample
+.endif
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	18 Apr 2003 07:09:17 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-libexec/apache/mod_blosxom.so
-@exec %D/sbin/apxs -e -A -n blosxom %D/%F
-@unexec %D/sbin/apxs -e -A -n blosxom %D/%F
--- mod_blosxom-0.05_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 12 07:10:12 UTC 2009 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133648 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Apr 12 07:10:18 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ychsiao@ychsiao.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/133648: [PATCH] www/mod_blosxom: apache@ cleanups
Date: Sun, 12 Apr 2009 07:10:14 UT

 Maintainer of www/mod_blosxom,
 
 Please note that PR ports/133648 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/133648
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133648: [PATCH] www/mod_blosxom: apache@ cleanups
Date: Sun, 12 Apr 2009 15:17:41 +0800

 Edwin Groothuis wrote:
 > Maintainer of www/mod_blosxom,
 > 
 > Please note that PR ports/133648 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/133648
 > 
 please commit it, thank you !
 
 -- 
 Best regards,
 ychsiao
 
 Yuan-Chung Hsiao(ychsiao)
 Computer Center, Shu-Te University
 Yen Chau, Kaohsiung County, Taiwan 824
 TEL:+886-7-6158000 Ext. 2438

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133648: commit references a PR
Date: Sun, 12 Apr 2009 07:59:23 +0000 (UTC)

 pgollucci    2009-04-12 07:59:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mod_blosxom      Makefile 
   Removed files:
     www/mod_blosxom      pkg-plist 
   Log:
   - USE_APACHE=yes is deprecated
   - Install examples and handle NOPORTEXAMPLES
   - Convert to AP_FAST_BUILD/AP_GENPLIST
   - Bump PORTREVISION
   
   PR:             ports/133648
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.9       +13 -5     ports/www/mod_blosxom/Makefile
   1.2       +0 -3      ports/www/mod_blosxom/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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: pgollucci 
State-Changed-When: Sun Apr 12 08:00:18 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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