pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nano nano: updated to 2.9.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ada940da1423
branches:  trunk
changeset: 374820:ada940da1423
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Tue Jan 30 01:21:33 2018 +0000

description:
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.

diffstat:

 editors/nano/Makefile |   4 ++--
 editors/nano/PLIST    |   3 ++-
 editors/nano/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 3a20281ddca8 -r ada940da1423 editors/nano/Makefile
--- a/editors/nano/Makefile     Mon Jan 29 22:37:47 2018 +0000
+++ b/editors/nano/Makefile     Tue Jan 30 01:21:33 2018 +0000
@@ -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 -r 3a20281ddca8 -r ada940da1423 editors/nano/PLIST
--- a/editors/nano/PLIST        Mon Jan 29 22:37:47 2018 +0000
+++ b/editors/nano/PLIST        Tue Jan 30 01:21:33 2018 +0000
@@ -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/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 -r 3a20281ddca8 -r ada940da1423 editors/nano/distinfo
--- a/editors/nano/distinfo     Mon Jan 29 22:37:47 2018 +0000
+++ b/editors/nano/distinfo     Tue Jan 30 01:21:33 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index