diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-09 01:12:13 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-09 01:12:13 +0000 |
commit | cc60a503e5556ee0f9fd651e5f897d26044c804f (patch) | |
tree | 6d9b7b93bba785ec308be680a1d73b4eff7ee16c /mail | |
parent | 1f63576ff170803cbc51f7c1d49c9f370259b24f (diff) | |
download | ports-cc60a503e5556ee0f9fd651e5f897d26044c804f.tar.gz ports-cc60a503e5556ee0f9fd651e5f897d26044c804f.zip |
- Update mail/getmail to 4.6.2, which includes the following fix noted in
CHANGELOG:
- fix regression introduced in 4.6.0 where atime on mbox files would get
updated (i.e. not set back), making it difficult for other programs to
tell if there was new mail or not without actually opening the mbox.
Thanks: Tim van der Molen.
PR: ports/98726
Submitted by: maintainer (Linh Pham)
Notes
Notes:
svn path=/head/; revision=164863
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 2 | ||||
-rw-r--r-- | mail/getmail/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 765c18bd7286..515f736cc4c9 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= getmail -PORTVERSION= 4.6.1 +PORTVERSION= 4.6.2 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \ http://mirrors.closedsrc.org/getmail/ diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index b9707be44a44..1c50c5b03a3d 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,3 +1,3 @@ -MD5 (getmail-4.6.1.tar.gz) = da61f99a3313b113ed44ae36dc70cf0f -SHA256 (getmail-4.6.1.tar.gz) = 934d1fcbda9bd6925f34e4a4fc0ddcc6b21fe11cc70fa2cbfd8347124f50d41a -SIZE (getmail-4.6.1.tar.gz) = 140445 +MD5 (getmail-4.6.2.tar.gz) = 2aac9a3ecf5c8cea787de69611b87f4b +SHA256 (getmail-4.6.2.tar.gz) = a42dd7e9f36a68c4d75739bb35a67c1b907e3e8b3775e38e769fda64a0c2f7ef +SIZE (getmail-4.6.2.tar.gz) = 139831 |