Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2019 20:59:09 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492641 - in head/mail/notmuch: . files
Message-ID:  <201902102059.x1AKx9lF041223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Feb 10 20:59:09 2019
New Revision: 492641
URL: https://svnweb.freebsd.org/changeset/ports/492641

Log:
  mail/notmuch: update to 0.28.1
  
  PR:		235645
  Submitted by:	Sebastian Schwarz <seschwar@gmail.com> (maintainer)

Modified:
  head/mail/notmuch/Makefile   (contents, props changed)
  head/mail/notmuch/distinfo   (contents, props changed)
  head/mail/notmuch/files/patch-configure   (contents, props changed)

Modified: head/mail/notmuch/Makefile
==============================================================================
--- head/mail/notmuch/Makefile	Sun Feb 10 20:44:36 2019	(r492640)
+++ head/mail/notmuch/Makefile	Sun Feb 10 20:59:09 2019	(r492641)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	notmuch
-PORTVERSION=	0.28
-PORTREVISION=	1
+PORTVERSION=	0.28.1
 CATEGORIES?=	mail
 MASTER_SITES=	https://notmuchmail.org/releases/
 

Modified: head/mail/notmuch/distinfo
==============================================================================
--- head/mail/notmuch/distinfo	Sun Feb 10 20:44:36 2019	(r492640)
+++ head/mail/notmuch/distinfo	Sun Feb 10 20:59:09 2019	(r492641)
@@ -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

Modified: head/mail/notmuch/files/patch-configure
==============================================================================
--- head/mail/notmuch/files/patch-configure	Sun Feb 10 20:44:36 2019	(r492640)
+++ head/mail/notmuch/files/patch-configure	Sun Feb 10 20:59:09 2019	(r492641)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902102059.x1AKx9lF041223>