From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 10 21:00:05 2007 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 79B8616A418 for ; Wed, 10 Oct 2007 21:00:05 +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 4EC8913C45B for ; Wed, 10 Oct 2007 21:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9AL03L7030866 for ; Wed, 10 Oct 2007 21:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9AL03Mn030865; Wed, 10 Oct 2007 21:00:03 GMT (envelope-from gnats) Resent-Date: Wed, 10 Oct 2007 21:00:03 GMT Resent-Message-Id: <200710102100.l9AL03Mn030865@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 858E916A418 for ; Wed, 10 Oct 2007 20:54:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6A76213C448 for ; Wed, 10 Oct 2007 20:54:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l9AKs6tg075986 for ; Wed, 10 Oct 2007 20:54:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l9AKs6aV075985; Wed, 10 Oct 2007 20:54:06 GMT (envelope-from nobody) Message-Id: <200710102054.l9AKs6aV075985@www.freebsd.org> Date: Wed, 10 Oct 2007 20:54:06 GMT From: "Philip M. Gollucci" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/117084: www/apache-contrib: [PATCH]: portlint clean 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: Wed, 10 Oct 2007 21:00:05 -0000 >Number: 117084 >Category: ports >Synopsis: www/apache-contrib: [PATCH]: portlint clean >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 21:00:03 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.0-current >Organization: Riderway Inc. >Environment: FreeBSD philip.hq.rws 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Jul 26 16:44:37 EDT 2007 root@philip.office.rws:/usr/obj/usr/src/sys/GENERIC i386 >Description: portlint clean use correct Master Site USE_LDCONFIG fix pkg-descr >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache-contrib/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 4 Dec 2005 20:47:28 -0000 1.18 +++ Makefile 10 Oct 2007 20:52:04 -0000 @@ -9,13 +9,14 @@ PORTVERSION= 1.0.8 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://archive.apache.org/dist/httpd/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} MASTER_SITE_SUBDIR= contrib/modules/1.3 MAINTAINER= apache@FreeBSD.org COMMENT= Third-party modules contributed to the Apache HTTP server project USE_APACHE= 13 +USE_LDCONFIG= ${PREFIX}/libexec/apache .include Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/www/apache-contrib/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 13 Nov 2004 14:56:45 -0000 1.2 +++ pkg-descr 10 Oct 2007 20:32:51 -0000 @@ -1,5 +1,5 @@ This is a collection of third-party modules contributed to the Apache HTTP -server project (http://www.apache.org/). +server project. The modules are: @@ -9,3 +9,5 @@ mod_peephole, mod_put, mod_qs2ssi, mod_session, mod_fastcgi, mod_cvs, mod_macro, mod_random, mod_roaming, mod_ip_forwarding, mod_ticket, mod_define and mod_monitor. + +WWW: http://www.apache.org >Release-Note: >Audit-Trail: >Unformatted: