diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2021-04-30 16:04:06 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2021-04-30 16:04:06 +0000 |
commit | 8564cd9863fba0ef4a2879e160ed1760d1962e57 (patch) | |
tree | deeff5059744e0bdc3d242bde152a843a73a08de /mail/getmail6 | |
parent | 626f25dc094ccfa8f3fdd6a30488855b297343d4 (diff) | |
download | ports-8564cd9863fba0ef4a2879e160ed1760d1962e57.tar.gz ports-8564cd9863fba0ef4a2879e160ed1760d1962e57.zip |
Diffstat (limited to 'mail/getmail6')
-rw-r--r-- | mail/getmail6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/getmail6/Makefile b/mail/getmail6/Makefile index afaf1241a532..91942e1346df 100644 --- a/mail/getmail6/Makefile +++ b/mail/getmail6/Makefile @@ -1,10 +1,11 @@ PORTNAME= getmail6 DISTVERSIONPREFIX= v DISTVERSION= 6.15 +PORTREVISION= 1 CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= m.bueker@berlin.de +MAINTAINER= freebsd@michael-bueker.de COMMENT= POP3/IMAP4 mail retriever (Python3 fork) LICENSE= GPLv2 |