From renato@data.galle.com.br  Wed Mar 30 16:13:23 2005
Return-Path: <renato@data.galle.com.br>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 23CAB16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Mar 2005 16:13:23 +0000 (GMT)
Received: from data.galle.com.br (data.galle.com.br [200.246.25.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 477FC43D53
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Mar 2005 16:13:22 +0000 (GMT)
	(envelope-from renato@data.galle.com.br)
Received: from data.galle.com.br (data.galle.com.br [200.246.25.10])
	by data.galle.com.br (8.13.1/8.13.1) with ESMTP id j2UGDMHK083141
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Mar 2005 13:13:22 -0300 (BRST)
	(envelope-from renato@data.galle.com.br)
Received: (from root@localhost)
	by data.galle.com.br (8.13.1/8.13.1/Submit) id j2UGDHxJ083140;
	Wed, 30 Mar 2005 13:13:17 -0300 (BRST)
	(envelope-from renato)
Message-Id: <200503301613.j2UGDHxJ083140@data.galle.com.br>
Date: Wed, 30 Mar 2005 13:13:17 -0300 (BRST)
From: Renato Botelho <freebsd@galle.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] mail/mb2md: Replace ${PERL} with ${REINPLACE_CMD}, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         79374
>Category:       ports
>Synopsis:       [PATCH] mail/mb2md: Replace ${PERL} with ${REINPLACE_CMD}, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tobez
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 30 16:20:06 GMT 2005
>Closed-Date:    Mon May 30 14:20:52 CEST 2005
>Last-Modified:  Mon May 30 14:20:52 CEST 2005
>Originator:     Renato Botelho
>Release:        FreeBSD 5.3-RELEASE-p5 i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #7: Thu Mar  3 09:03:28 BRST
>Description:
- Replace ${PERL} with ${REINPLACE_CMD}
- Take maintainership

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- mb2md-3.20_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/mb2md/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	21 Mar 2005 15:06:04 -0000	1.6
+++ Makefile	30 Mar 2005 16:11:46 -0000
@@ -13,7 +13,7 @@
 DISTNAME=	${PORTNAME}-${PORTVERSION}.pl
 EXTRACT_SUFX=	.gz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	freebsd@galle.com.br
 COMMENT=	Converts mbox mailboxes to Maildir
 
 RUN_DEPENDS=	${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
@@ -24,11 +24,12 @@
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 USE_PERL5=	yes
+USE_REINPLACE=	yes
 
 PLIST_FILES=	bin/mb2md
 
 post-patch:
-	@${PERL} -pi -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/${PORTNAME}
+	@${REINPLACE_CMD} 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/${PORTNAME}
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
--- mb2md-3.20_1.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Anton Berezin <tobez@tobez.org>
To: Renato Botelho <freebsd@galle.com.br>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/79374: [PATCH] mail/mb2md: Replace ${PERL} with ${REINPLACE_CMD}, take maintainership
Date: Wed, 30 Mar 2005 21:49:14 +0200

 On Wed, Mar 30, 2005 at 01:13:17PM -0300, Renato Botelho wrote:
 
 > - Replace ${PERL} with ${REINPLACE_CMD}
 
 >  USE_PERL5=	yes
 > +USE_REINPLACE=	yes
 
 Why bother??
 
 \Anton.
 -- 
 The moronity of the universe is a monotonically increasing function. --
 Jarkko Hietaniemi
Responsible-Changed-From-To: freebsd-ports-bugs->tobez 
Responsible-Changed-By: tobez 
Responsible-Changed-When: Wed Mar 30 21:59:30 CEST 2005 
Responsible-Changed-Why:  
Grab while I can. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79374 

From: Renato Botelho <freebsd@galle.com.br>
To: Anton Berezin <tobez@tobez.org>,
	Renato Botelho <freebsd@galle.com.br>,
	FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/79374: [PATCH] mail/mb2md: Replace ${PERL} with ${REINPLACE_CMD}, take maintainership
Date: Wed, 30 Mar 2005 20:27:09 -0300

 On Wed, Mar 30, 2005 at 09:49:14PM +0200, Anton Berezin wrote:
 > On Wed, Mar 30, 2005 at 01:13:17PM -0300, Renato Botelho wrote:
 > 
 > > - Replace ${PERL} with ${REINPLACE_CMD}
 > 
 > >  USE_PERL5=	yes
 > > +USE_REINPLACE=	yes
 > 
 > Why bother??
 
 It was repoting some build errors, so, I think this is the best way to fix.
 
 if I'm wrong, please, tell me and I'll back the old way.
 
 Thanks a lot
 -- 
 Renato Botelho
 AIM: RBGargaBR
 ICQ: 54596223
 GPG: 0x2244EDA9 at pgp.mit.edu

From: Renato Botelho <freebsd@galle.com.br>
To: Anton Berezin <tobez@tobez.org>,
	Renato Botelho <freebsd@galle.com.br>,
	FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/79374: [PATCH] mail/mb2md: Replace ${PERL} with ${REINPLACE_CMD}, take maintainership
Date: Thu, 31 Mar 2005 07:47:58 -0300

 on my ports tree:
 
 root@data:/usr/ports# make search name=mb2md
 Port:   mb2md-3.20_1
 Path:   /usr/ports/mail/mb2md
 Info:   Converts mbox mailboxes to Maildir
 Maint:  ports@FreeBSD.org
 B-deps: perl-5.8.6_2
 R-deps: p5-TimeDate-1.16,1 perl-5.8.6_2
 WWW:    http://batleth.sapienti-sat.org/projects/mb2md/
 
 but on log error:
 
 building mb2md-3.20 on fbsd-amd64.isc.org
 in directory /usr/tmp/6/chroot/72744
 maintained by: ports@FreeBSD.org
 port directory: /usr/ports/mail/mb2md
 build started at Sat Mar 19 08:33:55 UTC 2005
 FETCH_DEPENDS=
 PATCH_DEPENDS=
 EXTRACT_DEPENDS=
 BUILD_DEPENDS=
 RUN_DEPENDS=p5-TimeDate-1.16,1.tbz perl-5.8.6_2.tbz
 
 Perl don't appear on BUILD_DEPENDS here, but on my ports tree yes.
 
 Please, don't commit my patch, I think the problem is on the place
 where test ran.
 
 Thanks
 -- 
 Renato Botelho
 AIM: RBGargaBR
 ICQ: 54596223
 GPG: 0x2244EDA9 at pgp.mit.edu

From: Anton Berezin <tobez@tobez.org>
To: Renato Botelho <freebsd@galle.com.br>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/79374: [PATCH] mail/mb2md: Replace ${PERL} with ${REINPLACE_CMD}, take maintainership
Date: Mon, 4 Apr 2005 08:31:34 +0200

 On Thu, Mar 31, 2005 at 07:47:58AM -0300, Renato Botelho wrote:
 > on my ports tree:
 > 
 > root@data:/usr/ports# make search name=mb2md
 > Port:   mb2md-3.20_1
 > Path:   /usr/ports/mail/mb2md
 > Info:   Converts mbox mailboxes to Maildir
 > Maint:  ports@FreeBSD.org
 > B-deps: perl-5.8.6_2
 > R-deps: p5-TimeDate-1.16,1 perl-5.8.6_2
 > WWW:    http://batleth.sapienti-sat.org/projects/mb2md/
 > 
 > but on log error:
 > 
 > building mb2md-3.20 on fbsd-amd64.isc.org
 > in directory /usr/tmp/6/chroot/72744
 > maintained by: ports@FreeBSD.org
 > port directory: /usr/ports/mail/mb2md
 > build started at Sat Mar 19 08:33:55 UTC 2005
 > FETCH_DEPENDS=
 > PATCH_DEPENDS=
 > EXTRACT_DEPENDS=
 > BUILD_DEPENDS=
 > RUN_DEPENDS=p5-TimeDate-1.16,1.tbz perl-5.8.6_2.tbz
 > 
 > Perl don't appear on BUILD_DEPENDS here, but on my ports tree yes.
 > 
 > Please, don't commit my patch, I think the problem is on the place
 > where test ran.
 
 Ok.  Do you still want to become this port maintainer?  That is, shall I
 commit the first part of the patch?
 
 Cheers,
 \Anton.
 -- 
 The moronity of the universe is a monotonically increasing function. --
 Jarkko Hietaniemi

From: Renato Botelho <freebsd@galle.com.br>
To: Anton Berezin <tobez@tobez.org>,
	Renato Botelho <freebsd@galle.com.br>,
	FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/79374: [PATCH] mail/mb2md: Replace ${PERL} with ${REINPLACE_CMD}, take maintainership
Date: Mon, 4 Apr 2005 07:25:06 -0300

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 On Mon, Apr 04, 2005 at 08:31:34AM +0200, Anton Berezin wrote:
 > 
 > Ok.  Do you still want to become this port maintainer?  That is, shall I
 > commit the first part of the patch?
 
 If is possible to take maintainership without apply any changes, I want yes.
 
 Thanks
 - -- 
 Renato Botelho - freebsd at galle dot com dot br
 AIM: RBGargaBR | ICQ: 54596223 | GPG: 0x2244EDA9 at pgp.mit.edu
 
 All theoretical chemistry is really physics;
 and all theoretical chemists know it.
 		-- Richard P. Feynman
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCURYC6CRbiSJE7akRAnAtAJ9EFGsJcwtjBm+2BAjlGEJFIXC/3QCggCeT
 uHqRrSlaZrNvBdIq2AjMCHY=
 =/FPM
 -----END PGP SIGNATURE-----

From: Renato Botelho <freebsd@galle.com.br>
To: bug-followup@FreeBSD.org, freebsd@galle.com.br
Cc: Anton Berezin <tobez@FreeBSD.org>
Subject: Re: ports/79374: [PATCH] mail/mb2md: Replace ${PERL} with ${REINPLACE_CMD}, take maintainership
Date: Mon, 30 May 2005 08:56:34 -0300

 Hello,
 
 Please, forget about the maintainership and close this PR withou commit
 anything.
 
 Thanks
 -- 
 Renato Botelho <freebsd at galle dot com dot br>
 AIM: RBGargaBR | ICQ: 54596223
 GnuPG Key: http://www.galle.com.br/~renato/pubkey.asc
 
 Everything is worth precisely as much as a belch, the difference being
 that a belch is more satisfying.
 		-- Ingmar Bergman
State-Changed-From-To: open->closed 
State-Changed-By: tobez 
State-Changed-When: Mon May 30 14:20:19 CEST 2005 
State-Changed-Why:  
Closed at originaotr's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79374 
>Unformatted:
