Bug 16680 - Update port: mail/mbx2mbox to 0.3
Summary: Update port: mail/mbx2mbox to 0.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-12 23:00 UTC by tkato
Modified: 2000-02-12 23:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tkato 2000-02-12 23:00:01 UTC
- Update to version 0.3

Fix: 

Sent by Japanese ProntoMail--EGH9cIaFoLY5MhpuWy4MgxZ2Cprbcti3jpr6Hn56oIwpmech
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -urN /usr/ports/mail/mbx2mbox/Makefile mail/mbx2mbox/Makefile
--- /usr/ports/mail/mbx2mbox/Makefile	Sat Feb  5 20:17:51 2000
+++ mail/mbx2mbox/Makefile	Sat Feb  5 00:26:05 2000
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	mbx2mbox
-# Version required:	0.2
+# Version required:	0.3
 # Date created:		23 November 1998
 # Whom:			Josh Gilliam <josh@quick.net>
 #
-# $FreeBSD: ports/mail/mbx2mbox/Makefile,v 1.5 2000/02/05 10:55:44 dirk Exp $
+# $FreeBSD: ports/mail/mbx2mbox/Makefile,v 1.4 1999/11/01 00:09:30 steve Exp $
 #
 
-DISTNAME=	mbx2mbox-0.2
+DISTNAME=	mbx2mbox-0.3
 CATEGORIES=	mail
 MASTER_SITES=	http://www.cs.virginia.edu/~dwc3q/code/
 
@@ -17,11 +17,11 @@
 
 post-patch:
 	@${MV} ${WRKSRC}/mbx2mbox ${WRKSRC}/mbx2mbox.pre_sed
-	@${SED} -e 's%/usr/bin/perl%${PERL}%' \
+	@${SED} -e 's:/usr/bin/perl:${PERL}:g' \
 		${WRKSRC}/mbx2mbox.pre_sed > ${WRKSRC}/mbx2mbox
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/mbx2mbox ${PREFIX}/bin/mbx2mbox
+	${INSTALL_SCRIPT} ${WRKSRC}/mbx2mbox ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${PREFIX}/share/doc/mbx2mbox
 	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mbx2mbox
diff -urN /usr/ports/mail/mbx2mbox/files/md5 mail/mbx2mbox/files/md5
--- /usr/ports/mail/mbx2mbox/files/md5	Mon Nov  1 20:16:52 1999
+++ mail/mbx2mbox/files/md5	Fri Feb  4 05:23:54 2000
@@ -1 +1 @@
-MD5 (mbx2mbox-0.2.tar.gz) = 89eec38147f13bf135032636da971568
+MD5 (mbx2mbox-0.3.tar.gz) = 2d3d9a7a974dea5d1415537997d6ee0a
Comment 1 Chris D.Faulhaber freebsd_committer freebsd_triage 2000-02-12 23:30:36 UTC
State Changed
From-To: open->closed

Committed, thanks!