svn commit: r566073 - in head: . mail mail/cleanup-maildir

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 19 15:14:12 UTC 2021


Author: ehaupt
Date: Fri Feb 19 15:14:10 2021
New Revision: 566073
URL: https://svnweb.freebsd.org/changeset/ports/566073

Log:
  Resurrect and update mail/cleanup-maildir to 0.3.1. This application has now
  been ported to Python 3.

Added:
  head/mail/cleanup-maildir/
     - copied from r548979, head/mail/cleanup-maildir/
Modified:
  head/MOVED
  head/mail/Makefile
  head/mail/cleanup-maildir/Makefile
  head/mail/cleanup-maildir/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Feb 19 15:12:16 2021	(r566072)
+++ head/MOVED	Fri Feb 19 15:14:10 2021	(r566073)
@@ -15502,7 +15502,6 @@ lang/julia06|lang/julia10|2020-09-19|Has expired: Uses
 lang/julia07|lang/julia10|2020-09-19|Has expired: Uses deprecated version of python
 lang/julia11||2020-09-19|Has expired: Uses deprecated version of python
 lang/tinypy||2020-09-19|Has expired: Uses deprecated version of python
-mail/cleanup-maildir||2020-09-19|Has expired: Uses deprecated version of python
 mail/courier-pythonfilter||2020-09-19|Has expired: Uses deprecated version of python
 mail/muttils||2020-09-19|Has expired: Uses deprecated version of python
 mail/nohtml||2020-09-19|Has expired: Uses deprecated version of python

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Fri Feb 19 15:12:16 2021	(r566072)
+++ head/mail/Makefile	Fri Feb 19 15:14:10 2021	(r566073)
@@ -68,6 +68,7 @@
     SUBDIR += claws-mail-tnef_parse
     SUBDIR += claws-mail-vcalendar
     SUBDIR += clawsker
+    SUBDIR += cleanup-maildir
     SUBDIR += cone
     SUBDIR += coolmail
     SUBDIR += courier

Modified: head/mail/cleanup-maildir/Makefile
==============================================================================
--- head/mail/cleanup-maildir/Makefile	Sat Sep 19 12:48:45 2020	(r548979)
+++ head/mail/cleanup-maildir/Makefile	Fri Feb 19 15:14:10 2021	(r566073)
@@ -2,28 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	cleanup-maildir
-PORTVERSION=	0.1.1
+PORTVERSION=	0.3.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	mail python
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Script for cleaning up mails in Maildir folders based on arival date
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-09-15
+LICENSE=	AS-IS
+LICENSE_NAME=	AS-IS
+LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygraph>=0.2.1:graphics/py-pygraph@${PY_FLAVOR}
 
-USES=		python:2.7 shebangfix
+USES=		python:3.6+ shebangfix
 USE_GITHUB=	yes
-
-NO_BUILD=	yes
-NO_ARCH=	yes
-
 GH_ACCOUNT=	ehaupt
-
 SHEBANG_FILES=	cleanup-maildir.py
+NO_ARCH=	yes
+NO_BUILD=	yes
+
 PLIST_FILES=	bin/cleanup-maildir
 
 do-install:

Modified: head/mail/cleanup-maildir/distinfo
==============================================================================
--- head/mail/cleanup-maildir/distinfo	Sat Sep 19 12:48:45 2020	(r548979)
+++ head/mail/cleanup-maildir/distinfo	Fri Feb 19 15:14:10 2021	(r566073)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499242225
-SHA256 (ehaupt-cleanup-maildir-v0.1.1_GH0.tar.gz) = 110186d1521a737e92d63badbb25baf0d48f343ae02bc08e05b29e8d718838db
-SIZE (ehaupt-cleanup-maildir-v0.1.1_GH0.tar.gz) = 6371
+TIMESTAMP = 1613746863
+SHA256 (ehaupt-cleanup-maildir-v0.3.1_GH0.tar.gz) = b34946750417e0464db346fc5de22bd33a1dab2d7efa24b6d72148e160ef52ed
+SIZE (ehaupt-cleanup-maildir-v0.3.1_GH0.tar.gz) = 7075


More information about the svn-ports-all mailing list