diff options
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 5 | ||||
-rw-r--r-- | editors/emacs/distinfo | 6 | ||||
-rw-r--r-- | editors/emacs/files/sources.el.in | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index ee2148ef8c95..71e59968b19e 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,6 +1,5 @@ PORTNAME= emacs -DISTVERSION= 30.1 -PORTREVISION= 3 +DISTVERSION= 30.2 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= GNU @@ -129,6 +128,8 @@ OPTIONS_EXCLUDE+= ALSA CAIRO DBUS GFILE GIF GSETTINGS GTK2 GTK3 \ PGTK PNG SCROLLBARS SVG TIFF WEBP XAW XAW3D XFT \ XIM XPM XWIDGETS .endif +OPTIONS_EXCLUDE_armv7= NATIVECOMP +OPTIONS_EXCLUDE_powerpc64= NATIVECOMP OPTIONS_SUB= YES ACL_DESC= Access control list support diff --git a/editors/emacs/distinfo b/editors/emacs/distinfo index 6928533ab5ca..2d6136af9279 100644 --- a/editors/emacs/distinfo +++ b/editors/emacs/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1740416719 -SHA256 (emacs-30.1.tar.xz) = 6ccac1ae76e6af93c6de1df175e8eb406767c23da3dd2a16aa67e3124a6f138f -SIZE (emacs-30.1.tar.xz) = 54978160 +TIMESTAMP = 1755212823 +SHA256 (emacs-30.2.tar.xz) = b3f36f18a6dd2715713370166257de2fae01f9d38cfe878ced9b1e6ded5befd9 +SIZE (emacs-30.2.tar.xz) = 55320324 SHA256 (emacs30.1-canna-20250224.diff.gz) = b93296ae41037e6457317fd1113f8c3f659f32d4310c28a6a5bf633f6fcd31e5 SIZE (emacs30.1-canna-20250224.diff.gz) = 30488 diff --git a/editors/emacs/files/sources.el.in b/editors/emacs/files/sources.el.in index 3f5929f3aa96..bc99181d4974 100644 --- 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 |