Mon Sep 26 14:06:30 2011 UTC ()
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.


(schmonz)
diff -r1.101 -r1.102 pkgsrc/mail/getmail/Makefile
diff -r1.87 -r1.88 pkgsrc/mail/getmail/distinfo
diff -r1.7 -r1.8 pkgsrc/mail/getmail/patches/patch-aa

cvs diff -r1.101 -r1.102 pkgsrc/mail/getmail/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/getmail/Makefile 2011/09/24 16:53:26 1.101
+++ pkgsrc/mail/getmail/Makefile 2011/09/26 14:06:30 1.102
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.101 2011/09/24 16:53:26 schmonz Exp $ 1# $NetBSD: Makefile,v 1.102 2011/09/26 14:06:30 schmonz Exp $
2 2
3DISTNAME= getmail-4.21.0 3DISTNAME= getmail-4.22.0
4CATEGORIES= mail 4CATEGORIES= mail
5MASTER_SITES= ${HOMEPAGE}old-versions/ 5MASTER_SITES= ${HOMEPAGE}old-versions/
6 6
7MAINTAINER= schmonz@NetBSD.org 7MAINTAINER= schmonz@NetBSD.org
8HOMEPAGE= http://pyropus.ca/software/getmail/ 8HOMEPAGE= http://pyropus.ca/software/getmail/
9COMMENT= Secure, flexible, reliable, easy-to-use fetchmail replacement 9COMMENT= Secure, flexible, reliable, easy-to-use fetchmail replacement
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14PYTHON_PATCH_SCRIPTS= *.py getmailcore/*.py 14PYTHON_PATCH_SCRIPTS= *.py getmailcore/*.py
15PYDISTUTILSPKG= yes 15PYDISTUTILSPKG= yes
16 16

cvs diff -r1.87 -r1.88 pkgsrc/mail/getmail/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/getmail/distinfo 2011/09/24 16:53:26 1.87
+++ pkgsrc/mail/getmail/distinfo 2011/09/26 14:06:30 1.88
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.87 2011/09/24 16:53:26 schmonz Exp $ 1$NetBSD: distinfo,v 1.88 2011/09/26 14:06:30 schmonz Exp $
2 2
3SHA1 (getmail-4.21.0.tar.gz) = 6c555bb073d7eef2d564f4b0dde7e0c57644ae7a 3SHA1 (getmail-4.22.0.tar.gz) = f4efe0eb0da422ce059048b98e452815fa097d07
4RMD160 (getmail-4.21.0.tar.gz) = 588f07379eda6f502cfe42d213c862a61b2ec4dd 4RMD160 (getmail-4.22.0.tar.gz) = b80187435e2677a2eba2d723c9a118ae23c2ac11
5Size (getmail-4.21.0.tar.gz) = 157583 bytes 5Size (getmail-4.22.0.tar.gz) = 158140 bytes
6SHA1 (patch-aa) = 323d0e91dbdb782b4c2f768bf92047b6a063cf78 6SHA1 (patch-aa) = 5432eedfcbf7e25d4b9582e08b11c983ea6c11a6

cvs diff -r1.7 -r1.8 pkgsrc/mail/getmail/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/mail/getmail/patches/Attic/patch-aa 2010/06/27 01:52:46 1.7
+++ pkgsrc/mail/getmail/patches/Attic/patch-aa 2011/09/26 14:06:30 1.8
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1$NetBSD: patch-aa,v 1.7 2010/06/27 01:52:46 schmonz Exp $ 1$NetBSD: patch-aa,v 1.8 2011/09/26 14:06:30 schmonz Exp $
 2
 3Use standard pkgsrc paths, and don't install RPM spec file.
2 4
3--- setup.py.orig 2007-11-23 16:26:55.000000000 +0000 5--- setup.py.orig 2007-11-23 16:26:55.000000000 +0000
4+++ setup.py 6+++ setup.py
5@@ -39,12 +39,11 @@ GETMAILDOCDIR = os.path.join( 7@@ -39,12 +39,11 @@ GETMAILDOCDIR = os.path.join(
6 datadir or prefix, 8 datadir or prefix,
7 'share', 9 'share',
8 'doc', 10 'doc',
9- 'getmail-%s' % __version__ 11- 'getmail-%s' % __version__
10+ 'getmail' 12+ 'getmail'
11 ) 13 )
12  14
13 GETMAILMANDIR = os.path.join( 15 GETMAILMANDIR = os.path.join(
14 datadir or prefix, 16 datadir or prefix,