diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-06-27 01:52:46 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-06-27 01:52:46 +0000 |
commit | d581d94948f55bf263eb46f51c36f7c5391c3dc5 (patch) | |
tree | 0944b048a0bf28ed15e28304cc93db9f52ceac44 /mail/getmail | |
parent | 8174c1b13bcc7f23c51dc445163fb0b38900701f (diff) | |
download | pkgsrc-d581d94948f55bf263eb46f51c36f7c5391c3dc5.tar.gz |
Update to 4.18.0. From the changelog:
-update broken link in FAQ. Thanks: Stefan Kangas.
-strip a few extra problematic (on non-Unix systems) characters when
generating oldmail filenames; backslash was requested by Andy Ross.
If upgrading and your current oldmail file contains any of these
characters:
\ ; < > |
... then rename it, replacing runs of one or more of those characters with
a single "-".
-improve clarity of message logged by getmail when an external program exits
0 but getmail considers it failed because it wrote to stderr. Thanks:
Chris Dennis.
Diffstat (limited to 'mail/getmail')
-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, 9 insertions, 9 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 78cf0215c50..47ccf11a9a5 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.94 2010/04/30 21:56:19 schmonz Exp $ +# $NetBSD: Makefile,v 1.95 2010/06/27 01:52:46 schmonz Exp $ -DISTNAME= getmail-4.17.0 +DISTNAME= getmail-4.18.0 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 4b3612fb50e..17cb1fd2395 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.80 2010/04/30 21:56:19 schmonz Exp $ +$NetBSD: distinfo,v 1.81 2010/06/27 01:52:46 schmonz Exp $ -SHA1 (getmail-4.17.0.tar.gz) = c3a480b56c17a6fedec36468511094c914175232 -RMD160 (getmail-4.17.0.tar.gz) = 3decaa01651391f671baaa54b0debcbcff3e8d1f -Size (getmail-4.17.0.tar.gz) = 156472 bytes -SHA1 (patch-aa) = ede8c22fb5b0908d71f0001b2bde7e03706a6506 +SHA1 (getmail-4.18.0.tar.gz) = 456740bebabba27d02224f8cf1a0e09bfb9536cc +RMD160 (getmail-4.18.0.tar.gz) = 87a95a56f099aa3ec846d481207213b586a6a476 +Size (getmail-4.18.0.tar.gz) = 156244 bytes +SHA1 (patch-aa) = 323d0e91dbdb782b4c2f768bf92047b6a063cf78 diff --git a/mail/getmail/patches/patch-aa b/mail/getmail/patches/patch-aa index bd5195f6512..ca60b7df5b5 100644 --- a/mail/getmail/patches/patch-aa +++ b/mail/getmail/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.6 2008/02/19 10:34:07 schmonz Exp $ +$NetBSD: patch-aa,v 1.7 2010/06/27 01:52:46 schmonz Exp $ ---- setup.py.orig 2007-11-23 11:26:55.000000000 -0500 +--- setup.py.orig 2007-11-23 16:26:55.000000000 +0000 +++ setup.py @@ -39,12 +39,11 @@ GETMAILDOCDIR = os.path.join( datadir or prefix, |