From pgollucci@mail.bluecottontech.com  Sun Apr 12 04:42:17 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 D56C61065670;
	Sun, 12 Apr 2009 04:42:17 +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 786168FC1A;
	Sun, 12 Apr 2009 04:42:17 +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 n3C4gGDZ054218;
	Sun, 12 Apr 2009 04:42:16 GMT
	(envelope-from pgollucci@mail.bluecottontech.com)
Received: (from pgollucci@localhost)
	by mail.bluecottontech.com (8.14.3/8.14.3/Submit) id n3C4gBvY054217;
	Sun, 12 Apr 2009 04:42:11 GMT
	(envelope-from pgollucci)
Message-Id: <200904120442.n3C4gBvY054217@mail.bluecottontech.com>
Date: Sun, 12 Apr 2009 04:42:11 GMT
From: "Philip M. Gollucci" <pgollucci@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: anders@freebsd.org
Subject: [PATCH] www/mod_auth_pam: apache@ cleanups
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         133642
>Category:       ports
>Synopsis:       [PATCH] www/mod_auth_pam: 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 04:50:01 UTC 2009
>Closed-Date:    Fri May 08 20:24:35 UTC 2009
>Last-Modified:  Fri May 08 20:24:35 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
- Convert to AP_FAST_BUILD/AP_GENPLIST
- Fix NOPORTEXAMPLES
- Bump PORTREVISION

Port maintainer (anders@FreeBSD.org) is cc'd.

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

--- mod_auth_pam-1.1.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/mod_auth_pam/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	3 Jun 2004 11:59:23 -0000	1.9
+++ Makefile	12 Apr 2009 04:41:29 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	mod_auth_pam
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://pam.sourceforge.net/mod_auth_pam/dist/ \
 		http://atreides.freenix.no/~anders/
@@ -14,23 +15,27 @@
 MAINTAINER=	anders@FreeBSD.org
 COMMENT=	Allows users to use PAM modules for user authentication
 
-USE_APACHE=	yes
+USE_APACHE=	1.3
 
-.include <bsd.port.pre.mk>
+AP_FAST_BUILD=	yes
+AP_GENPLIST=	yes
 
-do-build:
-	@cd ${WRKSRC} && \
-	${APXS} -c -lpam mod_auth_pam.c
+AP_LIB=	-lpam
 
-do-install:
-	${APXS} -i -A -n auth_pam ${WRKSRC}/mod_auth_pam.so
+PORTDOCS=	configure.txt faq.txt
+PORTEXAMPLES=	dot-htaccess httpd-
+
+post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} -p -m 0755 ${DOCSDIR}/samples
+	${MKDIR} ${DOCSDIR}/
 	${INSTALL_DATA} ${WRKSRC}/doc/configure.txt ${DOCSDIR}/
 	${INSTALL_DATA} ${WRKSRC}/doc/faq.txt ${DOCSDIR}/
-	${INSTALL_DATA} ${WRKSRC}/samples/dot-htaccess ${DOCSDIR}/samples/
-	${INSTALL_DATA} ${WRKSRC}/samples/httpd- ${DOCSDIR}/samples/httpd
+.endif
+.if !defined(NOPORTEXAMPLES)
+	${MKDIR} ${EXAMPLESDIR}/
+	${INSTALL_DATA} ${WRKSRC}/samples/dot-htaccess ${EXAMPLESDIR}/
+	${INSTALL_DATA} ${WRKSRC}/samples/httpd- ${EXAMPLESDIR}/
 .endif
 	${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- mod_auth_pam-1.1.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->anders 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 12 04:50:13 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133642 
Responsible-Changed-From-To: anders->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Fri May 8 15:10:45 UTC 2009 
Responsible-Changed-Why:  
maintainer timeout (30 days) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133642: commit references a PR
Date: Fri,  8 May 2009 15:39:07 +0000 (UTC)

 pgollucci    2009-05-08 15:38:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mod_auth_pam     Makefile 
   Log:
   - USE_APACHE=yes is deprecated
   - Convert to AP_FAST_BUILD/AP_GENPLIST
   - Fix NOPORTEXAMPLES
   - Bump PORTREVISION
   
   PR:             ports/133642
   Approved by:    maintainer timeout (30 days)
   Submitted by:   me
   
   Revision  Changes    Path
   1.10      +16 -11    ports/www/mod_auth_pam/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Fri May 8 20:24:34 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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