From owner-freebsd-ports Tue Aug 6 16:20: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBFEA37B401 for ; Tue, 6 Aug 2002 16:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C78043E6E for ; Tue, 6 Aug 2002 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76NK1JU043732 for ; Tue, 6 Aug 2002 16:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76NK1jd043731; Tue, 6 Aug 2002 16:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1676B37B400 for ; Tue, 6 Aug 2002 16:18:47 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id A4CF143E6A for ; Tue, 6 Aug 2002 16:18:45 -0700 (PDT) (envelope-from root@cultdeadsheep.org) Received: (qmail 13398 invoked by uid 0); 6 Aug 2002 23:18:44 -0000 Message-Id: <20020806231844.13397.qmail@cultdeadsheep.org> Date: 6 Aug 2002 23:18:44 -0000 From: Clement Laforet Reply-To: Clement Laforet To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41391: port www/mod_layout : minor changes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41391 >Category: ports >Synopsis: port www/mod_layout : minor changes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 06 16:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 4.6-STABLE i386 >Organization: cotds >Environment: System: FreeBSD goofy.cultdeadsheep.org 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Jul 4 10:05:12 CEST 2002 root@goofy.cultdeadsheep.org:/usr/obj/usr/src/sys/GOOFY i386 >Description: Changes : - use "USE_REINPLACE" - remove ftp address, fetch fails in passive mode >How-To-Repeat: N/A. >Fix: diff -Nru mod_layout-old/Makefile mod_layout/Makefile --- mod_layout-old/Makefile Tue Aug 6 21:02:41 2002 +++ mod_layout/Makefile Tue Aug 6 21:05:24 2002 @@ -8,16 +8,16 @@ PORTNAME= mod_layout PORTVERSION= 3.2 CATEGORIES= www -MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \ - http://software.tangent.org/download/ +MASTER_SITES= http://software.tangent.org/download/ MAINTAINER= sheepkiller@cultdeadsheep.org +USE_REINPLACE= yes BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 post-patch: - @${PERL} -pi -e 's!apxs!${LOCALBASE}/sbin/apxs!g' \ + @${REINPLACE_CMD} -e 's!apxs!${LOCALBASE}/sbin/apxs!g' \ ${WRKSRC}/Makefile post-install: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message