From owner-svn-ports-all@freebsd.org Wed Aug 12 20:56:48 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 3884D3AADE7; Wed, 12 Aug 2020 20:56:48 +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 4BRhp80kG5z4P2m; Wed, 12 Aug 2020 20:56:48 +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 F0E4C12065; Wed, 12 Aug 2020 20:56:47 +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 07CKulwk059305; Wed, 12 Aug 2020 20:56:47 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07CKukK9059299; Wed, 12 Aug 2020 20:56:46 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202008122056.07CKukK9059299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Wed, 12 Aug 2020 20:56:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544769 - 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: 544769 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: Wed, 12 Aug 2020 20:56:48 -0000 Author: dbaio Date: Wed Aug 12 20:56:46 2020 New Revision: 544769 URL: https://svnweb.freebsd.org/changeset/ports/544769 Log: mail/notmuch: Update to 0.30 Changelog: https://notmuchmail.org/news/release-0.30/ 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-contrib_notmuch-mutt_Makefile head/mail/notmuch/pkg-plist Modified: head/mail/notmuch-emacs/Makefile ============================================================================== --- head/mail/notmuch-emacs/Makefile Wed Aug 12 20:50:25 2020 (r544768) +++ head/mail/notmuch-emacs/Makefile Wed Aug 12 20:56:46 2020 (r544769) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 2 CATEGORIES= mail elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Wed Aug 12 20:50:25 2020 (r544768) +++ head/mail/notmuch/Makefile Wed Aug 12 20:56:46 2020 (r544769) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= notmuch -PORTVERSION= 0.29.1 -PORTREVISION?= 1 +PORTVERSION= 0.30 +PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= https://notmuchmail.org/releases/ @@ -28,7 +28,7 @@ TEST_DEPENDS= bash:shells/bash \ gwc:sysutils/coreutils \ ${LOCALBASE}/bin/gdb:devel/gdb -USES= compiler:c++11-lang gmake gnome pkgconfig python:build,test +USES= gmake gnome pkgconfig python:3.5+,build,test USE_GNOME= glib20 USE_LDCONFIG= yes .endif Modified: head/mail/notmuch/distinfo ============================================================================== --- head/mail/notmuch/distinfo Wed Aug 12 20:50:25 2020 (r544768) +++ head/mail/notmuch/distinfo Wed Aug 12 20:56:46 2020 (r544769) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560452810 -SHA256 (notmuch-0.29.1.tar.xz) = 9846fc8e32d415cee41f6644581a4de7b0d2e6bc98e1ba86db918f061fcfe365 -SIZE (notmuch-0.29.1.tar.xz) = 660352 +TIMESTAMP = 1596897922 +SHA256 (notmuch-0.30.tar.xz) = 5e3baa6fe11d65c67e26ae488be11b320bae04e336acc9c64621f7e3449096fa +SIZE (notmuch-0.30.tar.xz) = 711904 Modified: head/mail/notmuch/files/patch-configure ============================================================================== --- head/mail/notmuch/files/patch-configure Wed Aug 12 20:50:25 2020 (r544768) +++ head/mail/notmuch/files/patch-configure Wed Aug 12 20:56:46 2020 (r544769) @@ -1,6 +1,6 @@ ---- configure.orig 2019-02-02 15:40:56 UTC +--- configure.orig 2020-07-11 01:25:04 UTC +++ configure -@@ -566,6 +566,7 @@ if command -v ${BASHCMD} > /dev/null; then +@@ -753,6 +753,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 -@@ -576,6 +577,7 @@ if command -v ${PERL} > /dev/null; then +@@ -763,6 +764,7 @@ if command -v ${PERL} > /dev/null; then printf "Yes (%s).\n" "$perl_absolute" else have_perl=0 Modified: head/mail/notmuch/files/patch-contrib_notmuch-mutt_Makefile ============================================================================== --- head/mail/notmuch/files/patch-contrib_notmuch-mutt_Makefile Wed Aug 12 20:50:25 2020 (r544768) +++ head/mail/notmuch/files/patch-contrib_notmuch-mutt_Makefile Wed Aug 12 20:56:46 2020 (r544769) @@ -1,11 +1,11 @@ ---- contrib/notmuch-mutt/Makefile.orig 2018-10-13 17:57:20 UTC +--- contrib/notmuch-mutt/Makefile.orig 2020-07-11 01:25:04 UTC +++ contrib/notmuch-mutt/Makefile @@ -18,8 +18,10 @@ install: all - mkdir -p $(DESTDIR)$(prefix)/bin + mkdir -p $(DESTDIR)$(prefix)/bin $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(sysconfdir)/Muttrc.d sed "1s|^#!.*|#! $(PERL_ABSOLUTE)|" < $(NAME) > $(DESTDIR)$(prefix)/bin/$(NAME) chmod 755 $(DESTDIR)$(prefix)/bin/$(NAME) -- install -D -m 644 $(NAME).1 $(DESTDIR)$(mandir)/man1/$(NAME).1 -- install -D -m 644 $(NAME).rc $(DESTDIR)$(sysconfdir)/Muttrc.d/$(NAME).rc +- install -m 644 $(NAME).1 $(DESTDIR)$(mandir)/man1/ +- install -m 644 $(NAME).rc $(DESTDIR)$(sysconfdir)/Muttrc.d/ + mkdir -p $(DESTDIR)$(mandir)/man1 + install -m 644 $(NAME).1 $(DESTDIR)$(mandir)/man1/$(NAME).1 + mkdir -p $(DESTDIR)$(sysconfdir)/Muttrc.d Modified: head/mail/notmuch/pkg-plist ============================================================================== --- head/mail/notmuch/pkg-plist Wed Aug 12 20:50:25 2020 (r544768) +++ head/mail/notmuch/pkg-plist Wed Aug 12 20:56:46 2020 (r544769) @@ -23,5 +23,5 @@ lib/libnotmuch.so lib/libnotmuch.so.5 lib/libnotmuch.so.5.2.0 share/bash-completion/completions/notmuch -share/zsh/functions/Completion/Unix/_email-notmuch -share/zsh/functions/Completion/Unix/_notmuch +share/zsh/site-functions/_email-notmuch +share/zsh/site-functions/_notmuch