Date: Tue, 19 Sep 2023 21:37:53 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d468e2b60513 - main - mail/notmuch*: Update to 0.38 Message-ID: <202309192137.38JLbrMZ007800@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=d468e2b605136764f4cdefd47f4895d86b6dfe7f commit d468e2b605136764f4cdefd47f4895d86b6dfe7f Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2023-09-16 16:32:57 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2023-09-19 21:37:39 +0000 mail/notmuch*: Update to 0.38 Remove USES=compiler:c++11-lang. It is no longer necessary. Changes: https://notmuchmail.org/news/release-0.38/ Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41895 --- mail/notmuch-emacs/Makefile | 1 - mail/notmuch/Makefile | 10 ++-------- mail/notmuch/distinfo | 6 +++--- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/mail/notmuch-emacs/Makefile b/mail/notmuch-emacs/Makefile index 227a1f5b855c..b2e1c4eea763 100644 --- a/mail/notmuch-emacs/Makefile +++ b/mail/notmuch-emacs/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 5 CATEGORIES= mail elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX:S/^$/-emacs/} COMMENT= Emacs major-mode for the Notmuch email search and tagging application diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 7826a047225c..6146c94a23d2 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,5 +1,5 @@ PORTNAME= notmuch -DISTVERSION= 0.37 +DISTVERSION= 0.38 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= https://notmuchmail.org/releases/ @@ -27,8 +27,7 @@ TEST_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb \ gsha256sum:sysutils/coreutils \ gwc:sysutils/coreutils -USES= compiler:c++11-lang gmake gnome pkgconfig \ - python:build,test +USES= gmake gnome pkgconfig python:build,test USE_GNOME= glib20 USE_LDCONFIG= yes .endif @@ -70,11 +69,6 @@ DOXYGEN_CONFIGURE_WITH= api-docs MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx MANPAGES_CONFIGURE_WITH= docs -# Avoid conflict with C++20 <version> by ignoring <...> under WRKSRC -post-patch: - @${REINPLACE_CMD} -i .c++20 's/-I$$(srcdir)/-iquote$$(srcdir)/' \ - ${WRKSRC}/*/Makefile.local - # Install bash completions without incurring a dependency on # shells/bash-completion. post-configure: diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index 4bbf1f7e2918..46ed23b0a5d1 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661442742 -SHA256 (notmuch-0.37.tar.xz) = 0e766df28b78bf4eb8235626ab1f52f04f1e366649325a8ce8d3c908602786f6 -SIZE (notmuch-0.37.tar.xz) = 792568 +TIMESTAMP = 1694879133 +SHA256 (notmuch-0.38.tar.xz) = a17901adbe43f481a6bf53c15a2a20268bc8dc7ad5ccf685a0d17c1456dbaf6e +SIZE (notmuch-0.38.tar.xz) = 804536
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309192137.38JLbrMZ007800>