Fri Aug 30 15:46:11 2019 UTC ()
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.


(ryoon)
diff -r1.12 -r1.13 pkgsrc/editors/emacs26/Makefile
diff -r1.3 -r1.4 pkgsrc/editors/emacs26/distinfo
diff -r1.2 -r1.3 pkgsrc/editors/emacs26/version.mk

cvs diff -r1.12 -r1.13 pkgsrc/editors/emacs26/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/emacs26/Makefile 2019/07/21 22:24:42 1.12
+++ pkgsrc/editors/emacs26/Makefile 2019/08/30 15:46:11 1.13
@@ -1,12 +1,11 @@ @@ -1,12 +1,11 @@
1# $NetBSD: Makefile,v 1.12 2019/07/21 22:24:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2019/08/30 15:46:11 ryoon Exp $
2 2
3CONFLICTS+= emacs26-nox11-[0-9]* 3CONFLICTS+= emacs26-nox11-[0-9]*
4 4
5PKGREVISION= 2 
6.include "../../editors/emacs26/Makefile.common" 5.include "../../editors/emacs26/Makefile.common"
7 6
8.include "options.mk" 7.include "options.mk"
9 8
10.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 9.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
11.include "../../sysutils/desktop-file-utils/desktopdb.mk" 10.include "../../sysutils/desktop-file-utils/desktopdb.mk"
12.include "../../mk/bsd.pkg.mk" 11.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/editors/emacs26/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/emacs26/distinfo 2019/04/14 07:03:20 1.3
+++ pkgsrc/editors/emacs26/distinfo 2019/08/30 15:46:11 1.4
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.3 2019/04/14 07:03:20 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2019/08/30 15:46:11 ryoon Exp $
2 2
3SHA1 (emacs-26.2.tar.gz) = da9e04d8b66feb1336b538ef250ae2b063ad1a58 3SHA1 (emacs-26.3.tar.gz) = 79f6d7c4b26787c44189fe5d1520c354f470f3fb
4RMD160 (emacs-26.2.tar.gz) = 3d9f5d7772e23425bcba7a6edb3183ce58bbb737 4RMD160 (emacs-26.3.tar.gz) = 263c0152f538d3371c60accb710f3825b01ae097
5SHA512 (emacs-26.2.tar.gz) = 90ffa102b5363c0c2c518df043b4be182bc24dbee2e15ca6c0863c1b7a6fc2826493773046f21a75cd2c42f44945e30b1d7b120eb52b81e55d9870c4dfb20c1d 5SHA512 (emacs-26.3.tar.gz) = a0248a0b9197d557743ba3224831f622276ad324956bd5db3d07ff5030959b09ebb7e77aac488ef74bf32184d4dcb89ceda1bf9f37b9c883f2743d39d181edcf
6Size (emacs-26.2.tar.gz) = 65202886 bytes 6Size (emacs-26.3.tar.gz) = 65207899 bytes
7SHA1 (patch-configure) = ceb64518bd90b9c6dbd46174ad19e540b5ea96ed 7SHA1 (patch-configure) = ceb64518bd90b9c6dbd46174ad19e540b5ea96ed
8SHA1 (patch-configure.ac) = 232c4466c7de759881169c7016b07537043a6d54 8SHA1 (patch-configure.ac) = 232c4466c7de759881169c7016b07537043a6d54
9SHA1 (patch-src_inotify.c) = 1fdc6566ed57e8418f1ddc85bb03518d7d9d6bb3 9SHA1 (patch-src_inotify.c) = 1fdc6566ed57e8418f1ddc85bb03518d7d9d6bb3

cvs diff -r1.2 -r1.3 pkgsrc/editors/emacs26/version.mk (expand / switch to unified diff)

--- pkgsrc/editors/emacs26/version.mk 2019/04/14 07:03:20 1.2
+++ pkgsrc/editors/emacs26/version.mk 2019/08/30 15:46:11 1.3
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1# $NetBSD: version.mk,v 1.2 2019/04/14 07:03:20 wiz Exp $ 1# $NetBSD: version.mk,v 1.3 2019/08/30 15:46:11 ryoon Exp $
2 2
3_EMACS_FLAVOR= emacs 3_EMACS_FLAVOR= emacs
4_EMACS_REQD= emacs26>=26.1<27 4_EMACS_REQD= emacs26>=26.1<27
5 5
6_EMACS_VERSION_MAJOR= 26 6_EMACS_VERSION_MAJOR= 26
7_EMACS_VERSION_MINOR= 2 7_EMACS_VERSION_MINOR= 3