svn commit: r466279 - head/mail/notmuch

Joseph Mingrone jrm at FreeBSD.org
Tue Apr 3 01:30:54 UTC 2018


Author: jrm
Date: Tue Apr  3 01:30:53 2018
New Revision: 466279
URL: https://svnweb.freebsd.org/changeset/ports/466279

Log:
  mail/notmuch: Update to version 0.26.1
  
  Upstream release notes:
  https://notmuchmail.org/pipermail/notmuch/2018/026376.html
  
  PR:		227203
  Submitted by:	seschwar at gmail.com (maintainer)

Modified:
  head/mail/notmuch/Makefile   (contents, props changed)
  head/mail/notmuch/distinfo   (contents, props changed)
  head/mail/notmuch/pkg-plist   (contents, props changed)

Modified: head/mail/notmuch/Makefile
==============================================================================
--- head/mail/notmuch/Makefile	Tue Apr  3 00:57:47 2018	(r466278)
+++ head/mail/notmuch/Makefile	Tue Apr  3 01:30:53 2018	(r466279)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	notmuch
-PORTVERSION=	0.26
+PORTVERSION=	0.26.1
 CATEGORIES?=	mail
 MASTER_SITES=	http://notmuchmail.org/releases/
 
@@ -66,7 +66,7 @@ post-configure:
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notmuch
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnotmuch.so.5.0.0
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnotmuch.so.5.1.0
 
 # keep poudriere testport happy
 post-install-MANPAGES-on:

Modified: head/mail/notmuch/distinfo
==============================================================================
--- head/mail/notmuch/distinfo	Tue Apr  3 00:57:47 2018	(r466278)
+++ head/mail/notmuch/distinfo	Tue Apr  3 01:30:53 2018	(r466279)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515614677
-SHA256 (notmuch-0.26.tar.gz) = d3e894ed2ad9d721a442663f07a6f2a241dc98be7cc4af681f16edf88e0d76df
-SIZE (notmuch-0.26.tar.gz) = 906327
+TIMESTAMP = 1522675007
+SHA256 (notmuch-0.26.1.tar.gz) = d3f7e44f4dd0a75150b73e41737c4923ba94ea2947b9fe585f0aab591bb4a837
+SIZE (notmuch-0.26.1.tar.gz) = 906523

Modified: head/mail/notmuch/pkg-plist
==============================================================================
--- head/mail/notmuch/pkg-plist	Tue Apr  3 00:57:47 2018	(r466278)
+++ head/mail/notmuch/pkg-plist	Tue Apr  3 01:30:53 2018	(r466279)
@@ -21,6 +21,6 @@ bin/notmuch
 include/notmuch.h
 lib/libnotmuch.so
 lib/libnotmuch.so.5
-lib/libnotmuch.so.5.0.0
+lib/libnotmuch.so.5.1.0
 share/bash-completion/completions/notmuch
 share/zsh/functions/Completion/Unix/_notmuch


More information about the svn-ports-head mailing list