From owner-freebsd-ports Tue Jun 18 18:50:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5305C37B406 for ; Tue, 18 Jun 2002 18:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J1o2F57151; Tue, 18 Jun 2002 18:50:02 -0700 (PDT) (envelope-from gnats) Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181]) by hub.freebsd.org (Postfix) with ESMTP id 97BEB37B404 for ; Tue, 18 Jun 2002 18:45:22 -0700 (PDT) Received: from hadaly.dyndns.org ([61.201.55.192]) by t-mta3.odn.ne.jp with ESMTP id <20020619014521141.XPLP.6050.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Wed, 19 Jun 2002 10:45:21 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id BC0D999215; Wed, 19 Jun 2002 10:45:18 +0900 (JST) Message-Id: <20020619014518.BC0D999215@hadaly.dyndns.org> Date: Wed, 19 Jun 2002 10:45:18 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39493: Update port: mail/smtpproxy - PERL -> REINPLACE_CMD 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: 39493 >Category: ports >Synopsis: Update port: mail/smtpproxy - PERL -> REINPLACE_CMD >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 Jun 18 18:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.6-RELEASE FreeBSD 4.6-RELEASE #13: Fri Jun 7 19:13:40 JST 2002 root@sz.homedns.org:/sack/obj/usr/src/sys/NS i386 >Description: - Use REINPLACE_CMD instead of PERL - Drop maintainership >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/smtpproxy/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2001/12/19 20:03:01 1.1 +++ Makefile 2002/06/19 01:39:49 @@ -10,14 +10,14 @@ CATEGORIES= mail MASTER_SITES= http://www.quietsche-entchen.de/download/ -MAINTAINER= fuyuki@mj.0038.net +MAINTAINER= ports@FreeBSD.org MAKEFILE= makefile MAN1= smtp.proxy.1 post-patch: - @${PERL} -pi -e 's,CC =,CC ?=,; s,CFLAGS =,CFLAGS +=,; \ + @${REINPLACE_CMD} -e 's,CC =,CC ?=,; s,CFLAGS =,CFLAGS +=,; \ s,/usr/local/sbin,${PREFIX}/libexec,; s,/usr/local,${PREFIX},' \ ${WRKSRC}/makefile Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/mail/smtpproxy/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2001/12/19 20:03:01 1.1 +++ pkg-descr 2002/06/19 01:39:49 @@ -4,6 +4,3 @@ sent they are not forwarded to the server. WWW: http://www.quietsche-entchen.de/software/smtp.proxy.html - -- Kimura Fuyuki -fuyuki@mj.0038.net >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message