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.7.8. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6229348ce14
branches:  trunk
changeset: 538772:c6229348ce14
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Feb 19 10:34:07 2008 +0000

description:
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:

 mail/getmail/Makefile         |   4 ++--
 mail/getmail/distinfo         |  10 +++++-----
 mail/getmail/patches/patch-aa |  12 ++++++++++--
 3 files changed, 17 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r ffb9b5bea582 -r c6229348ce14 mail/getmail/Makefile
--- a/mail/getmail/Makefile     Tue Feb 19 10:33:05 2008 +0000
+++ b/mail/getmail/Makefile     Tue Feb 19 10:34:07 2008 +0000
@@ -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 -r ffb9b5bea582 -r c6229348ce14 mail/getmail/distinfo
--- a/mail/getmail/distinfo     Tue Feb 19 10:33:05 2008 +0000
+++ b/mail/getmail/distinfo     Tue Feb 19 10:34:07 2008 +0000
@@ -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 -r ffb9b5bea582 -r c6229348ce14 mail/getmail/patches/patch-aa
--- a/mail/getmail/patches/patch-aa     Tue Feb 19 10:33:05 2008 +0000
+++ b/mail/getmail/patches/patch-aa     Tue Feb 19 10:34:07 2008 +0000
@@ -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 @@
      'man',
      'man1'
  )
+@@ -100,7 +99,6 @@ setup(
+     data_files=[
+         (GETMAILDOCDIR, [
+             './README',
+-            './getmail.spec',
+             'docs/BUGS',
+             'docs/COPYING',
+             'docs/CHANGELOG',



Home | Main Index | Thread Index | Old Index