diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-08-12 20:56:46 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-08-12 20:56:46 +0000 |
commit | 0f00dde1d815ffdf1d3d40fbc8cc0ac0e6da89f0 (patch) | |
tree | a5e59c1b9a0f759d7ca343555f93d707e974c291 /mail/notmuch/files | |
parent | audio/opustags: fix build on GCC architectures (diff) |
mail/notmuch: Update to 0.30
Changelog: https://notmuchmail.org/news/release-0.30/
Diffstat (limited to 'mail/notmuch/files')
-rw-r--r-- | mail/notmuch/files/patch-configure | 6 | ||||
-rw-r--r-- | mail/notmuch/files/patch-contrib_notmuch-mutt_Makefile | 8 |
2 files changed, 7 insertions, 7 deletions
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 |