From owner-svn-ports-all@freebsd.org Sat Sep 12 13:51:42 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4DBCB3D8D06; Sat, 12 Sep 2020 13:51:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BpYvL1Bcbz41fN; Sat, 12 Sep 2020 13:51:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C7911622D; Sat, 12 Sep 2020 13:51:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08CDpfgE072684; Sat, 12 Sep 2020 13:51:41 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08CDpeoB072678; Sat, 12 Sep 2020 13:51:40 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202009121351.08CDpeoB072678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 12 Sep 2020 13:51:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548369 - in head/mail: notmuch notmuch-emacs notmuch/files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/mail: notmuch notmuch-emacs notmuch/files X-SVN-Commit-Revision: 548369 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2020 13:51:42 -0000 Author: dbaio Date: Sat Sep 12 13:51:40 2020 New Revision: 548369 URL: https://svnweb.freebsd.org/changeset/ports/548369 Log: mail/notmuch: Update to 0.31 Changelog: https://notmuchmail.org/news/release-0.31/ Add patch to fix a build issue with mail/notmuch-emacs. Added: head/mail/notmuch/files/patch-emacs_notmuch-tree.el (contents, props changed) Modified: head/mail/notmuch-emacs/Makefile head/mail/notmuch/Makefile head/mail/notmuch/distinfo head/mail/notmuch/files/patch-configure head/mail/notmuch/files/patch-emacs_notmuch-emacs-mua head/mail/notmuch/pkg-plist Modified: head/mail/notmuch-emacs/Makefile ============================================================================== --- head/mail/notmuch-emacs/Makefile Sat Sep 12 13:45:10 2020 (r548368) +++ head/mail/notmuch-emacs/Makefile Sat Sep 12 13:51:40 2020 (r548369) @@ -57,6 +57,8 @@ do-configure: WITH_EMACS=1 \ ${CONFIGURE_ARGS} \ > ${WRKSRC}/Makefile.config + @${PRINTF} "tags.add('WITH_EMACS')\nrsti_dir = '${WRKSRC}/emacs'\n" \ + > ${WRKSRC}/sphinx.config post-install: @${GZIP_CMD} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/*.el Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Sat Sep 12 13:45:10 2020 (r548368) +++ head/mail/notmuch/Makefile Sat Sep 12 13:51:40 2020 (r548369) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notmuch -PORTVERSION= 0.30 +PORTVERSION= 0.31 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= https://notmuchmail.org/releases/ Modified: head/mail/notmuch/distinfo ============================================================================== --- head/mail/notmuch/distinfo Sat Sep 12 13:45:10 2020 (r548368) +++ head/mail/notmuch/distinfo Sat Sep 12 13:51:40 2020 (r548369) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596897922 -SHA256 (notmuch-0.30.tar.xz) = 5e3baa6fe11d65c67e26ae488be11b320bae04e336acc9c64621f7e3449096fa -SIZE (notmuch-0.30.tar.xz) = 711904 +TIMESTAMP = 1599486775 +SHA256 (notmuch-0.31.tar.xz) = 571fa0e1539c86612b1f2b2c80a398e08ecfef52e27ef7e48cf8e3b84fa18394 +SIZE (notmuch-0.31.tar.xz) = 713144 Modified: head/mail/notmuch/files/patch-configure ============================================================================== --- head/mail/notmuch/files/patch-configure Sat Sep 12 13:45:10 2020 (r548368) +++ head/mail/notmuch/files/patch-configure Sat Sep 12 13:51:40 2020 (r548369) @@ -1,6 +1,6 @@ ---- configure.orig 2020-07-11 01:25:04 UTC +--- configure.orig 2020-09-06 00:50:03 UTC +++ configure -@@ -753,6 +753,7 @@ if command -v ${BASHCMD} > /dev/null; then +@@ -734,6 +734,7 @@ if command -v ${BASHCMD} > /dev/null; then printf "Yes (%s).\n" "$bash_absolute" else have_bash=0 @@ -8,7 +8,7 @@ printf "No. (%s not found)\n" "${BASHCMD}" fi -@@ -763,6 +764,7 @@ if command -v ${PERL} > /dev/null; then +@@ -744,6 +745,7 @@ if command -v ${PERL} > /dev/null; then printf "Yes (%s).\n" "$perl_absolute" else have_perl=0 Modified: head/mail/notmuch/files/patch-emacs_notmuch-emacs-mua ============================================================================== --- head/mail/notmuch/files/patch-emacs_notmuch-emacs-mua Sat Sep 12 13:45:10 2020 (r548368) +++ head/mail/notmuch/files/patch-emacs_notmuch-emacs-mua Sat Sep 12 13:51:40 2020 (r548369) @@ -1,4 +1,4 @@ ---- emacs/notmuch-emacs-mua.orig 2017-07-18 20:34:56 UTC +--- emacs/notmuch-emacs-mua.orig 2020-09-06 00:50:03 UTC +++ emacs/notmuch-emacs-mua @@ -1,4 +1,4 @@ -#!/usr/bin/env bash @@ -33,3 +33,4 @@ +if [ -z "$USE_EMACSCLIENT" ] || [ -n "$CREATE_FRAME" ] || [ -n "$NO_WINDOW" ]; then ELISP="${ELISP} (message-add-action #'save-buffers-kill-terminal 'exit)" fi + Added: head/mail/notmuch/files/patch-emacs_notmuch-tree.el ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/notmuch/files/patch-emacs_notmuch-tree.el Sat Sep 12 13:51:40 2020 (r548369) @@ -0,0 +1,22 @@ +From: William Casarin + +Some are running into undeclarated function errors + +> emacs/notmuch-tree.el:1143:1:Warning: the following functions are +> not known to be defined: notmuch-search-previous-thread, +> notmuch-search-next-thread, notmuch-tree-from-search-thread + +Reported-by: Danilo G. Baio +Signed-off-by: William Casarin +--- emacs/notmuch-tree.el.orig 2020-09-06 00:50:03 UTC ++++ emacs/notmuch-tree.el +@@ -41,6 +41,9 @@ + (declare-function notmuch-read-query "notmuch" (prompt)) + (declare-function notmuch-search-find-thread-id "notmuch" (&optional bare)) + (declare-function notmuch-search-find-subject "notmuch" ()) ++(declare-function notmuch-search-next-thread "notmuch" ()) ++(declare-function notmuch-search-previous-thread "notmuch" ()) ++(declare-function notmuch-tree-from-search-thread "notmuch" ()) + + ;; the following variable is defined in notmuch.el + (defvar notmuch-search-query-string) Modified: head/mail/notmuch/pkg-plist ============================================================================== --- head/mail/notmuch/pkg-plist Sat Sep 12 13:45:10 2020 (r548368) +++ head/mail/notmuch/pkg-plist Sat Sep 12 13:51:40 2020 (r548369) @@ -21,7 +21,7 @@ bin/notmuch include/notmuch.h lib/libnotmuch.so lib/libnotmuch.so.5 -lib/libnotmuch.so.5.2.0 +lib/libnotmuch.so.5.3.0 share/bash-completion/completions/notmuch share/zsh/site-functions/_email-notmuch share/zsh/site-functions/_notmuch