diff options
author | schmonz <schmonz@pkgsrc.org> | 2008-02-19 10:34:07 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2008-02-19 10:34:07 +0000 |
commit | ffd9b7954b49ae16531015e200029eacc6246464 (patch) | |
tree | 7ac6a3d2db5192cc8f7cd5c4e559e8d7e8b41f30 /mail | |
parent | ea1e9f16815abd53dbb88d610c8dd427979528aa (diff) | |
download | pkgsrc-ffd9b7954b49ae16531015e200029eacc6246464.tar.gz |
Update to 4.7.8. From the changelog:
* explicitly close current IMAP mailbox when selecting a new one,
so all servers expunge deleted mail. Thanks: Josh Triplett.
* include experimental spec file for creating RPM with rpmbuild.
Thanks: Dag Wieers, Rob Loos, Dries Verachtert.
* convert changelog to utf-8 encoding.
* update email addresses, etc. Domain for mailing lists has changed
to lists.pyropus.ca.
* add FAQ about memory errors on OS X. Thanks: Andres Gasson.
* drop log message level for stderr output of destination if
ignore_stderr is set, just like for filter. Thanks: Jeremy
Chadwick.
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 | 12 |
3 files changed, 17 insertions, 9 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index ee938e44d32..4a8859e4864 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2007/08/11 01:00:12 schmonz Exp $ +# $NetBSD: Makefile,v 1.75 2008/02/19 10:34:07 schmonz Exp $ -DISTNAME= getmail-4.7.6 +DISTNAME= getmail-4.7.8 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index fdfbab0d61c..18c4ddf94a3 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.63 2007/08/11 01:00:12 schmonz Exp $ +$NetBSD: distinfo,v 1.64 2008/02/19 10:34:07 schmonz Exp $ -SHA1 (getmail-4.7.6.tar.gz) = 2ed147c8604fa5642efad499a06abc55612e2f03 -RMD160 (getmail-4.7.6.tar.gz) = 9bb9f1421f7cb44f02b538b4fb01621cbae29225 -Size (getmail-4.7.6.tar.gz) = 148263 bytes -SHA1 (patch-aa) = 8298be4812f193b45901f5c9ed23d86080be103b +SHA1 (getmail-4.7.8.tar.gz) = d6674fc0aceff04097cebafb188cfab8f79c1a3a +RMD160 (getmail-4.7.8.tar.gz) = 4c5c69620c11227c730a8f86803f5c268bdd1fea +Size (getmail-4.7.8.tar.gz) = 149320 bytes +SHA1 (patch-aa) = ede8c22fb5b0908d71f0001b2bde7e03706a6506 diff --git a/mail/getmail/patches/patch-aa b/mail/getmail/patches/patch-aa index e81515d5826..bd5195f6512 100644 --- a/mail/getmail/patches/patch-aa +++ b/mail/getmail/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.5 2005/05/01 17:29:13 schmonz Exp $ +$NetBSD: patch-aa,v 1.6 2008/02/19 10:34:07 schmonz Exp $ ---- setup.py.orig 2005-03-14 14:17:17.000000000 -0500 +--- setup.py.orig 2007-11-23 11:26:55.000000000 -0500 +++ setup.py @@ -39,12 +39,11 @@ GETMAILDOCDIR = os.path.join( datadir or prefix, @@ -16,3 +16,11 @@ $NetBSD: patch-aa,v 1.5 2005/05/01 17:29:13 schmonz Exp $ 'man', 'man1' ) +@@ -100,7 +99,6 @@ setup( + data_files=[ + (GETMAILDOCDIR, [ + './README', +- './getmail.spec', + 'docs/BUGS', + 'docs/COPYING', + 'docs/CHANGELOG', |