diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-02-10 20:59:09 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-02-10 20:59:09 +0000 |
commit | c40a16d0b311ab7e800ec111bd97955fffb151ec (patch) | |
tree | f5c21253893e27b320a3caf553cef083bfee50c7 /mail/notmuch | |
parent | Update meson to 0.49.2. (diff) |
mail/notmuch: update to 0.28.1
PR: 235645
Submitted by: Sebastian Schwarz <seschwar@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=492641
Diffstat (limited to 'mail/notmuch')
-rw-r--r-- | mail/notmuch/Makefile | 3 | ||||
-rw-r--r-- | mail/notmuch/distinfo | 6 | ||||
-rw-r--r-- | mail/notmuch/files/patch-configure | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 283aa44c3c78..19c96bc42e75 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= notmuch -PORTVERSION= 0.28 -PORTREVISION= 1 +PORTVERSION= 0.28.1 CATEGORIES?= mail MASTER_SITES= https://notmuchmail.org/releases/ diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index 033a9e5a8485..47439f0bfbc1 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539421796 -SHA256 (notmuch-0.28.tar.gz) = acca75cec91651ccd2a7e31f7004e2ae14eff4ae38e375b8a88414c464cd0a37 -SIZE (notmuch-0.28.tar.gz) = 921069 +TIMESTAMP = 1549122016 +SHA256 (notmuch-0.28.1.tar.gz) = d111e938137d5a465afc2b133d14df1fa356537d9ce752c919fe5673f3749a55 +SIZE (notmuch-0.28.1.tar.gz) = 921529 diff --git a/mail/notmuch/files/patch-configure b/mail/notmuch/files/patch-configure index 65e506936eee..3708d57411dc 100644 --- a/mail/notmuch/files/patch-configure +++ b/mail/notmuch/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig 2018-10-16 07:56:32 UTC +--- configure.orig 2019-02-02 15:40:56 UTC +++ configure -@@ -566,6 +566,7 @@ if command -v ${BASH} > /dev/null; then +@@ -566,6 +566,7 @@ if command -v ${BASHCMD} > /dev/null; then printf "Yes (%s).\n" "$bash_absolute" else have_bash=0 + bash_absolute= - printf "No. (%s not found)\n" "${BASH}" + printf "No. (%s not found)\n" "${BASHCMD}" fi @@ -576,6 +577,7 @@ if command -v ${PERL} > /dev/null; then |