pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/notmuch notmuch: update to 0.27.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf07813b6747
branches:  trunk
changeset: 381801:bf07813b6747
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 17 09:07:53 2018 +0000

description:
notmuch: update to 0.27.

Notmuch 0.27 (2018-06-13)
=========================

General
-------

Add support for thread:{} queries

  Queries of the form `thread:{foo} and thread:{bar}` match threads
  containing (possibly distinct) messages matching foo and bar. See
  `notmuch-search-terms(7)` for details.

Command Line Interface
----------------------

Add the --full-scan option to `notmuch new`

  This option disables mtime based optimization of scanning for new mail.

Add new --decrypt=stash option for `notmuch show`

  This facilitates a workflow for encrypted messages where message
  cleartext are indexed on first read, but the user's decryption key
  does not have to be available during message receipt.

Documentation
-------------

An initial manual for `notmuch-emacs` is now installed by default (in
`info` format).

Dependencies
------------

As of this release, support for versions of Xapian before 1.4.0 is
deprecated, and may disappear in a future release of notmuch.

diffstat:

 mail/notmuch/Makefile |  10 ++++++----
 mail/notmuch/PLIST    |  23 +++++++++++++++++++++--
 mail/notmuch/distinfo |  10 +++++-----
 3 files changed, 32 insertions(+), 11 deletions(-)

diffs (88 lines):

diff -r 416ee8ffce37 -r bf07813b6747 mail/notmuch/Makefile
--- a/mail/notmuch/Makefile     Sun Jun 17 09:03:09 2018 +0000
+++ b/mail/notmuch/Makefile     Sun Jun 17 09:07:53 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2018/04/29 10:00:16 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2018/06/17 09:07:53 wiz Exp $
 
-DISTNAME=      notmuch-0.26.2
+DISTNAME=      notmuch-0.27
 CATEGORIES=    mail
 MASTER_SITES=  https://notmuchmail.org/releases/
 
@@ -13,14 +13,16 @@
 
 HAS_CONFIGURE= yes
 USE_LANGUAGES= c c++
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    gmake makeinfo pkg-config
 MAKE_FLAGS+=   PYTHON=${PYTHONBIN}
+INFO_FILES=    yes
 #TEST_TARGET=  check
 
 .include "options.mk"
 
 CONFIGURE_ARGS+=       --prefix=${PREFIX}
 CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
+CONFIGURE_ARGS+=       --infodir=${PREFIX}/info
 CONFIGURE_ARGS+=       --without-ruby
 
 SUBST_CLASSES.SunOS+=  gnuld
@@ -39,7 +41,7 @@
 .include "../../lang/python/application.mk"
 BUILDLINK_API_DEPENDS.gmime3+= gmime3>=3.0.3
 .include "../../mail/gmime3/buildlink3.mk"
-BUILDLINK_API_DEPENDS.xapian+= xapian>=1.2.6
+BUILDLINK_API_DEPENDS.xapian+= xapian>=1.4
 .include "../../textproc/xapian/buildlink3.mk"
 .include "../../devel/talloc/buildlink3.mk"
 BUILDLINK_API_DEPENDS.zlib+=   zlib>=1.2.5.2
diff -r 416ee8ffce37 -r bf07813b6747 mail/notmuch/PLIST
--- a/mail/notmuch/PLIST        Sun Jun 17 09:03:09 2018 +0000
+++ b/mail/notmuch/PLIST        Sun Jun 17 09:07:53 2018 +0000
@@ -1,9 +1,28 @@
-@comment $NetBSD: PLIST,v 1.10 2018/04/16 13:19:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/06/17 09:07:53 wiz Exp $
 bin/notmuch
 include/notmuch.h
+info/notmuch-address.info
+info/notmuch-compact.info
+info/notmuch-config.info
+info/notmuch-count.info
+info/notmuch-dump.info
+info/notmuch-emacs-mua.info
+info/notmuch-emacs.info
+info/notmuch-hooks.info
+info/notmuch-insert.info
+info/notmuch-new.info
+info/notmuch-properties.info
+info/notmuch-reindex.info
+info/notmuch-reply.info
+info/notmuch-restore.info
+info/notmuch-search-terms.info
+info/notmuch-search.info
+info/notmuch-show.info
+info/notmuch-tag.info
+info/notmuch.info
 lib/libnotmuch.so
 lib/libnotmuch.so.5
-lib/libnotmuch.so.5.1.0
+lib/libnotmuch.so.5.2.0
 man/man1/notmuch-address.1
 man/man1/notmuch-compact.1
 man/man1/notmuch-config.1
diff -r 416ee8ffce37 -r bf07813b6747 mail/notmuch/distinfo
--- a/mail/notmuch/distinfo     Sun Jun 17 09:03:09 2018 +0000
+++ b/mail/notmuch/distinfo     Sun Jun 17 09:07:53 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2018/04/29 10:00:16 wiz Exp $
+$NetBSD: distinfo,v 1.32 2018/06/17 09:07:53 wiz Exp $
 
-SHA1 (notmuch-0.26.2.tar.gz) = 7ce15988a972fad55e866735e551ff3373f6af85
-RMD160 (notmuch-0.26.2.tar.gz) = a0b43b3c6db643a6fb8584d70bf4997d2c15d362
-SHA512 (notmuch-0.26.2.tar.gz) = ebd8460c5f08cb8c79dabc1bc1bc32e1f2e1f123d304bb20205d4dedb982186336fd43d0e39acf020ea2563278bee0a063ceb3bf276f1251c099d8fcdd5098e7
-Size (notmuch-0.26.2.tar.gz) = 907187 bytes
+SHA1 (notmuch-0.27.tar.gz) = 24d3c7107b2d8c0ceb0002a4b7a0ebc326de8c3d
+RMD160 (notmuch-0.27.tar.gz) = b684a91a0a3e2afab46cee1a32569fa687144862
+SHA512 (notmuch-0.27.tar.gz) = 7c58c6fe5c3b43a979c3a439a24106417120726fd688b456d9084388ddd7c88ab1b6d99cd4676101f085d60bb37099631caa286b76588fcb041bb004ff325515
+Size (notmuch-0.27.tar.gz) = 912583 bytes



Home | Main Index | Thread Index | Old Index