mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- [1]: Update to 4.9.1
- [2]: New version fixes warning message when using python 2.6. PR: [1]: ports/135464 [2]: ports/135452 Submitted by: [1]: Linh Pham <question+fbsdports@closedsrc.org> (maintainer) [2]: Michal Petrucha <johnny64@swissjabber.org>
This commit is contained in:
parent
7201331c10
commit
e9e8f28026
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235642
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= getmail
|
||||
PORTVERSION= 4.8.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.9.1
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \
|
||||
http://mirrors.closedsrc.org/getmail/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (getmail-4.8.4.tar.gz) = 302999a9f4a3a970327aa4ca400bc4ca
|
||||
SHA256 (getmail-4.8.4.tar.gz) = b116fe18f4e20736914e99a4e4dd26afcb14e4782c21c1140ad4425ece92c394
|
||||
SIZE (getmail-4.8.4.tar.gz) = 152287
|
||||
MD5 (getmail-4.9.1.tar.gz) = 008d5b45e41c22641dd8f4b2e1e66774
|
||||
SHA256 (getmail-4.9.1.tar.gz) = 3f06e459000be57d72ccb634bdc26dc1a4788112e5c428a09bdf4d98d6287f19
|
||||
SIZE (getmail-4.9.1.tar.gz) = 153575
|
||||
|
@ -18,6 +18,9 @@ bin/getmail_mbox
|
||||
%%PYTHON_SITELIBDIR%%/getmailcore/constants.py
|
||||
%%PYTHON_SITELIBDIR%%/getmailcore/constants.pyc
|
||||
%%PYTHON_SITELIBDIR%%/getmailcore/constants.pyo
|
||||
%%PYTHON_SITELIBDIR%%/getmailcore/compatibility.py
|
||||
%%PYTHON_SITELIBDIR%%/getmailcore/compatibility.pyc
|
||||
%%PYTHON_SITELIBDIR%%/getmailcore/compatibility.pyo
|
||||
%%PYTHON_SITELIBDIR%%/getmailcore/destinations.py
|
||||
%%PYTHON_SITELIBDIR%%/getmailcore/destinations.pyc
|
||||
%%PYTHON_SITELIBDIR%%/getmailcore/destinations.pyo
|
||||
|
Loading…
Reference in New Issue
Block a user