From d0954b9f80b44506024b9cee22b23c68baab6e76 Mon Sep 17 00:00:00 2001 From: wiedi Date: Tue, 15 May 2018 15:14:10 +0000 Subject: nano: update to 2.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2018.05.15 - GNU nano 2.9.7 "Hvide Sande" adds the option '--afterends' for making Ctrl+Right (the nextword function) stop at word ends instead of beginnings, accepts multibyte letters for the Yes/No/All answers, does emergency saves of changed buffers in the unlikely event that nano crashes, adds the until-now missing bindable function 'linenumbers', and renames the toggles 'constupdate' to 'constantshow' and 'cuttoend' to 'cutfromcursor', for consistency with the corresponding options -- adjust your nanorc files soon. 2018.04.27 - GNU nano 2.9.6 "Gomance" fixes a crash in word completion, makes --enable-altrcname work again, improves the fluidity of scrolling when using the touchpad, tweaks the syntaxes for shell scripts and PO files, makes a replacing session go always forward by default, no longer inserts a newline after an external spell check of a selected region, always accepts the English Y and N (and A) at a yes-no prompt in any locale, and solves a few hypothetical bugs. 2018.03.29 - GNU nano 2.9.5 "Kiša pada" changes the way the Scroll-Up and Scroll-Down commands work (M-- and M-+): instead of keeping the cursor in the same screen position they now keep the cursor in the same text position (if possible). This version further adds a new color name, "normal", which gives the default foreground or background color, which is useful when you want to undo some overzealous painting by earlier syntax regexes. Bug fixes include: a segfault when trying to insert a file in restricted mode, the reading in of a new file being "undoable", a slight miswrapping of help texts when --linenumbers was used, and the shell syntax coloring the word "tar" in file names. --- editors/nano/Makefile | 4 ++-- editors/nano/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'editors') diff --git a/editors/nano/Makefile b/editors/nano/Makefile index e7f806f20aa..47c400bcb3d 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2018/03/10 10:21:07 wiedi Exp $ +# $NetBSD: Makefile,v 1.72 2018/05/15 15:14:10 wiedi Exp $ -DISTNAME= nano-2.9.4 +DISTNAME= nano-2.9.7 CATEGORIES= editors MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.xz diff --git a/editors/nano/distinfo b/editors/nano/distinfo index e91deb42765..7419014491c 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.43 2018/03/10 10:21:07 wiedi Exp $ +$NetBSD: distinfo,v 1.44 2018/05/15 15:14:10 wiedi Exp $ -SHA1 (nano-2.9.4.tar.xz) = 88b90a39a140fab1912b82e35ce711c5ee47c5f4 -RMD160 (nano-2.9.4.tar.xz) = 0b2c8d44bc1816241cebac9fe68effe9aea8455b -SHA512 (nano-2.9.4.tar.xz) = d8ef564ab9db2cd5f230061e5bb55f6bc36b6450c7585562ee32a27702a44276d94febd3c988b70eaf5b2e1a453426042c079a9eb40a4e71744da1ddde269863 -Size (nano-2.9.4.tar.xz) = 1497148 bytes +SHA1 (nano-2.9.7.tar.xz) = 8a3b303ab0d869f760afc28f62ac399ac9d379c7 +RMD160 (nano-2.9.7.tar.xz) = ac4df60260e3e21b07234cfbbe312ce7bcbbcf77 +SHA512 (nano-2.9.7.tar.xz) = 872ff35504eb51e9cf80ececc6719598e1d31832ca937b7e523c818164a1d95a7c92346297c0f4796b37d228d55e7c0d448e7c894244686c58459f87172761a1 +Size (nano-2.9.7.tar.xz) = 1504124 bytes SHA1 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30 -- cgit v1.2.3