Date: 6 Aug 2002 23:18:44 -0000 From: Clement Laforet <sheepkiller@cultdeadsheep.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/41391: port www/mod_layout : minor changes Message-ID: <20020806231844.13397.qmail@cultdeadsheep.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020806231844.13397.qmail>