diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= emacs DISTVERSION= 31.0.50.20250419 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors PKGNAMESUFFIX= -devel diff --git a/editors/emacs-devel/files/sources.el.in b/editors/emacs-devel/files/sources.el.in --- a/editors/emacs-devel/files/sources.el.in +++ b/editors/emacs-devel/files/sources.el.in @@ -1,3 +1,5 @@ +;;; site-start.el --- Site-wide Initialization -*- lexical-binding:t -*- + ;;; Path to Emacs C Sources. (when (string-match (regexp-quote "%%EMACS_VER%%") emacs-version) (setq find-function-C-source-directory diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,6 +1,6 @@ PORTNAME= emacs DISTVERSION= 30.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= GNU diff --git a/editors/emacs/files/sources.el.in b/editors/emacs/files/sources.el.in --- a/editors/emacs/files/sources.el.in +++ b/editors/emacs/files/sources.el.in @@ -1,3 +1,5 @@ +;;; site-start.el --- Site-wide Initialization -*- lexical-binding:t -*- + ;;; Path to Emacs C Sources. (when (string-match (regexp-quote "%%EMACS_VER%%") emacs-version) (setq find-function-C-source-directory