pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/getmail Update to 4.18.0. From the changelog:
details: https://anonhg.NetBSD.org/pkgsrc/rev/c48bb8b3c648
branches: trunk
changeset: 576997:c48bb8b3c648
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sun Jun 27 01:52:46 2010 +0000
description:
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:
mail/getmail/Makefile | 4 ++--
mail/getmail/distinfo | 10 +++++-----
mail/getmail/patches/patch-aa | 4 ++--
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (39 lines):
diff -r 19d628834661 -r c48bb8b3c648 mail/getmail/Makefile
--- a/mail/getmail/Makefile Sat Jun 26 19:11:45 2010 +0000
+++ b/mail/getmail/Makefile Sun Jun 27 01:52:46 2010 +0000
@@ -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 -r 19d628834661 -r c48bb8b3c648 mail/getmail/distinfo
--- a/mail/getmail/distinfo Sat Jun 26 19:11:45 2010 +0000
+++ b/mail/getmail/distinfo Sun Jun 27 01:52:46 2010 +0000
@@ -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 -r 19d628834661 -r c48bb8b3c648 mail/getmail/patches/patch-aa
--- a/mail/getmail/patches/patch-aa Sat Jun 26 19:11:45 2010 +0000
+++ b/mail/getmail/patches/patch-aa Sun Jun 27 01:52:46 2010 +0000
@@ -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,
Home |
Main Index |
Thread Index |
Old Index