View | Details | Raw Unified | Return to bug 235645
Collapse All | Expand All

(-)mail/notmuch/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	notmuch
4
PORTNAME=	notmuch
5
PORTVERSION=	0.28
5
PORTVERSION=	0.28.1
6
PORTREVISION=	1
7
CATEGORIES?=	mail
6
CATEGORIES?=	mail
8
MASTER_SITES=	https://notmuchmail.org/releases/
7
MASTER_SITES=	https://notmuchmail.org/releases/
9
8
(-)mail/notmuch/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1539421796
1
TIMESTAMP = 1549122016
2
SHA256 (notmuch-0.28.tar.gz) = acca75cec91651ccd2a7e31f7004e2ae14eff4ae38e375b8a88414c464cd0a37
2
SHA256 (notmuch-0.28.1.tar.gz) = d111e938137d5a465afc2b133d14df1fa356537d9ce752c919fe5673f3749a55
3
SIZE (notmuch-0.28.tar.gz) = 921069
3
SIZE (notmuch-0.28.1.tar.gz) = 921529
(-)mail/notmuch/files/patch-configure (-3 / +3 lines)
Lines 1-11 Link Here
1
--- configure.orig	2018-10-16 07:56:32 UTC
1
--- configure.orig	2019-02-02 15:40:56 UTC
2
+++ configure
2
+++ configure
3
@@ -566,6 +566,7 @@ if command -v ${BASH} > /dev/null; then
3
@@ -566,6 +566,7 @@ if command -v ${BASHCMD} > /dev/null; then
4
     printf "Yes (%s).\n" "$bash_absolute"
4
     printf "Yes (%s).\n" "$bash_absolute"
5
 else
5
 else
6
     have_bash=0
6
     have_bash=0
7
+    bash_absolute=
7
+    bash_absolute=
8
     printf "No. (%s not found)\n" "${BASH}"
8
     printf "No. (%s not found)\n" "${BASHCMD}"
9
 fi
9
 fi
10
 
10
 
11
@@ -576,6 +577,7 @@ if command -v ${PERL} > /dev/null; then
11
@@ -576,6 +577,7 @@ if command -v ${PERL} > /dev/null; then

Return to bug 235645