Date: Wed, 30 Mar 2005 13:13:17 -0300 (BRST) From: Renato Botelho <freebsd@galle.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/79374: [PATCH] mail/mb2md: Replace ${PERL} with ${REINPLACE_CMD}, take maintainership Message-ID: <200503301613.j2UGDHxJ083140@data.galle.com.br> Resent-Message-ID: <200503301620.j2UGK60G090590@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79374 >Category: ports >Synopsis: [PATCH] mail/mb2md: Replace ${PERL} with ${REINPLACE_CMD}, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 30 16:20:06 GMT 2005 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503301613.j2UGDHxJ083140>