diff options
author | wiedi <wiedi@pkgsrc.org> | 2018-01-30 01:21:33 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2018-01-30 01:21:33 +0000 |
commit | e9011008b1fa169801eac6fd9cd4a3ae2171b466 (patch) | |
tree | 3a178fd62ae61541c70cde2b39a5090c8693e3f2 | |
parent | b788a70212bd01238cbcc7fda56a3eda73488a60 (diff) | |
download | pkgsrc-e9011008b1fa169801eac6fd9cd4a3ae2171b466.tar.gz |
nano: updated to 2.9.3
2018.01.29 - GNU nano 2.9.3 "Córdoba" fixes a segfault with trimblanks
that could occur when a typed space caused the word after
it to be pushed to the next line. It further makes macros
work also when your keyboard still emits escape sequences,
adds the options -M and --trimblanks for the command line,
recognizes key combos with Shift on a few more terminals,
no longer shows dots in certain prompt texts when visible
witespace is turned on, fixes two corner cases when doing
replacements in a marked region, allows to open a named
pipe again when using --noread, and accurately detects
a needed color change when a line contains a start match
but not a corresponding end match any more. Plus some
other small fry.
-rw-r--r-- | editors/nano/Makefile | 4 | ||||
-rw-r--r-- | editors/nano/PLIST | 3 | ||||
-rw-r--r-- | editors/nano/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 8f8293e00d5..a8e8fb3b323 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2018/01/07 11:49:10 wen Exp $ +# $NetBSD: Makefile,v 1.70 2018/01/30 01:21:33 wiedi Exp $ -DISTNAME= nano-2.9.2 +DISTNAME= nano-2.9.3 CATEGORIES= editors MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.xz diff --git a/editors/nano/PLIST b/editors/nano/PLIST index fa4de0bd1a5..9cf5c00e927 100644 --- a/editors/nano/PLIST +++ b/editors/nano/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2017/05/09 15:29:15 wiedi Exp $ +@comment $NetBSD: PLIST,v 1.24 2018/01/30 01:21:33 wiedi Exp $ bin/nano bin/rnano info/nano.info @@ -30,6 +30,7 @@ share/locale/nb/LC_MESSAGES/nano.mo share/locale/nl/LC_MESSAGES/nano.mo share/locale/nn/LC_MESSAGES/nano.mo share/locale/pl/LC_MESSAGES/nano.mo +share/locale/pt/LC_MESSAGES/nano.mo share/locale/pt_BR/LC_MESSAGES/nano.mo share/locale/ro/LC_MESSAGES/nano.mo share/locale/ru/LC_MESSAGES/nano.mo diff --git a/editors/nano/distinfo b/editors/nano/distinfo index a905fbf16c1..46beb64e56a 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.41 2018/01/07 11:49:10 wen Exp $ +$NetBSD: distinfo,v 1.42 2018/01/30 01:21:33 wiedi Exp $ -SHA1 (nano-2.9.2.tar.xz) = 89b036eed62b4dac2098fbf0aaf5c65afd848966 -RMD160 (nano-2.9.2.tar.xz) = 06a4e823f64b784b7c53e442549f52f70d9c801f -SHA512 (nano-2.9.2.tar.xz) = 79b3e0bf08cf825124575b5e3717cee14e99b716d5e51da0b0318eba8e27e39f3efc168b18672cfd5cb2a6f43a8a310b8d713d5e54a8348b28406d9822be14f9 -Size (nano-2.9.2.tar.xz) = 1488864 bytes +SHA1 (nano-2.9.3.tar.xz) = e53b9d438e9dcc43e0abec7f4945217b6c8fd94b +RMD160 (nano-2.9.3.tar.xz) = aa81903189e1ff8a43940a150f84a25d3135e79d +SHA512 (nano-2.9.3.tar.xz) = 739ac5f8c5eac6f5beecf2bd02df58e7ed3e469a8cec6f61ee577716dfa68e3377f08861b1e062f16259dc9094ea3e229d58941fb752b4ae7d9e2c691d076208 +Size (nano-2.9.3.tar.xz) = 1494064 bytes SHA1 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30 |