diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-04-03 01:30:53 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-04-03 01:30:53 +0000 |
commit | aaf015b665ff851e3e680b4695f445d14b5db8de (patch) | |
tree | b5a61b0c70acef7afd451b96545fb953b3c80ee7 /mail/notmuch | |
parent | 9c849e8d783e9c974c69c1bb7b395e0341337139 (diff) | |
download | freebsd-ports-aaf015b665ff851e3e680b4695f445d14b5db8de.zip |
mail/notmuch: Update to version 0.26.1
Upstream release notes:
https://notmuchmail.org/pipermail/notmuch/2018/026376.html
PR: 227203
Submitted by: seschwar@gmail.com (maintainer)
Diffstat (limited to 'mail/notmuch')
-rw-r--r-- | mail/notmuch/Makefile | 4 | ||||
-rw-r--r-- | mail/notmuch/distinfo | 6 | ||||
-rw-r--r-- | mail/notmuch/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 79ff689a5c66..28a5d234b17f 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -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: diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index 49c83604f1f9..a0aa657bfdab 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -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 diff --git a/mail/notmuch/pkg-plist b/mail/notmuch/pkg-plist index 64f03b949435..eecfe2ab7702 100644 --- a/mail/notmuch/pkg-plist +++ b/mail/notmuch/pkg-plist @@ -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 |