Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2002 10:45:18 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39493: Update port: mail/smtpproxy - PERL -> REINPLACE_CMD
Message-ID:  <20020619014518.BC0D999215@hadaly.dyndns.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020619014518.BC0D999215>