pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/mu



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Mon Mar 30 15:11:36 UTC 2026

Modified Files:
        pkgsrc/mail/mu: Makefile PLIST.guile distinfo options.mk

Log Message:
mu: update to 1.14.0

Packaging changes:
- reflect the new requirements
- when buliding for 'guile', it will now use mu's 'scm' which still
  uses guile but will soon use it's own scheme dialect

Upstream changes:
- updated requirements:
   - require C++20
   - require glib & friend: 2.80
   - require xapian 1.4.22
   - emacs 28.1 (for mu4e)
- warn for deprecated guile (use scm)
- a number of code-cleanups since we can use C++20 now
- indexing: substantial speed-up of the clean-up phase
- scm: support the --eval command-line option
- mu4e: improve message rendering; get rid of some the unnecessary
  body-part mime indication noise
- mu4e: allow including received patches when replying, see
    mu4e-compose-reply-include-mime-types


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/mail/mu/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/mu/PLIST.guile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/mu/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/mu/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mu/Makefile
diff -u pkgsrc/mail/mu/Makefile:1.23 pkgsrc/mail/mu/Makefile:1.24
--- pkgsrc/mail/mu/Makefile:1.23        Thu Jan 29 16:41:56 2026
+++ pkgsrc/mail/mu/Makefile     Mon Mar 30 15:11:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2026/01/29 16:41:56 ktnb Exp $
+# $NetBSD: Makefile,v 1.24 2026/03/30 15:11:36 ktnb Exp $
 
-DISTNAME=      mu-1.12.15
+DISTNAME=      mu-1.14.0
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=djcb/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -19,14 +19,14 @@ PYTHON_FOR_BUILD_ONLY=              tool
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 REPLACE_PYTHON+=               build-aux/date.py
 
-USE_CXX_FEATURES+=     c++17 charconv
+USE_CXX_FEATURES+=     c++20 charconv
 
 .include "options.mk"
 
 .include "../../lang/python/application.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/meson/build.mk"
-BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.16.0
+BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.80.0
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../mail/gmime3/buildlink3.mk"
 .include "../../textproc/xapian/buildlink3.mk"

Index: pkgsrc/mail/mu/PLIST.guile
diff -u pkgsrc/mail/mu/PLIST.guile:1.1 pkgsrc/mail/mu/PLIST.guile:1.2
--- pkgsrc/mail/mu/PLIST.guile:1.1      Thu May  2 13:35:48 2024
+++ pkgsrc/mail/mu/PLIST.guile  Mon Mar 30 15:11:36 2026
@@ -1,12 +1,4 @@
-@comment $NetBSD: PLIST.guile,v 1.1 2024/05/02 13:35:48 ktnb Exp $
-guile/3.0/lib/guile/3.0/extensions/libguile-mu.so
-info/mu-guile.info
-share/doc/mu/NEWS.org
-share/guile/site/3.0/mu.scm
-share/guile/site/3.0/mu/message.scm
-share/guile/site/3.0/mu/plot.scm
-share/guile/site/3.0/mu/script.scm
-share/guile/site/3.0/mu/stats.scm
-share/mu/scripts/find-dups.scm
-share/mu/scripts/histogram.scm
-share/mu/scripts/msgs-count.scm
+@comment $NetBSD: PLIST.guile,v 1.2 2026/03/30 15:11:36 ktnb Exp $
+info/mu-scm.info
+share/mu/scm/mu-scm-repl.scm
+share/mu/scm/mu-scm.scm

Index: pkgsrc/mail/mu/distinfo
diff -u pkgsrc/mail/mu/distinfo:1.13 pkgsrc/mail/mu/distinfo:1.14
--- pkgsrc/mail/mu/distinfo:1.13        Thu Jan 29 16:41:56 2026
+++ pkgsrc/mail/mu/distinfo     Mon Mar 30 15:11:36 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2026/01/29 16:41:56 ktnb Exp $
+$NetBSD: distinfo,v 1.14 2026/03/30 15:11:36 ktnb Exp $
 
-BLAKE2s (mu-1.12.15.tar.gz) = 0630bbe7e611ec02513feae0548b1f272f484714e3a4cf888f8e9f442c9f9704
-SHA512 (mu-1.12.15.tar.gz) = a8c95f62de6cffe44f98d54b36b68a70ae738e7a8c70badda21ffa9782811a3859bf508818c63a52f3a94f465001c705d34a32cbc469f4e16840754eb8e4bc4e
-Size (mu-1.12.15.tar.gz) = 1039899 bytes
+BLAKE2s (mu-1.14.0.tar.gz) = 27a042810bfcb7554c80337b2a85113289ea848209510d8bec5e6102e5fa237c
+SHA512 (mu-1.14.0.tar.gz) = 14f047df37b959fab8f8032b029e4f417acffd1d49cc06d033b03d668bf0c14dea202fa27462f26185434ed425b2d8b99b4f2fdcc86776487e7cd48769eff90f
+Size (mu-1.14.0.tar.gz) = 1042551 bytes
 SHA1 (patch-lib_message_mu-contact.hh) = dce9b6da318ccb7f6103a9d7796fdf3cf57e187e
 SHA1 (patch-mu4e_meson.build) = 8578ab905d8bb4e26b7ad27cf6cb3d68d353c7e1

Index: pkgsrc/mail/mu/options.mk
diff -u pkgsrc/mail/mu/options.mk:1.2 pkgsrc/mail/mu/options.mk:1.3
--- pkgsrc/mail/mu/options.mk:1.2       Tue Dec 23 13:47:35 2025
+++ pkgsrc/mail/mu/options.mk   Mon Mar 30 15:11:36 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2025/12/23 13:47:35 ktnb Exp $
+# $NetBSD: options.mk,v 1.3 2026/03/30 15:11:36 ktnb Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mu
 PKG_SUPPORTED_OPTIONS= mu-emacs guile
@@ -17,6 +17,8 @@ PLIST_SRC=    PLIST
 INFO_FILES=    yes
 USE_TOOLS+=    makeinfo
 PLIST_SRC+=    PLIST.emacs
+EMACS_VERSIONS_ACCEPTED=       emacs30 emacs30nox emacs29 emacs29nox
+EMACS_VERSIONS_ACCEPTED+=      emacs28 emacs28nox
 .else
 MESON_ARGS+=   -Demacs=disabled
 .endif
@@ -30,7 +32,7 @@ PLIST_SRC+=   PLIST.guile
 # TODO: update for meson
 # CONFIGURE_ENV+= ac_cv_path_GUILE=guile
 USE_TOOLS+= makeinfo
-MESON_ARGS+=   -Dguile=enabled
+MESON_ARGS+=   -Dscm=enabled
 .else
-MESON_ARGS+=   -Dguile=disabled
+MESON_ARGS+=   -Dscm=disabled
 .endif



Home | Main Index | Thread Index | Old Index