mail/notmuch: update to 0.28.1
PR: 235645 Submitted by: Sebastian Schwarz <seschwar@gmail.com> (maintainer)
This commit is contained in:
parent
4359c50393
commit
c40a16d0b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492641
3 changed files with 7 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= notmuch
|
||||
PORTVERSION= 0.28
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.28.1
|
||||
CATEGORIES?= mail
|
||||
MASTER_SITES= https://notmuchmail.org/releases/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue