1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

mail/notmuch: Update to 0.30

Changelog:	https://notmuchmail.org/news/release-0.30/
This commit is contained in:
Danilo G. Baio 2020-08-12 20:56:46 +00:00
parent 94b5e41668
commit 0f00dde1d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544769
6 changed files with 15 additions and 16 deletions

View File

@ -1,6 +1,5 @@
# $FreeBSD$
PORTREVISION= 2
CATEGORIES= mail elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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