Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2020 20:56:46 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
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
Message-ID:  <202008122056.07CKukK9059299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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