Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 1999 09:33:20 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/14578: Update port: mail/mbx2mbox to 0.2
Message-ID:  <19991028163320.2DDEE15180@hub.freebsd.org>

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

>Number:         14578
>Category:       ports
>Synopsis:       Update port: mail/mbx2mbox to 0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 28 09:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.3-RELEASE
>Organization:
>Environment:
>Description:
* Updated version 0.1 to 0.2
* Fixed MASTER_SITES

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/mail/mbx2mbox/Makefile mail/mbx2mbox/Makefile
--- /usr/ports/mail/mbx2mbox/Makefile	Fri Oct 22 21:06:49 1999
+++ mail/mbx2mbox/Makefile	Thu Oct 28 12:00:00 1999
@@ -1,31 +1,28 @@
 # New ports collection makefile for:	mbx2mbox
-# Version required:	0.1
+# Version required:	0.2
 # Date created:		23 November 1998
 # Whom:			Josh Gilliam <josh@quick.net>
 #
 # $FreeBSD: ports/mail/mbx2mbox/Makefile,v 1.3 1999/10/21 19:02:24 fenner Exp $
 #
 
-DISTNAME=	mbx2mbox-0.1
+DISTNAME=	mbx2mbox-0.2
 CATEGORIES=	mail
-MASTER_SITES=	http://www.cs.virginia.edu/~dwc3q/code/ \
-		ftp://maroon.webmaster.com/pub/mbx2mbox/
-EXTRACT_SUFX=
+MASTER_SITES=	http://www.cs.virginia.edu/~dwc3q/code/
 
-EXTRACT_CMD=	${CP}
-EXTRACT_BEFORE_ARGS=
-EXTRACT_AFTER_ARGS= .
-NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 USE_PERL5=	yes
 
 post-patch:
-
-	@${MV} ${WRKSRC}/${DISTNAME} ${WRKSRC}/${DISTNAME}.pre_sed
+	@${MV} ${WRKSRC}/mbx2mbox ${WRKSRC}/mbx2mbox.pre_sed
 	@${SED} -e 's%/usr/bin/perl%${PERL}%' \
-	${WRKSRC}/${DISTNAME}.pre_sed > ${WRKSRC}/${DISTNAME}
+		${WRKSRC}/mbx2mbox.pre_sed > ${WRKSRC}/mbx2mbox
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/mbx2mbox-0.1 ${PREFIX}/bin/mbx2mbox
+	${INSTALL_SCRIPT} ${WRKSRC}/mbx2mbox ${PREFIX}/bin/mbx2mbox
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${PREFIX}/share/doc/mbx2mbox
+	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mbx2mbox
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/mail/mbx2mbox/files/md5 mail/mbx2mbox/files/md5
--- /usr/ports/mail/mbx2mbox/files/md5	Tue Dec  1 22:25:00 1998
+++ mail/mbx2mbox/files/md5	Thu Oct 28 12:00:00 1999
@@ -1 +1 @@
-MD5 (mbx2mbox-0.1) = 33347825943db32a7aa9c1f1de425861
+MD5 (mbx2mbox-0.2.tar.gz) = 89eec38147f13bf135032636da971568
diff -urN /usr/ports/mail/mbx2mbox/pkg/PLIST mail/mbx2mbox/pkg/PLIST
--- /usr/ports/mail/mbx2mbox/pkg/PLIST	Tue Dec  1 22:25:00 1998
+++ mail/mbx2mbox/pkg/PLIST	Thu Oct 28 12:00:00 1999
@@ -1 +1,3 @@
 bin/mbx2mbox
+share/doc/mbx2mbox/README
+@dirrm share/doc/mbx2mbox


>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?19991028163320.2DDEE15180>