Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2016 21:25:43 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r411117 - branches/2016Q1/mail/mbox2imap
Message-ID:  <201603142125.u2ELPhEd036504@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Mon Mar 14 21:25:42 2016
New Revision: 411117
URL: https://svnweb.freebsd.org/changeset/ports/411117

Log:
  MFH: r411116
  
  mail/mbox2imap: Unbreak port
  
  Port now has a new maintainer, master site, upstream, etc
  
  PR:		207994
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q1/mail/mbox2imap/Makefile
  branches/2016Q1/mail/mbox2imap/distinfo
  branches/2016Q1/mail/mbox2imap/pkg-descr
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/mail/mbox2imap/Makefile
==============================================================================
--- branches/2016Q1/mail/mbox2imap/Makefile	Mon Mar 14 21:24:46 2016	(r411116)
+++ branches/2016Q1/mail/mbox2imap/Makefile	Mon Mar 14 21:25:42 2016	(r411117)
@@ -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
 

Modified: branches/2016Q1/mail/mbox2imap/distinfo
==============================================================================
--- branches/2016Q1/mail/mbox2imap/distinfo	Mon Mar 14 21:24:46 2016	(r411116)
+++ branches/2016Q1/mail/mbox2imap/distinfo	Mon Mar 14 21:25:42 2016	(r411117)
@@ -1,2 +1,2 @@
-SHA256 (mbox2imap) = edca95bd28d8af8e64071cbb7218ec8acaf3be384a138b3b458f8f7e194797fa
-SIZE (mbox2imap) = 14605
+SHA256 (mbox2imap-1.0.tar.xz) = fc139244264a11cfc897acda11fbdb64aa88e16515e4027a7fd568f6aa4f0bd8
+SIZE (mbox2imap-1.0.tar.xz) = 3992

Modified: branches/2016Q1/mail/mbox2imap/pkg-descr
==============================================================================
--- branches/2016Q1/mail/mbox2imap/pkg-descr	Mon Mar 14 21:24:46 2016	(r411116)
+++ branches/2016Q1/mail/mbox2imap/pkg-descr	Mon Mar 14 21:25:42 2016	(r411117)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603142125.u2ELPhEd036504>