Fri Apr 26 04:41:29 2024 UTC (52d)
neomutt: update to 20240425.

This is a small Bug-Fix Release.

In particular, it fixes a few small quirks in the new Expando code.


(wiz)
diff -r1.94 -r1.95 pkgsrc/mail/neomutt/Makefile
diff -r1.71 -r1.72 pkgsrc/mail/neomutt/distinfo

cvs diff -r1.94 -r1.95 pkgsrc/mail/neomutt/Makefile (switch to unified diff)

--- pkgsrc/mail/neomutt/Makefile 2024/04/18 06:54:20 1.94
+++ pkgsrc/mail/neomutt/Makefile 2024/04/26 04:41:29 1.95
@@ -1,58 +1,58 @@ @@ -1,58 +1,58 @@
1# $NetBSD: Makefile,v 1.94 2024/04/18 06:54:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.95 2024/04/26 04:41:29 wiz Exp $
2 2
3DISTNAME= neomutt-20240416 3DISTNAME= neomutt-20240425
4CATEGORIES= mail 4CATEGORIES= mail
5MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
6GITHUB_TAG= ${PKGVERSION_NOREV} 6GITHUB_TAG= ${PKGVERSION_NOREV}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.neomutt.org/ 9HOMEPAGE= https://www.neomutt.org/
10COMMENT= Fork of mutt with integrated community patches 10COMMENT= Fork of mutt with integrated community patches
11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer 11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer
12 12
13TOOL_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools 13TOOL_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
14TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 14TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl 15TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
16TOOL_DEPENDS+= w3m-[0-9]*:../../www/w3m 16TOOL_DEPENDS+= w3m-[0-9]*:../../www/w3m
17DEPENDS+= mime-types-[0-9]*:../../misc/mime-types 17DEPENDS+= mime-types-[0-9]*:../../misc/mime-types
18 18
19USE_TOOLS+= msgfmt gmake perl:build pkg-config 19USE_TOOLS+= msgfmt gmake perl:build pkg-config
20 20
21HAS_CONFIGURE= yes 21HAS_CONFIGURE= yes
22EXTRACT_USING= bsdtar 22EXTRACT_USING= bsdtar
23CONFIGURE_ARGS+= --prefix=${PREFIX} 23CONFIGURE_ARGS+= --prefix=${PREFIX}
24CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} 24CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
25 25
26CONFIGURE_ARGS.SunOS+= --disable-inotify 26CONFIGURE_ARGS.SunOS+= --disable-inotify
27 27
28EGDIR= ${PREFIX}/share/examples/neomutt 28EGDIR= ${PREFIX}/share/examples/neomutt
29CONF_FILES= ${EGDIR}/neomuttrc ${PKG_SYSCONFDIR}/neomuttrc 29CONF_FILES= ${EGDIR}/neomuttrc ${PKG_SYSCONFDIR}/neomuttrc
30INSTALLATION_DIRS+= ${EGDIR} 30INSTALLATION_DIRS+= ${EGDIR}
31INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} DOTLOCK_GROUP= sysconfdir=${EGDIR} 31INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} DOTLOCK_GROUP= sysconfdir=${EGDIR}
32 32
33GCC_REQD+= 8 33GCC_REQD+= 8
34 34
35.include "../../mk/bsd.prefs.mk" 35.include "../../mk/bsd.prefs.mk"
36 36
37.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" 37.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD"
38# Force sendmail to /usr/sbin to avoid postfix's 38# Force sendmail to /usr/sbin to avoid postfix's
39# ${LOCALBASE}/sbin/sendmail. Should be enabled on all platforms which 39# ${LOCALBASE}/sbin/sendmail. Should be enabled on all platforms which
40# support mailwrapper. 40# support mailwrapper.
41CONFIGURE_ENV+= SENDMAIL=/usr/sbin/sendmail 41CONFIGURE_ENV+= SENDMAIL=/usr/sbin/sendmail
42.endif 42.endif
43 43
44SUBST_CLASSES+= interpreter 44SUBST_CLASSES+= interpreter
45SUBST_STAGE.interpreter= pre-configure 45SUBST_STAGE.interpreter= pre-configure
46SUBST_MESSAGE.interpreter= Substituting /usr/bin/env python3 interpreter lines 46SUBST_MESSAGE.interpreter= Substituting /usr/bin/env python3 interpreter lines
47SUBST_FILES.interpreter= contrib/oauth2/mutt_oauth2.py 47SUBST_FILES.interpreter= contrib/oauth2/mutt_oauth2.py
48SUBST_FILES.interpreter+= data/account-command/macos-keychain/keychain.py 48SUBST_FILES.interpreter+= data/account-command/macos-keychain/keychain.py
49SUBST_SED.interpreter+= -e "s,\#! */usr/bin/env *python3,\#!${PYTHONBIN}," 49SUBST_SED.interpreter+= -e "s,\#! */usr/bin/env *python3,\#!${PYTHONBIN},"
50 50
51.include "options.mk" 51.include "options.mk"
52 52
53.include "../../converters/libiconv/buildlink3.mk" 53.include "../../converters/libiconv/buildlink3.mk"
54.include "../../devel/gettext-lib/buildlink3.mk" 54.include "../../devel/gettext-lib/buildlink3.mk"
55.include "../../devel/libidn2/buildlink3.mk" 55.include "../../devel/libidn2/buildlink3.mk"
56.include "../../devel/zlib/buildlink3.mk" 56.include "../../devel/zlib/buildlink3.mk"
57.include "../../lang/python/application.mk" 57.include "../../lang/python/application.mk"
58.include "../../mk/bsd.pkg.mk" 58.include "../../mk/bsd.pkg.mk"

cvs diff -r1.71 -r1.72 pkgsrc/mail/neomutt/distinfo (switch to unified diff)

--- pkgsrc/mail/neomutt/distinfo 2024/04/16 22:08:23 1.71
+++ pkgsrc/mail/neomutt/distinfo 2024/04/26 04:41:29 1.72
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.71 2024/04/16 22:08:23 wiz Exp $ 1$NetBSD: distinfo,v 1.72 2024/04/26 04:41:29 wiz Exp $
2 2
3BLAKE2s (neomutt-20240416-20240416.tar.gz) = 16e22ebfd447200f61ffcec77a18435d3a4404d4bb19d46d8fb3b77330e81ec8 3BLAKE2s (neomutt-20240425-20240425.tar.gz) = 55cc8f06a44333423a5e34973a3c2b10bbe19741bfe407acc8bb2f00f1b7d924
4SHA512 (neomutt-20240416-20240416.tar.gz) = fa5313cbd7b8d5455fc58bfb105067e188a08284ac08fb10d0066b0390cb040519041a6e2ffc6c9098e85d109ff66f18064883e71dee498a6a2d1e09fac07254 4SHA512 (neomutt-20240425-20240425.tar.gz) = bb47aba1aa8ecc824d9d0a8f6be23f2d39f0aac06739920ee349ff96bc27cbe39b6cfa797f648eb683fe49f01fa1873805a3ed2e7cbf4124dae12517591c02c9
5Size (neomutt-20240416-20240416.tar.gz) = 4089291 bytes 5Size (neomutt-20240425-20240425.tar.gz) = 4092419 bytes