summaryrefslogtreecommitdiff
path: root/editors/emacs26
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-08-30 15:46:11 +0000
committerryoon <ryoon@pkgsrc.org>2019-08-30 15:46:11 +0000
commita8a24054cb840fd3b90953e7ba3129dd72cff1fb (patch)
tree3773a1ec4df42e9c57f08d46687691e7ec32428f /editors/emacs26
parent9b6826518a04963d956ff80705539bda2f4f6bfe (diff)
downloadpkgsrc-a8a24054cb840fd3b90953e7ba3129dd72cff1fb.tar.gz
Update to 26.3
Changelog: * Changes in Emacs 26.3 ** New option 'help-enable-completion-auto-load'. This allows disabling the new feature introduced in Emacs 26.1 which loads files during completion of 'C-h f' and 'C-h v' according to 'definition-prefixes'. ** Emacs now supports the new Japanese Era name. The newly assigned codepoint U+32FF was added to the Unicode Character Database compiled into Emacs.
Diffstat (limited to 'editors/emacs26')
-rw-r--r--editors/emacs26/Makefile3
-rw-r--r--editors/emacs26/distinfo10
-rw-r--r--editors/emacs26/version.mk4
3 files changed, 8 insertions, 9 deletions
diff --git a/editors/emacs26/Makefile b/editors/emacs26/Makefile
index 109e738712d..e999aaf4e08 100644
--- a/editors/emacs26/Makefile
+++ b/editors/emacs26/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2019/07/21 22:24:42 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/08/30 15:46:11 ryoon Exp $
CONFLICTS+= emacs26-nox11-[0-9]*
-PKGREVISION= 2
.include "../../editors/emacs26/Makefile.common"
.include "options.mk"
diff --git a/editors/emacs26/distinfo b/editors/emacs26/distinfo
index 5dbe5471c12..cc26e84c1a8 100644
--- a/editors/emacs26/distinfo
+++ b/editors/emacs26/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2019/04/14 07:03:20 wiz Exp $
+$NetBSD: distinfo,v 1.4 2019/08/30 15:46:11 ryoon Exp $
-SHA1 (emacs-26.2.tar.gz) = da9e04d8b66feb1336b538ef250ae2b063ad1a58
-RMD160 (emacs-26.2.tar.gz) = 3d9f5d7772e23425bcba7a6edb3183ce58bbb737
-SHA512 (emacs-26.2.tar.gz) = 90ffa102b5363c0c2c518df043b4be182bc24dbee2e15ca6c0863c1b7a6fc2826493773046f21a75cd2c42f44945e30b1d7b120eb52b81e55d9870c4dfb20c1d
-Size (emacs-26.2.tar.gz) = 65202886 bytes
+SHA1 (emacs-26.3.tar.gz) = 79f6d7c4b26787c44189fe5d1520c354f470f3fb
+RMD160 (emacs-26.3.tar.gz) = 263c0152f538d3371c60accb710f3825b01ae097
+SHA512 (emacs-26.3.tar.gz) = a0248a0b9197d557743ba3224831f622276ad324956bd5db3d07ff5030959b09ebb7e77aac488ef74bf32184d4dcb89ceda1bf9f37b9c883f2743d39d181edcf
+Size (emacs-26.3.tar.gz) = 65207899 bytes
SHA1 (patch-configure) = ceb64518bd90b9c6dbd46174ad19e540b5ea96ed
SHA1 (patch-configure.ac) = 232c4466c7de759881169c7016b07537043a6d54
SHA1 (patch-src_inotify.c) = 1fdc6566ed57e8418f1ddc85bb03518d7d9d6bb3
diff --git a/editors/emacs26/version.mk b/editors/emacs26/version.mk
index 9ed20940fb7..719258c40ef 100644
--- a/editors/emacs26/version.mk
+++ b/editors/emacs26/version.mk
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.2 2019/04/14 07:03:20 wiz Exp $
+# $NetBSD: version.mk,v 1.3 2019/08/30 15:46:11 ryoon Exp $
_EMACS_FLAVOR= emacs
_EMACS_REQD= emacs26>=26.1<27
_EMACS_VERSION_MAJOR= 26
-_EMACS_VERSION_MINOR= 2
+_EMACS_VERSION_MINOR= 3