pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nano Update nano to 2.8.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d37d26cf64bd
branches:  trunk
changeset: 367346:d37d26cf64bd
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Wed Aug 30 10:21:58 2017 +0000

description:
Update nano to 2.8.7

2017.08.27 - GNU nano 2.8.7 "Fragrance" fixes a lockup when tabs are
                wider than the screen, makes indenting + unindenting
                more predictable by retaining relative indentations,
                allows pasting (^U) at a prompt, allows triple quotes
                in Python to not be followed by a character, does not
                scroll three pages on a roll of the mouse wheel, binds
                Alt+Up and Alt+Down to findprevious and findnext, and
                fixes some hard-to-describe issues with softwrapping
                and boundary-crossing tabs.  Enjoy.

diffstat:

 editors/nano/Makefile |   4 ++--
 editors/nano/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r ea2b35043cf5 -r d37d26cf64bd editors/nano/Makefile
--- a/editors/nano/Makefile     Wed Aug 30 08:13:08 2017 +0000
+++ b/editors/nano/Makefile     Wed Aug 30 10:21:58 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2017/08/05 01:35:49 wen Exp $
+# $NetBSD: Makefile,v 1.65 2017/08/30 10:21:58 wiedi Exp $
 
-DISTNAME=      nano-2.8.6
+DISTNAME=      nano-2.8.7
 CATEGORIES=    editors
 MASTER_SITES=  http://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
diff -r ea2b35043cf5 -r d37d26cf64bd editors/nano/distinfo
--- a/editors/nano/distinfo     Wed Aug 30 08:13:08 2017 +0000
+++ b/editors/nano/distinfo     Wed Aug 30 10:21:58 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.37 2017/08/05 01:35:49 wen Exp $
+$NetBSD: distinfo,v 1.38 2017/08/30 10:21:58 wiedi Exp $
 
-SHA1 (nano-2.8.6.tar.xz) = 7a9ec834c3c26d25baabbeefedb64b665edac201
-RMD160 (nano-2.8.6.tar.xz) = c003358aeb3816d6bd71beb908720ef9a3013981
-SHA512 (nano-2.8.6.tar.xz) = 268ba5aef5ebfb7f553bc08281539df7a5fe58acdd9aaec0af4cf66b81a9e8b1b917b7e59bfc46bfe465eeccd4cdba7d673d552be8ac46ff778c3196a83226f1
-Size (nano-2.8.6.tar.xz) = 1463304 bytes
+SHA1 (nano-2.8.7.tar.xz) = 34e1c01612a90c18e3612febc452565ded2ca42e
+RMD160 (nano-2.8.7.tar.xz) = e4c18e8c41e54eab839a91ab199651b18fff481e
+SHA512 (nano-2.8.7.tar.xz) = d7ef960d5178be64c17ba97729895564ab83583a6c4ccb19f870437f58aac4900c1de1a054963d87258f79956a03afa0ce94631891ec616096d120caed83a098
+Size (nano-2.8.7.tar.xz) = 1469384 bytes
 SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56



Home | Main Index | Thread Index | Old Index