diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-19 21:22:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-19 21:22:09 +0000 |
commit | 08ee0ded99fafbd94fb4eedfa6063ed9ce02c4cb (patch) | |
tree | ad7bb1bdd50af17f689827d568d64739797ad279 /mail | |
parent | Update port: net/libtorrent - update to version 0.4.7. (diff) |
Update Port: mail/getmail to 4.3.1
Update mail/getmail to 4.3.1, which fixes a known problem
with an exception being raised when certain IMAP errors
occur. New version will just skip the affected account and
move to the next one.
PR: ports/76442
Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
Notes
Notes:
svn path=/head/; revision=126872
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 9c07157949a4..f6b650af8f42 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= getmail -PORTVERSION= 4.3.0 +PORTVERSION= 4.3.1 CATEGORIES= mail python MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-4/%SUBDIR%/ MASTER_SITE_SUBDIR= old-versions diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 3e03e4a9e8ce..aca3202e7495 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,2 +1,2 @@ -MD5 (getmail-4.3.0.tar.gz) = 32baf95f8291a66c5303518aa74dfd20 -SIZE (getmail-4.3.0.tar.gz) = 128803 +MD5 (getmail-4.3.1.tar.gz) = 5b73b4b068d8d070ef01d31c7b553d35 +SIZE (getmail-4.3.1.tar.gz) = 128854 |