From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 12 07:00:08 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E547106566C for ; Sun, 12 Apr 2009 07:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A3948FC18 for ; Sun, 12 Apr 2009 07:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3C707Sk019933 for ; Sun, 12 Apr 2009 07:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3C707qJ019929; Sun, 12 Apr 2009 07:00:07 GMT (envelope-from gnats) Resent-Date: Sun, 12 Apr 2009 07:00:07 GMT Resent-Message-Id: <200904120700.n3C707qJ019929@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 907F2106566B; Sun, 12 Apr 2009 06:52:57 +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 36BAE8FC08; Sun, 12 Apr 2009 06:52:56 +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 n3C6qunl060180; Sun, 12 Apr 2009 06:52:56 GMT (envelope-from pgollucci@mail.bluecottontech.com) Received: (from pgollucci@localhost) by mail.bluecottontech.com (8.14.3/8.14.3/Submit) id n3C6qplm060179; Sun, 12 Apr 2009 06:52:51 GMT (envelope-from pgollucci) Message-Id: <200904120652.n3C6qplm060179@mail.bluecottontech.com> Date: Sun, 12 Apr 2009 06:52:51 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: anders@FreeBSD.org Subject: ports/133647: [PATCH] www/mod_extract_forwarded: apache@ cleanups X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2009 07:00:08 -0000 >Number: 133647 >Category: ports >Synopsis: [PATCH] www/mod_extract_forwarded: apache@ cleanups >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 12 07:00:07 UTC 2009 >Closed-Date: >Last-Modified: >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 Removed file(s): - pkg-plist Port maintainer (anders@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mod_extract_forwarded-1.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mod_extract_forwarded/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 7 Nov 2003 09:12:52 -0000 1.8 +++ Makefile 12 Apr 2009 06:52:01 -0000 @@ -8,25 +8,25 @@ PORTNAME= mod_extract_forwarded PORTVERSION= 1.4 CATEGORIES= www -MASTER_SITES= http://web.warhound.org/mod_extract_forwarded/ \ +MASTER_SITES= http://web.warhound.org/${PORTNAME}/ \ http://atreides.freenix.no/~anders/ MAINTAINER= anders@FreeBSD.org COMMENT= An Apache module that can make proxied requests appear with client IP -USE_APACHE= yes +USE_APACHE= 1.3 +AP_FAST_BUILD= yes +AP_GENPLIST= yes + WRKSRC= ${WRKDIR}/${PORTNAME} -DOCS= doc.html README -do-build: - cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c +PORTDOCS= doc.html README -do-install: - cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.so +post-install: .if !defined(NOPORTDOCS) - ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/${PORTNAME} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME} + ${MKDIR} ${DOCSDIR}/ +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor .endif ${CAT} ${PKGMESSAGE} Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 9 Apr 2003 22:07:25 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,6 +0,0 @@ -libexec/apache/mod_extract_forwarded.so -@exec %D/sbin/apxs -e -A -n extract_forwarded %D/%F -@unexec %D/sbin/apxs -e -A -n extract_forwarded %D/%F -%%PORTDOCS%%share/doc/mod_extract_forwarded/doc.html -%%PORTDOCS%%share/doc/mod_extract_forwarded/README -%%PORTDOCS%%@dirrm share/doc/mod_extract_forwarded --- mod_extract_forwarded-1.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: