diff options
author | schmonz <schmonz@pkgsrc.org> | 2011-09-26 14:06:30 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2011-09-26 14:06:30 +0000 |
commit | 154d795cbfdd744304402559f8473c1c0d554e79 (patch) | |
tree | 4c9bffeea68639831b077c60d95dd484f09433d7 /mail | |
parent | 4011f42a248df83ff179cfa658e4151bd85c8e27 (diff) | |
download | pkgsrc-154d795cbfdd744304402559f8473c1c0d554e79.tar.gz |
Update to 4.22.0. From the changelog:
-when retriever supports multiple mail folders (IMAP), store oldmail data for
each folder separately, preventing problems in some cases when using multiple
rc files with the same account. Thanks: Jesse Schobben.
While here, add a patch comment to quell pkglint.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 4 | ||||
-rw-r--r-- | mail/getmail/distinfo | 10 | ||||
-rw-r--r-- | mail/getmail/patches/patch-aa | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 3401aee8575..b6144ba7f2b 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.101 2011/09/24 16:53:26 schmonz Exp $ +# $NetBSD: Makefile,v 1.102 2011/09/26 14:06:30 schmonz Exp $ -DISTNAME= getmail-4.21.0 +DISTNAME= getmail-4.22.0 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 4d27b26d86f..30c0b7f62fc 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.87 2011/09/24 16:53:26 schmonz Exp $ +$NetBSD: distinfo,v 1.88 2011/09/26 14:06:30 schmonz Exp $ -SHA1 (getmail-4.21.0.tar.gz) = 6c555bb073d7eef2d564f4b0dde7e0c57644ae7a -RMD160 (getmail-4.21.0.tar.gz) = 588f07379eda6f502cfe42d213c862a61b2ec4dd -Size (getmail-4.21.0.tar.gz) = 157583 bytes -SHA1 (patch-aa) = 323d0e91dbdb782b4c2f768bf92047b6a063cf78 +SHA1 (getmail-4.22.0.tar.gz) = f4efe0eb0da422ce059048b98e452815fa097d07 +RMD160 (getmail-4.22.0.tar.gz) = b80187435e2677a2eba2d723c9a118ae23c2ac11 +Size (getmail-4.22.0.tar.gz) = 158140 bytes +SHA1 (patch-aa) = 5432eedfcbf7e25d4b9582e08b11c983ea6c11a6 diff --git a/mail/getmail/patches/patch-aa b/mail/getmail/patches/patch-aa index ca60b7df5b5..8332717beea 100644 --- a/mail/getmail/patches/patch-aa +++ b/mail/getmail/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.7 2010/06/27 01:52:46 schmonz Exp $ +$NetBSD: patch-aa,v 1.8 2011/09/26 14:06:30 schmonz Exp $ + +Use standard pkgsrc paths, and don't install RPM spec file. --- setup.py.orig 2007-11-23 16:26:55.000000000 +0000 +++ setup.py |