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/Makefile | |
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/Makefile')
-rw-r--r-- | mail/notmuch/Makefile | 4 |
1 files changed, 2 insertions, 2 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: |