git: 44493c22a40a - main - mail/notmuch-*: Update to 0.35
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Feb 2022 17:02:56 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=44493c22a40a9da1d6e80d468e18446b0e303ce8 commit 44493c22a40a9da1d6e80d468e18446b0e303ce8 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2022-02-10 19:37:46 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2022-02-19 17:02:46 +0000 mail/notmuch-*: Update to 0.35 https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=748154646eb44c8db3a7887e0ae8e4701e552bc9 Sponsored by: The FreeBSD Foundation --- mail/notmuch-emacs/pkg-plist | 2 +- mail/notmuch/Makefile | 2 +- mail/notmuch/distinfo | 6 +++--- mail/notmuch/files/patch-configure | 18 ------------------ mail/notmuch/pkg-plist | 2 +- mail/py-notmuch2/Makefile | 5 ++++- 6 files changed, 10 insertions(+), 25 deletions(-) diff --git a/mail/notmuch-emacs/pkg-plist b/mail/notmuch-emacs/pkg-plist index 6a6e7e317fc3..1418196d29aa 100644 --- a/mail/notmuch-emacs/pkg-plist +++ b/mail/notmuch-emacs/pkg-plist @@ -17,7 +17,7 @@ %%EMACS_SITE_LISPDIR%%/notmuch-jump.elc %%EMACS_SITE_LISPDIR%%/notmuch-lib.el.gz %%EMACS_SITE_LISPDIR%%/notmuch-lib.elc -%%EMACS_SITE_LISPDIR%%/notmuch-logo.png +%%EMACS_SITE_LISPDIR%%/notmuch-logo.svg %%EMACS_SITE_LISPDIR%%/notmuch-maildir-fcc.el.gz %%EMACS_SITE_LISPDIR%%/notmuch-maildir-fcc.elc %%EMACS_SITE_LISPDIR%%/notmuch-message.el.gz diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index f418a299a5aa..54a6103b278a 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,7 +1,7 @@ # Created by: DarwinSurvivor <darwinsurvivor@gmail.com> PORTNAME= notmuch -DISTVERSION= 0.34.3 +DISTVERSION= 0.35 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= https://notmuchmail.org/releases/ diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index aa8a2666e2d8..05cd7b4351e5 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641845722 -SHA256 (notmuch-0.34.3.tar.xz) = 3fe910483bfd815a5c3b950e226a7bca8156053fd32d7ad1eb1a0a8a3acae888 -SIZE (notmuch-0.34.3.tar.xz) = 750092 +TIMESTAMP = 1644504346 +SHA256 (notmuch-0.35.tar.xz) = a831c414c4f20a6cae3a580793c855102d3295080f000eb3832b77226a40ac39 +SIZE (notmuch-0.35.tar.xz) = 755112 diff --git a/mail/notmuch/files/patch-configure b/mail/notmuch/files/patch-configure deleted file mode 100644 index c6a84bde029e..000000000000 --- a/mail/notmuch/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig 2020-09-06 00:50:03 UTC -+++ configure -@@ -734,6 +734,7 @@ if command -v ${BASHCMD} > /dev/null; then - printf "Yes (%s).\n" "$bash_absolute" - else - have_bash=0 -+ bash_absolute= - printf "No. (%s not found)\n" "${BASHCMD}" - fi - -@@ -744,6 +745,7 @@ if command -v ${PERL} > /dev/null; then - printf "Yes (%s).\n" "$perl_absolute" - else - have_perl=0 -+ perl_absolute= - printf "No. (%s not found)\n" "${PERL}" - fi - diff --git a/mail/notmuch/pkg-plist b/mail/notmuch/pkg-plist index a56d1ae0509a..32b6c09dfdca 100644 --- a/mail/notmuch/pkg-plist +++ b/mail/notmuch/pkg-plist @@ -22,7 +22,7 @@ bin/notmuch include/notmuch.h lib/libnotmuch.so lib/libnotmuch.so.5 -lib/libnotmuch.so.5.5.0 +lib/libnotmuch.so.5.6.0 share/bash-completion/completions/notmuch share/zsh/site-functions/_email-notmuch share/zsh/site-functions/_notmuch diff --git a/mail/py-notmuch2/Makefile b/mail/py-notmuch2/Makefile index a9bbd5e43e5b..f4689b6f8633 100644 --- a/mail/py-notmuch2/Makefile +++ b/mail/py-notmuch2/Makefile @@ -10,9 +10,12 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} LIB_DEPENDS= libnotmuch.so:mail/notmuch -USES= python:3.5+ uniquefiles:dirs +USES= python:3.5+ pkgconfig uniquefiles:dirs USE_PYTHON= autoplist distutils +HAS_CONFIGURE= yes +CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME} + MASTERDIR= ${.CURDIR}/../notmuch WRKSRC_SUBDIR= bindings/python-cffi