diff options
author | wiz <wiz@pkgsrc.org> | 2019-02-13 21:31:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-02-13 21:31:14 +0000 |
commit | 24470c7a6fb5af4ddf3dc425a8cbbe9b3470f7fa (patch) | |
tree | 1175a6d8cfcd09e5f22caf189a0f4039095d5e1e /mail | |
parent | aea0187f2b76e4eaeaae0cc4847471350255c4aa (diff) | |
download | pkgsrc-24470c7a6fb5af4ddf3dc425a8cbbe9b3470f7fa.tar.gz |
notmuch: update to 0.28.1.
Notmuch 0.28.1 (2019-02-01)
===========================
Build System
------------
`configure` no longer uses the special variable BASH, as this causes
problems on systems where /bin/sh is bash.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/notmuch/Makefile | 4 | ||||
-rw-r--r-- | mail/notmuch/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index bfb7c648f12..b8ba6dfc15e 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2018/12/27 15:07:05 joerg Exp $ +# $NetBSD: Makefile,v 1.42 2019/02/13 21:31:14 wiz Exp $ -DISTNAME= notmuch-0.28 +DISTNAME= notmuch-0.28.1 CATEGORIES= mail MASTER_SITES= https://notmuchmail.org/releases/ diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index dfa9c9fb77e..6d66126135b 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.34 2018/12/27 15:07:05 joerg Exp $ +$NetBSD: distinfo,v 1.35 2019/02/13 21:31:14 wiz Exp $ -SHA1 (notmuch-0.28.tar.gz) = f87c68a6cf81895b80c7c1e864ebdb9d54206bfb -RMD160 (notmuch-0.28.tar.gz) = 9a413645c3f9cf7e16007d7937a7220492ef2672 -SHA512 (notmuch-0.28.tar.gz) = 56c8e6b742990b5b1d5b8d12146cc9eb710c6b216c876fd3824cc88b9051fef8251f53809ba39cd2f0fbd5e4ccee9ddedc7a602e3584d8a158abe4f2a094242f -Size (notmuch-0.28.tar.gz) = 921069 bytes +SHA1 (notmuch-0.28.1.tar.gz) = 52ed49ae1f674b4ab80da7144c59a2f82dfda4bc +RMD160 (notmuch-0.28.1.tar.gz) = e6d053019499f26685a0c89adc764a71912b62f2 +SHA512 (notmuch-0.28.1.tar.gz) = 02841a0f43d6d60153c0b963b3df96d620d7380ab0f9aa09d52a3dc0f1a5358cbdb88d96e7470b2ce5ce87752b85463f397548bbc37b5b8556160d72178ffe66 +Size (notmuch-0.28.1.tar.gz) = 921529 bytes SHA1 (patch-Makefile.global) = f436bdb163e3110a8d097f3c88198aefb126eafc SHA1 (patch-Makefile.local) = d0a83ff130de36164f1667236860aa31d481d025 SHA1 (patch-doc_conf.py) = 7492c878c96da68df16827aa0d6407c2e9808701 |