Update to 4.4.0
Add SHA256 PR: 88691 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
This commit is contained in:
parent
b4c28b1112
commit
4b723c53b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147649
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= getmail
|
||||
PORTVERSION= 4.3.14
|
||||
PORTVERSION= 4.4.0
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \
|
||||
http://mirrors.closedsrc.org/getmail/
|
||||
@ -18,7 +18,7 @@ COMMENT= POP3/IMAP4 mail retriever with Maildir and command delivery
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
MAN1= getmail.1 getmail_maildir.1 getmail_mbox.1
|
||||
MAN1= getmail.1 getmail_fetch.1 getmail_maildir.1 getmail_mbox.1
|
||||
DOCS= ../README BUGS CHANGELOG THANKS TODO *.txt *.html *.css
|
||||
|
||||
post-install:
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (getmail-4.3.14.tar.gz) = ce82e44c8076e95c402a524efd7ca011
|
||||
SIZE (getmail-4.3.14.tar.gz) = 134425
|
||||
MD5 (getmail-4.4.0.tar.gz) = 4b41237ecc233f4b44e60f7f11057a87
|
||||
SHA256 (getmail-4.4.0.tar.gz) = d9caa88bad29f79c6db56381b88050d0efc6f20bbb5a998744b72f06f41fac6e
|
||||
SIZE (getmail-4.4.0.tar.gz) = 136395
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
bin/getmail
|
||||
bin/getmail_fetch
|
||||
bin/getmail_maildir
|
||||
bin/getmail_mbox
|
||||
%%PYTHON_SITELIBDIR%%/getmailcore/__init__.py
|
||||
|
Loading…
Reference in New Issue
Block a user