git: 0bf6945c8526 - main - mail/notmuch: Update to 0.39
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Mar 2025 00:45:42 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bf6945c85260bc11cadd562e1f472a052feaa1d commit 0bf6945c85260bc11cadd562e1f472a052feaa1d Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2025-03-23 21:25:03 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2025-03-24 00:45:14 +0000 mail/notmuch: Update to 0.39 News: https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=81e9eaa273203553a494c6e92f69f08382d58889 Sponsored by: The FreeBSD Foundation --- mail/notmuch/Makefile | 2 +- mail/notmuch/distinfo | 6 +++--- ...urce_conf.py => patch-contrib_python-legacy_docs_source_conf.py} | 6 +++--- mail/py-notmuch/Makefile | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index cf82990d73b8..83095591a518 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,5 +1,5 @@ PORTNAME= notmuch -DISTVERSION= 0.38.3 +DISTVERSION= 0.39 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= https://notmuchmail.org/releases/ diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index 58773db44bd3..a322f96e2fff 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711201991 -SHA256 (notmuch-0.38.3.tar.xz) = 9af46cc80da58b4301ca2baefcc25a40d112d0315507e632c0f3f0f08328d054 -SIZE (notmuch-0.38.3.tar.xz) = 805416 +TIMESTAMP = 1742761610 +SHA256 (notmuch-0.39.tar.xz) = b88bb02a76c46bad8d313fd2bb4f8e39298b51f66fcbeb304d9f80c3eef704e3 +SIZE (notmuch-0.39.tar.xz) = 811448 diff --git a/mail/notmuch/files/patch-bindings_python_docs_source_conf.py b/mail/notmuch/files/patch-contrib_python-legacy_docs_source_conf.py similarity index 79% rename from mail/notmuch/files/patch-bindings_python_docs_source_conf.py rename to mail/notmuch/files/patch-contrib_python-legacy_docs_source_conf.py index 8ed1ee25b2b2..f842a45185c5 100644 --- a/mail/notmuch/files/patch-bindings_python_docs_source_conf.py +++ b/mail/notmuch/files/patch-contrib_python-legacy_docs_source_conf.py @@ -1,6 +1,6 @@ ---- bindings/python/docs/source/conf.py.orig 2019-03-02 23:40:44 UTC -+++ bindings/python/docs/source/conf.py -@@ -13,7 +13,19 @@ +--- contrib/python-legacy/docs/source/conf.py.orig 2025-03-15 22:04:35 UTC ++++ contrib/python-legacy/docs/source/conf.py +@@ -13,7 +13,19 @@ import sys, os import sys, os diff --git a/mail/py-notmuch/Makefile b/mail/py-notmuch/Makefile index 7fdf191045ca..d7902552824c 100644 --- a/mail/py-notmuch/Makefile +++ b/mail/py-notmuch/Makefile @@ -14,7 +14,7 @@ USE_PYTHON= autoplist distutils MASTERDIR= ${.CURDIR}/../notmuch NO_ARCH= yes PORTDOCS= * -WRKSRC_SUBDIR= bindings/python +WRKSRC_SUBDIR= contrib/python-legacy OPTIONS_DEFINE= DOCS