diff options
author | schmonz <schmonz@pkgsrc.org> | 2013-03-10 16:44:36 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2013-03-10 16:44:36 +0000 |
commit | f1f8217712fa6af1c729b4f93057e79579978e95 (patch) | |
tree | c78953c603d36448e61e7f737ee02c1dcb3c3dfe /mail/getmail/Makefile | |
parent | 8d92910aab71bdfa557dfbaaebddf84e163c1aa2 (diff) | |
download | pkgsrc-f1f8217712fa6af1c729b4f93057e79579978e95.tar.gz |
Update to 4.39.1. From the changelog:
- fix a bug that could crop up when retrieving mail via IMAP from
Gmail, and the Gmail servers provided weird data in their header
extensions. Thanks: Krzysztof Warzecha.
Diffstat (limited to 'mail/getmail/Makefile')
-rw-r--r-- | mail/getmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index ef0fc79c2d9..a504877817b 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.128 2013/02/23 01:04:55 schmonz Exp $ +# $NetBSD: Makefile,v 1.129 2013/03/10 16:44:36 schmonz Exp $ -DISTNAME= getmail-4.39.0 +DISTNAME= getmail-4.39.1 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ |