ports/79374: [PATCH] mail/mb2md: Replace ${PERL} with ${REINPLACE_CMD}, take maintainership

Renato Botelho freebsd at galle.com.br
Wed Mar 30 16:20:07 UTC 2005


>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 at FreeBSD.org
+MAINTAINER=	freebsd at 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:



More information about the freebsd-ports-bugs mailing list