Date: Thu, 20 Jun 2002 21:32:48 +0200 (CEST) From: Erwin Lansing <erwin@lansing.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39588: maintainer-update lang/mawk Message-ID: <200206201932.g5KJWmmp035061@vale.pil.dk>
next in thread | raw e-mail | index | archive | help
>Number: 39588 >Category: ports >Synopsis: maintainer-update lang/mawk >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: Thu Jun 20 12:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD vale.pil.dk 4.6-STABLE FreeBSD 4.6-STABLE #2: Sun Jun 16 09:35:15 CEST 2002 root@vale.pil.dk:/usr/obj/usr/src/sys/VALE i386 >Description: - use REINPLACE instead of perl - distfile disappeared from master site, only host myself - add WWW to pkg-descr >How-To-Repeat: >Fix: --- mawk.diff begins here --- diff -ruN mawk.orig/Makefile mawk/Makefile --- mawk.orig/Makefile Thu Jun 20 21:24:43 2002 +++ mawk/Makefile Thu Jun 20 21:26:59 2002 @@ -9,8 +9,7 @@ PORTNAME= mawk PORTVERSION= 1.3.3 CATEGORIES= lang -MASTER_SITES= ftp://ftp.fu-berlin.de/pub/unix/languages/mawk/ \ - http://dl.droso.net/ports/ +MASTER_SITES= http://dl.droso.net/ports/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= erwin@lansing.dk @@ -18,10 +17,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes ALL_TARGET= +USE_REINPLACE= yes MAN1= mawk.1 pre-configure: - ${PERL} -pi.orig -e 's:/usr/local:${PREFIX}:' ${WRKSRC}/config.user + ${REINPLACE_CMD} -e 's:/usr/local:${PREFIX}:' ${WRKSRC}/config.user .include <bsd.port.mk> diff -ruN mawk.orig/pkg-descr mawk/pkg-descr --- mawk.orig/pkg-descr Thu Jun 20 21:24:43 2002 +++ mawk/pkg-descr Thu Jun 20 21:27:41 2002 @@ -9,3 +9,5 @@ Bug reports, comments, questions, etc. to Mike Brennan, brennan@whidbey.com. ftp site: ftp.whidbey.net in ~/pub/brennan + +WWW: http://www.math.fu-berlin.de/~leitner/mawk/ --- mawk.diff ends here --- >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?200206201932.g5KJWmmp035061>