diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-07-05 16:12:20 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-07-05 16:12:20 +0800 |
commit | fe3cf9053bccf74103df499b7e2cde79cf15fa4b (patch) | |
tree | 37fc3c070b54d11b619c41f8b02837fbd12754c3 /mail | |
parent | 0af6ee8651270d620cbbbf4e9a5c69d0e87aaa23 (diff) | |
download | freebsd-ports-gnome-fe3cf9053bccf74103df499b7e2cde79cf15fa4b.tar.gz freebsd-ports-gnome-fe3cf9053bccf74103df499b7e2cde79cf15fa4b.tar.zst freebsd-ports-gnome-fe3cf9053bccf74103df499b7e2cde79cf15fa4b.zip |
- Move to GitHub and
- Update to 0.1.1
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cleanup-maildir/Makefile | 7 | ||||
-rw-r--r-- | mail/cleanup-maildir/distinfo | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/mail/cleanup-maildir/Makefile b/mail/cleanup-maildir/Makefile index e5784c6590a8..19f585a7e5d4 100644 --- a/mail/cleanup-maildir/Makefile +++ b/mail/cleanup-maildir/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= cleanup-maildir -PORTVERSION= 0.1.0.2016010801 +PORTVERSION= 0.1.1 +DISTVERSIONPREFIX= v CATEGORIES= mail python -MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Script for cleaning up mails in Maildir folders based on arival date @@ -12,9 +12,12 @@ COMMENT= Script for cleaning up mails in Maildir folders based on arival date RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core USES= python shebangfix +USE_GITHUB= yes NO_BUILD= yes NO_ARCH= yes +GH_ACCOUNT= ehaupt + SHEBANG_FILES= cleanup-maildir.py PLIST_FILES= bin/cleanup-maildir diff --git a/mail/cleanup-maildir/distinfo b/mail/cleanup-maildir/distinfo index b0be6dc35fd7..93bf0448b9be 100644 --- a/mail/cleanup-maildir/distinfo +++ b/mail/cleanup-maildir/distinfo @@ -1,2 +1,3 @@ -SHA256 (cleanup-maildir-0.1.0.2016010801.tar.gz) = 27569c590b6dc51f745f021f07c8f249454340dbbe4fa6a88abd9f01e8e6dc37 -SIZE (cleanup-maildir-0.1.0.2016010801.tar.gz) = 6209 +TIMESTAMP = 1499242225 +SHA256 (ehaupt-cleanup-maildir-v0.1.1_GH0.tar.gz) = 110186d1521a737e92d63badbb25baf0d48f343ae02bc08e05b29e8d718838db +SIZE (ehaupt-cleanup-maildir-v0.1.1_GH0.tar.gz) = 6371 |