pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs27 emacs27: update to 27.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0bddef91a41d
branches:  trunk
changeset: 449585:0bddef91a41d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 01 22:29:21 2021 +0000

description:
emacs27: update to 27.2.

Emacs 27.2 is a maintenance release.

    The behavior of the user option 'resize-mini-frames' has changed.

diffstat:

 editors/emacs27/Makefile   |   3 +--
 editors/emacs27/PLIST      |   5 ++++-
 editors/emacs27/distinfo   |  10 +++++-----
 editors/emacs27/version.mk |   4 ++--
 4 files changed, 12 insertions(+), 10 deletions(-)

diffs (69 lines):

diff -r 46fa05278a97 -r 0bddef91a41d editors/emacs27/Makefile
--- a/editors/emacs27/Makefile  Thu Apr 01 21:04:22 2021 +0000
+++ b/editors/emacs27/Makefile  Thu Apr 01 22:29:21 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2020/12/04 04:55:50 riastradh Exp $
+# $NetBSD: Makefile,v 1.6 2021/04/01 22:29:21 wiz Exp $
 
 CONFLICTS+=    emacs27-nox11-[0-9]*
 
-PKGREVISION=   4
 .include "../../editors/emacs27/Makefile.common"
 
 .include "options.mk"
diff -r 46fa05278a97 -r 0bddef91a41d editors/emacs27/PLIST
--- a/editors/emacs27/PLIST     Thu Apr 01 21:04:22 2021 +0000
+++ b/editors/emacs27/PLIST     Thu Apr 01 22:29:21 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/08/12 14:14:48 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/04/01 22:29:21 wiz Exp $
 bin/ctags
 bin/ebrowse
 bin/emacs
@@ -961,6 +961,7 @@
 share/emacs/${PKGVERSION}/etc/tutorials/TUTORIAL.th
 share/emacs/${PKGVERSION}/etc/tutorials/TUTORIAL.translators
 share/emacs/${PKGVERSION}/etc/tutorials/TUTORIAL.zh
+share/emacs/${PKGVERSION}/etc/w32-feature.el
 share/emacs/${PKGVERSION}/etc/yow.lines
 share/emacs/${PKGVERSION}/lisp/COPYING
 share/emacs/${PKGVERSION}/lisp/README
@@ -3252,6 +3253,8 @@
 share/emacs/${PKGVERSION}/lisp/org/org-plot.elc
 share/emacs/${PKGVERSION}/lisp/org/org-protocol.el.gz
 share/emacs/${PKGVERSION}/lisp/org/org-protocol.elc
+share/emacs/${PKGVERSION}/lisp/org/org-refile.el.gz
+share/emacs/${PKGVERSION}/lisp/org/org-refile.elc
 share/emacs/${PKGVERSION}/lisp/org/org-src.el.gz
 share/emacs/${PKGVERSION}/lisp/org/org-src.elc
 share/emacs/${PKGVERSION}/lisp/org/org-table.el.gz
diff -r 46fa05278a97 -r 0bddef91a41d editors/emacs27/distinfo
--- a/editors/emacs27/distinfo  Thu Apr 01 21:04:22 2021 +0000
+++ b/editors/emacs27/distinfo  Thu Apr 01 22:29:21 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2020/09/20 15:44:33 wiz Exp $
+$NetBSD: distinfo,v 1.4 2021/04/01 22:29:21 wiz Exp $
 
-SHA1 (emacs-27.1.tar.gz) = 47d5c733cc41406e6f78df9784e4eddf92dfe392
-RMD160 (emacs-27.1.tar.gz) = 9ddfd28ab54c4aee168eeecb783d13599e5b5288
-SHA512 (emacs-27.1.tar.gz) = fce6c785e9fd9e53282d8293c0c222b3a8cf433db2c19de98bef9e5c1797ffe17663ce1cf205edea6a7b8ded7842df2def2c859c563f091bd68d03ffa9c39198
-Size (emacs-27.1.tar.gz) = 65782481 bytes
+SHA1 (emacs-27.2.tar.gz) = 6c5370eda0bf41e3346dcf2d6cfe994ac56445c1
+RMD160 (emacs-27.2.tar.gz) = 5cf2927984b34cfd611114190c8b7f498093e994
+SHA512 (emacs-27.2.tar.gz) = dddba2794df136a52a9f65b81acd765dcca01148b65bf37b249d620d3b143ecc94be25ea9efe96c0884a2deeb16e3fc63bbb42c690e86ac6d5faef43b8b8c4e3
+Size (emacs-27.2.tar.gz) = 67153050 bytes
 SHA1 (patch-lib-src_emacsclient.c) = c329314da221df5cc60cc3da2424589843ef8dc9
 SHA1 (patch-src_inotify.c) = 1fdc6566ed57e8418f1ddc85bb03518d7d9d6bb3
diff -r 46fa05278a97 -r 0bddef91a41d editors/emacs27/version.mk
--- a/editors/emacs27/version.mk        Thu Apr 01 21:04:22 2021 +0000
+++ b/editors/emacs27/version.mk        Thu Apr 01 22:29:21 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.1 2020/08/12 14:14:48 ryoon Exp $
+# $NetBSD: version.mk,v 1.2 2021/04/01 22:29:21 wiz Exp $
 
 _EMACS_FLAVOR= emacs
 _EMACS_REQD=   emacs27>=27.1<28
 
 _EMACS_VERSION_MAJOR=  27
-_EMACS_VERSION_MINOR=  1
+_EMACS_VERSION_MINOR=  2



Home | Main Index | Thread Index | Old Index