pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/notmuch



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 12 07:42:41 UTC 2016

Modified Files:
        pkgsrc/mail/notmuch: Makefile distinfo

Log Message:
Updated notmuch to 0.22.2.

Notmuch 0.22.2 (2016-09-08)
===========================

Test Suite
----------

Silence gdb more

  Have gdb write to a log file instead of stdout, hiding some more
  (harmless) stderr chatter which causes test failures.

Hardcode fingerprint in PGP/MIME tests

  Make the tests more robust against changing GnuPG output formats.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/notmuch/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/notmuch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/notmuch/Makefile
diff -u pkgsrc/mail/notmuch/Makefile:1.15 pkgsrc/mail/notmuch/Makefile:1.16
--- pkgsrc/mail/notmuch/Makefile:1.15   Sun Jul 24 19:12:13 2016
+++ pkgsrc/mail/notmuch/Makefile        Mon Sep 12 07:42:41 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2016/07/24 19:12:13 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/09/12 07:42:41 wiz Exp $
 
-DISTNAME=      notmuch-0.22.1
+DISTNAME=      notmuch-0.22.2
 CATEGORIES=    mail
 MASTER_SITES=  http://notmuchmail.org/releases/
 
@@ -15,6 +15,7 @@ HAS_CONFIGURE=        yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    gmake pkg-config
 MAKE_FLAGS+=   PYTHON=${PYTHONBIN}
+#TEST_TARGET=  check
 
 .include "options.mk"
 

Index: pkgsrc/mail/notmuch/distinfo
diff -u pkgsrc/mail/notmuch/distinfo:1.11 pkgsrc/mail/notmuch/distinfo:1.12
--- pkgsrc/mail/notmuch/distinfo:1.11   Sun Jul 24 19:12:13 2016
+++ pkgsrc/mail/notmuch/distinfo        Mon Sep 12 07:42:41 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2016/07/24 19:12:13 wiz Exp $
+$NetBSD: distinfo,v 1.12 2016/09/12 07:42:41 wiz Exp $
 
-SHA1 (notmuch-0.22.1.tar.gz) = 216615e10d17a4917089c491361bc5844c0a86b9
-RMD160 (notmuch-0.22.1.tar.gz) = 132cad497d2f60d4ca1c7329e792abf664f99cc4
-SHA512 (notmuch-0.22.1.tar.gz) = b28ee8aa5af7172664ebc4d50c8830e645ad3e4945f5d162e44b627f3344de71b7525a444ae08f1c0650a7f94071f54cebcf3494214df80452b6ca954818deb9
-Size (notmuch-0.22.1.tar.gz) = 683286 bytes
+SHA1 (notmuch-0.22.2.tar.gz) = f60825656b0d00a6a60f82a01ab687f5bb46e839
+RMD160 (notmuch-0.22.2.tar.gz) = d8f497c53359e9b00f3c1fd9ebfeac4be616b408
+SHA512 (notmuch-0.22.2.tar.gz) = cc11feb8d1c2c7959a42e032c1e36e828290a8e8477af8936a27654117fbc2e080c71fe69ec92bd80763d9d3b163d45b7c0fa9fe9c4ec649600fa928110da4ee
+Size (notmuch-0.22.2.tar.gz) = 683796 bytes
 SHA1 (patch-Makefile.local) = fad3bf11d139a9e0207965803bf854670f8f4853
 SHA1 (patch-aa) = a4c815c0663fa6e5e8692ff14f50ecf9537dda9a
 SHA1 (patch-lib_Makefile.local) = c81920e239d1e26d4502e57c4e7fdbd3209b6325



Home | Main Index | Thread Index | Old Index