diff options
author | clsung <clsung@FreeBSD.org> | 2005-05-07 00:16:01 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-05-07 00:16:01 +0800 |
commit | c5a8d9793087ce57bbfcf5d26673d73cee414f66 (patch) | |
tree | d9c154110f28b815a5fad3d2757477188fac6b9d /mail | |
parent | e4f54c965f745b8a9b81171c013e6b8b18c0c8c2 (diff) | |
download | freebsd-ports-gnome-c5a8d9793087ce57bbfcf5d26673d73cee414f66.tar.gz freebsd-ports-gnome-c5a8d9793087ce57bbfcf5d26673d73cee414f66.tar.zst freebsd-ports-gnome-c5a8d9793087ce57bbfcf5d26673d73cee414f66.zip |
- Update mail/getmail to 4.3.8.
Changes in new version include (from CHANGELOG):
-change (again) handling of deleted messages vs. connection that dies.
Inability to send QUIT to POP3 server should be less problematic now.
-improve housekeeping of old message state file. Thanks: Thomas Schwinge.
PR: 80699
Submitted by: Linh Pham (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 2 | ||||
-rw-r--r-- | mail/getmail/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index d0a9e7b91365..fc1b40e1d51c 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= getmail -PORTVERSION= 4.3.7 +PORTVERSION= 4.3.8 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ MASTER_SITE_SUBDIR= old-versions diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 22dfb022419f..e32e603840f3 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,2 +1,2 @@ -MD5 (getmail-4.3.7.tar.gz) = d33302469a49ed3394b4673d5e65d1e9 -SIZE (getmail-4.3.7.tar.gz) = 134018 +MD5 (getmail-4.3.8.tar.gz) = c4a41924a95fa8efc78f87a6d2248d57 +SIZE (getmail-4.3.8.tar.gz) = 133718 |