summaryrefslogtreecommitdiff
path: root/mail/notmuch
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-08-12 20:56:46 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-08-12 20:56:46 +0000
commit0f00dde1d815ffdf1d3d40fbc8cc0ac0e6da89f0 (patch)
treea5e59c1b9a0f759d7ca343555f93d707e974c291 /mail/notmuch
parentaudio/opustags: fix build on GCC architectures (diff)
mail/notmuch: Update to 0.30
Changelog: https://notmuchmail.org/news/release-0.30/
Notes
Notes: svn path=/head/; revision=544769
Diffstat (limited to 'mail/notmuch')
-rw-r--r--mail/notmuch/Makefile6
-rw-r--r--mail/notmuch/distinfo6
-rw-r--r--mail/notmuch/files/patch-configure6
-rw-r--r--mail/notmuch/files/patch-contrib_notmuch-mutt_Makefile8
-rw-r--r--mail/notmuch/pkg-plist4
5 files changed, 15 insertions, 15 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index a16f5f463c94..bfd9560d9f5d 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -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
diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo
index e4a1448f3128..abd0296513d6 100644
--- a/mail/notmuch/distinfo
+++ b/mail/notmuch/distinfo
@@ -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
diff --git a/mail/notmuch/files/patch-configure b/mail/notmuch/files/patch-configure
index 3708d57411dc..5e7a55e6913c 100644
--- a/mail/notmuch/files/patch-configure
+++ b/mail/notmuch/files/patch-configure
@@ -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
diff --git a/mail/notmuch/files/patch-contrib_notmuch-mutt_Makefile b/mail/notmuch/files/patch-contrib_notmuch-mutt_Makefile
index 013ddd5cdb48..0fcb3c74346f 100644
--- a/mail/notmuch/files/patch-contrib_notmuch-mutt_Makefile
+++ b/mail/notmuch/files/patch-contrib_notmuch-mutt_Makefile
@@ -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
diff --git a/mail/notmuch/pkg-plist b/mail/notmuch/pkg-plist
index 0d03dc51ff7b..7a24b523c47f 100644
--- a/mail/notmuch/pkg-plist
+++ b/mail/notmuch/pkg-plist
@@ -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