Page MenuHomeFreeBSD

D49991.diff
No OneTemporary

D49991.diff

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

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 27, 10:34 PM (15 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29013986
Default Alt Text
D49991.diff (1 KB)

Event Timeline