mail/mbox2imap: Unbreak port

Port now has a new maintainer, master site, upstream, etc

PR:		207994
MFH:		2016Q1
This commit is contained in:
Mark Felder 2016-03-14 21:24:46 +00:00
parent d290c8f9ad
commit cc53a1265a
3 changed files with 8 additions and 14 deletions

View file

@ -3,26 +3,20 @@
PORTNAME= mbox2imap
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://people.cs.uchicago.edu/~brendan/scripts/ \
http://people.freebsd.org/~gahr/distfiles/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= # none
EXTRACT_ONLY= # none
MASTER_SITES= http://BSDforge.com/projects/source/mail/mbox2imap/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= portmaster@BSDforge.com
COMMENT= Upload email stored in mbox file format to an IMAP server
BROKEN= unfetchable
#LICENSE= (if author can still be reached, ask; else BSD2CLAUSE)
USES= python
USES= python tar:xz
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
post-extract:
${CP} ${DISTDIR}/${PORTNAME} ${WRKDIR}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

View file

@ -1,2 +1,2 @@
SHA256 (mbox2imap) = edca95bd28d8af8e64071cbb7218ec8acaf3be384a138b3b458f8f7e194797fa
SIZE (mbox2imap) = 14605
SHA256 (mbox2imap-1.0.tar.xz) = fc139244264a11cfc897acda11fbdb64aa88e16515e4027a7fd568f6aa4f0bd8
SIZE (mbox2imap-1.0.tar.xz) = 3992

View file

@ -1,4 +1,4 @@
mbox2imap is a python script to upload email stored in mbox file format to
an IMAP server.
WWW: http://people.cs.uchicago.edu/~brendan/scripts/
WWW: http://BSDforge.com/projects/mail/mbox2imap/