pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/emacs26



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Aug 30 15:46:11 UTC 2019

Modified Files:
        pkgsrc/editors/emacs26: Makefile distinfo version.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/emacs26/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/emacs26/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/emacs26/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs26/Makefile
diff -u pkgsrc/editors/emacs26/Makefile:1.12 pkgsrc/editors/emacs26/Makefile:1.13
--- pkgsrc/editors/emacs26/Makefile:1.12        Sun Jul 21 22:24:42 2019
+++ pkgsrc/editors/emacs26/Makefile     Fri Aug 30 15:46:11 2019
@@ -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"

Index: pkgsrc/editors/emacs26/distinfo
diff -u pkgsrc/editors/emacs26/distinfo:1.3 pkgsrc/editors/emacs26/distinfo:1.4
--- pkgsrc/editors/emacs26/distinfo:1.3 Sun Apr 14 07:03:20 2019
+++ pkgsrc/editors/emacs26/distinfo     Fri Aug 30 15:46:11 2019
@@ -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

Index: pkgsrc/editors/emacs26/version.mk
diff -u pkgsrc/editors/emacs26/version.mk:1.2 pkgsrc/editors/emacs26/version.mk:1.3
--- pkgsrc/editors/emacs26/version.mk:1.2       Sun Apr 14 07:03:20 2019
+++ pkgsrc/editors/emacs26/version.mk   Fri Aug 30 15:46:11 2019
@@ -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



Home | Main Index | Thread Index | Old Index