Date: Wed, 15 Apr 2026 20:30:39 +0000 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: 6320e0ce006a - main - editors/emacs-devel: Update to 2026-04-15 snapshot Message-ID: <69dff56f.21535.4ed9f0ab@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=6320e0ce006a7f0d7826f0e11f0b8c415da67a8a commit 6320e0ce006a7f0d7826f0e11f0b8c415da67a8a Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2026-04-15 20:06:23 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2026-04-15 20:30:22 +0000 editors/emacs-devel: Update to 2026-04-15 snapshot Highlights: - frame-deletion crash fixes - new seq.el functions - org-mode has been updated version 9.8.2 - xwidgets re-enabled with newer webkit2gtk Commit log: https://github.com/emacs-mirror/emacs/compare/faf19328757...324e5b41778 Sponsored by: The FreeBSD Foundation --- editors/emacs-devel/Makefile | 5 ++--- editors/emacs-devel/distinfo | 6 +++--- editors/emacs-devel/files/patch-lisp_net_tramp.el | 26 ----------------------- editors/emacs-devel/pkg-plist | 8 +++++-- 4 files changed, 11 insertions(+), 34 deletions(-) diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index ff4c80ee2efe..3b6b4268b1cb 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME= emacs -DISTVERSION= 31.0.50.20260402 -PORTREVISION= 1 +DISTVERSION= 31.0.50.20260415 PORTEPOCH= 3 CATEGORIES= editors PKGNAMESUFFIX= -devel @@ -25,7 +24,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags makeinfo ncurses \ CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= faf19328757 +GH_TAGNAME= 324e5b41778 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-build-details \ diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index fe3c382b00a3..8b7351204e86 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775156923 -SHA256 (emacs-mirror-emacs-31.0.50.20260402-faf19328757_GH0.tar.gz) = b3d86ca747bc8e6c093259c2daa82348827744a36946b52a00adfa5b5ee0b794 -SIZE (emacs-mirror-emacs-31.0.50.20260402-faf19328757_GH0.tar.gz) = 52963506 +TIMESTAMP = 1776277158 +SHA256 (emacs-mirror-emacs-31.0.50.20260415-324e5b41778_GH0.tar.gz) = 6e5c935229a942076d284d8b7b45f821272c38015e61a4dc264224ebd9a53812 +SIZE (emacs-mirror-emacs-31.0.50.20260415-324e5b41778_GH0.tar.gz) = 53038161 diff --git a/editors/emacs-devel/files/patch-lisp_net_tramp.el b/editors/emacs-devel/files/patch-lisp_net_tramp.el deleted file mode 100644 index a03ca44f463a..000000000000 --- a/editors/emacs-devel/files/patch-lisp_net_tramp.el +++ /dev/null @@ -1,26 +0,0 @@ ---- lisp/net/tramp.el.orig 2026-04-02 17:47:36 UTC -+++ lisp/net/tramp.el -@@ -3027,16 +3027,18 @@ BODY is the backend specific code." - (format - "file-name-all-completions-%s" - tramp-fnac-add-trailing-slash) -- ;; Mark symlinked directories. Other -- ;; directories are already marked. -+ ;; Mark directories, including symlinks to -+ ;; directories. `file-directory-p' follows -+ ;; symlinks, so no separate `file-symlink-p' -+ ;; check is needed; for the tramp-sh backend -+ ;; the result is already cached by the -+ ;; completion script. - (mapcar - (lambda (x) - (let ((f (file-name-concat ,directory x))) - (if (and tramp-fnac-add-trailing-slash - (not (string-suffix-p "/" x)) -- (file-directory-p -- (if (file-symlink-p f) -- (file-truename f) f))) -+ (file-directory-p f)) - (concat x "/") x))) - ;; Some storage systems do not return "." and "..". - (seq-union diff --git a/editors/emacs-devel/pkg-plist b/editors/emacs-devel/pkg-plist index d9b1f493f051..14b3d02ab0fc 100644 --- a/editors/emacs-devel/pkg-plist +++ b/editors/emacs-devel/pkg-plist @@ -1195,6 +1195,8 @@ share/applications/emacsclient.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar-parser.elc %%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar-recur.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar-recur.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar-shortdoc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar-shortdoc.elc %%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar-utils.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar-utils.elc %%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar.el.gz @@ -3259,6 +3261,8 @@ share/applications/emacsclient.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-comint.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-core.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-core.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-csharp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-csharp.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-css.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-css.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ditaa.el.gz @@ -4093,10 +4097,10 @@ share/applications/emacsclient.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/transient.elc %%DATADIR%%/%%EMACS_VER%%/lisp/tree-widget.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/tree-widget.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/treesit.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/treesit.elc %%DATADIR%%/%%EMACS_VER%%/lisp/treesit-x.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/treesit-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/treesit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/treesit.elc %%DATADIR%%/%%EMACS_VER%%/lisp/tty-tip.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/tty-tip.elc %%DATADIR%%/%%EMACS_VER%%/lisp/tutorial.el.gzhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dff56f.21535.4ed9f0ab>
