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:   ryoon
Date:           Wed Jun 12 13:26:27 UTC 2019

Modified Files:
        pkgsrc/mail/notmuch: Makefile PLIST distinfo

Log Message:
Update to 0.29.1

Changelog:
What's new in notmuch 0.29.1
=========================

Build
-----

Fix for installation failure with `configure --without-emacs`.

What is notmuch
===============
Notmuch is a system for indexing, searching, reading, and tagging
large collections of email messages in maildir or mh format. It uses
the Xapian library to provide fast, full-text search with a convenient
search syntax.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/mail/notmuch/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/notmuch/PLIST
cvs rdiff -u -r1.40 -r1.41 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.51 pkgsrc/mail/notmuch/Makefile:1.52
--- pkgsrc/mail/notmuch/Makefile:1.51   Fri Jun  7 13:42:50 2019
+++ pkgsrc/mail/notmuch/Makefile        Wed Jun 12 13:26:27 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2019/06/07 13:42:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.52 2019/06/12 13:26:27 ryoon Exp $
 
-DISTNAME=      notmuch-0.29
+DISTNAME=      notmuch-0.29.1
 CATEGORIES=    mail
 MASTER_SITES=  https://notmuchmail.org/releases/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/mail/notmuch/PLIST
diff -u pkgsrc/mail/notmuch/PLIST:1.17 pkgsrc/mail/notmuch/PLIST:1.18
--- pkgsrc/mail/notmuch/PLIST:1.17      Fri Apr  5 09:59:01 2019
+++ pkgsrc/mail/notmuch/PLIST   Wed Jun 12 13:26:27 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2019/04/05 09:59:01 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.18 2019/06/12 13:26:27 ryoon Exp $
 bin/notmuch
 ${PLIST.emacs}bin/notmuch-emacs-mua
 include/notmuch.h
@@ -8,7 +8,7 @@ ${PLIST.doc}info/notmuch-config.info
 ${PLIST.doc}info/notmuch-count.info
 ${PLIST.doc}info/notmuch-dump.info
 ${PLIST.doc}info/notmuch-emacs-mua.info
-${PLIST.doc}info/notmuch-emacs.info
+${PLIST.emacs}${PLIST.doc}info/notmuch-emacs.info
 ${PLIST.doc}info/notmuch-hooks.info
 ${PLIST.doc}info/notmuch-insert.info
 ${PLIST.doc}info/notmuch-new.info

Index: pkgsrc/mail/notmuch/distinfo
diff -u pkgsrc/mail/notmuch/distinfo:1.40 pkgsrc/mail/notmuch/distinfo:1.41
--- pkgsrc/mail/notmuch/distinfo:1.40   Fri Jun  7 13:42:50 2019
+++ pkgsrc/mail/notmuch/distinfo        Wed Jun 12 13:26:27 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.40 2019/06/07 13:42:50 ryoon Exp $
+$NetBSD: distinfo,v 1.41 2019/06/12 13:26:27 ryoon Exp $
 
-SHA1 (notmuch-0.29.tar.xz) = b64613b58d7a308b291d34154fbbd54e3707867a
-RMD160 (notmuch-0.29.tar.xz) = 34ef5e9333bbf7f12128a1e044cf9eab0ff4e3ca
-SHA512 (notmuch-0.29.tar.xz) = 88f8bbd143b4027742900eb304704265d1e3bfa683034fa0290da19840e69ce79bd7d89054d585f426935cdd0742d5846a266803fef2ee487b09fd4d8bbf1b20
-Size (notmuch-0.29.tar.xz) = 660284 bytes
+SHA1 (notmuch-0.29.1.tar.xz) = 3b279481ccf70f2d6f9430ce9c24a7b5deb3d00a
+RMD160 (notmuch-0.29.1.tar.xz) = 38a88682e2635c4d8af339ac271c6fe39bdeae4b
+SHA512 (notmuch-0.29.1.tar.xz) = 9b76a7c8c62cb67b64a0008f80a82eeecccd20267ddba67d4d96a768815466c305f154769947bb9526e02c7a1696faaf69e94b90007603b185589be0c7c2a5d8
+Size (notmuch-0.29.1.tar.xz) = 660352 bytes
 SHA1 (patch-Makefile.global) = f436bdb163e3110a8d097f3c88198aefb126eafc
 SHA1 (patch-Makefile.local) = d0a83ff130de36164f1667236860aa31d481d025
 SHA1 (patch-configure) = afbc37cdf886c6b73be4c34903d495cf0589963a



Home | Main Index | Thread Index | Old Index