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:           Thu Nov 23 15:43:15 UTC 2017

Modified Files:
        pkgsrc/mail/notmuch: Makefile buildlink3.mk distinfo

Log Message:
notmuch: update to 0.25.2.

Notmuch 0.25.2 (2017-11-05)
===========================

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

Fix segfault in notmuch-show crypto handling when compiled against
GMime 2.6; this was a regression in 0.25.

General
-------

Support for GMime before 3.0 is now deprecated, and will be removed in
a future release.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/notmuch/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/notmuch/buildlink3.mk
cvs rdiff -u -r1.26 -r1.27 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.33 pkgsrc/mail/notmuch/Makefile:1.34
--- pkgsrc/mail/notmuch/Makefile:1.33   Mon Oct  2 15:10:22 2017
+++ pkgsrc/mail/notmuch/Makefile        Thu Nov 23 15:43:15 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2017/10/02 15:10:22 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2017/11/23 15:43:15 wiz Exp $
 
-DISTNAME=      notmuch-0.25.1
+DISTNAME=      notmuch-0.25.2
 CATEGORIES=    mail
 MASTER_SITES=  https://notmuchmail.org/releases/
 
@@ -37,7 +37,7 @@ SUBST_MESSAGE.sphinx= Fix sphinx command
 LDFLAGS.SunOS+=        -lnsl
 
 .include "../../lang/python/application.mk"
-.include "../../mail/gmime/buildlink3.mk"
+.include "../../mail/gmime3/buildlink3.mk"
 BUILDLINK_API_DEPENDS.xapian+= xapian>=1.2.6
 .include "../../textproc/xapian/buildlink3.mk"
 .include "../../devel/talloc/buildlink3.mk"

Index: pkgsrc/mail/notmuch/buildlink3.mk
diff -u pkgsrc/mail/notmuch/buildlink3.mk:1.7 pkgsrc/mail/notmuch/buildlink3.mk:1.8
--- pkgsrc/mail/notmuch/buildlink3.mk:1.7       Mon Aug 14 20:17:00 2017
+++ pkgsrc/mail/notmuch/buildlink3.mk   Thu Nov 23 15:43:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2017/08/14 20:17:00 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2017/11/23 15:43:15 wiz Exp $
 
 BUILDLINK_TREE+=       notmuch
 
@@ -6,10 +6,10 @@ BUILDLINK_TREE+=      notmuch
 NOTMUCH_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.notmuch+=        notmuch>=0.16
-BUILDLINK_ABI_DEPENDS.notmuch+=        notmuch>=0.25
+BUILDLINK_ABI_DEPENDS.notmuch+=        notmuch>=0.25.2
 BUILDLINK_PKGSRCDIR.notmuch?=  ../../mail/notmuch
 
-.include "../../mail/gmime/buildlink3.mk"
+.include "../../mail/gmime3/buildlink3.mk"
 .include "../../textproc/xapian/buildlink3.mk"
 .endif # NOTMUCH_BUILDLINK3_MK
 

Index: pkgsrc/mail/notmuch/distinfo
diff -u pkgsrc/mail/notmuch/distinfo:1.26 pkgsrc/mail/notmuch/distinfo:1.27
--- pkgsrc/mail/notmuch/distinfo:1.26   Mon Oct  2 15:10:22 2017
+++ pkgsrc/mail/notmuch/distinfo        Thu Nov 23 15:43:15 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2017/10/02 15:10:22 wiz Exp $
+$NetBSD: distinfo,v 1.27 2017/11/23 15:43:15 wiz Exp $
 
-SHA1 (notmuch-0.25.1.tar.gz) = 9418f33ccb46122aeeba4c3165cdad4139efc742
-RMD160 (notmuch-0.25.1.tar.gz) = e895fb214049e2f34704cd9bf4260aef4c7bae28
-SHA512 (notmuch-0.25.1.tar.gz) = 989acc5eda7d2f9512741c8ae850e34c6fbbdd5fa5fa23f25a6096250d414919007c5cfda68d6f48606c0a024692e082a28cb358e6d3fc2afc0502b5bcbf5f54
-Size (notmuch-0.25.1.tar.gz) = 882141 bytes
+SHA1 (notmuch-0.25.2.tar.gz) = f6f36b1017c1bdc4ec919f3d4cbaab8a85e36463
+RMD160 (notmuch-0.25.2.tar.gz) = ad89c0f6a24c55b0117816357a68b3dc591fbfb9
+SHA512 (notmuch-0.25.2.tar.gz) = 5ee7bded69cbcc980e23f1e1562bf0cc9294c20bddcc3e442030c4f29373ecbbaef79144ad38470bfc97dac87f8dfb3bc7aee2d7eb974f6998f933369aa46006
+Size (notmuch-0.25.2.tar.gz) = 882672 bytes



Home | Main Index | Thread Index | Old Index