pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/077e2c6ed4bc
branches:  trunk
changeset: 317106:077e2c6ed4bc
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Dec 31 09:58:36 2018 +0000

description:
Update to 3.2

Upstream changes:
2018 November 11

GNU nano 3.2 "Het kromme hout" changes the default binding
for the linter to M-B so that the spell checker (^T) can
always be used, and changes (when linting) the text in the
title bar and the color of the status bar to make linting
mode more obvious.  It also adds a bindable 'zap' function
for deleting a line or marked region without changing the
cutbuffer, adds --zap to bind the <Del> and <Backspace>
keys to the zap function when something is marked, and
hard-binds <Alt+Del> to 'zap'.  Furthermore, it shows the
cursor also in the help viewer (when --showcursor is used),
renames the bindable functions 'prevhistory' to 'older' and
'nexthistory' to 'newer' (update your nanorcs when needed),
reads the nanorc files also in restricted mode to allow
customization by the user (if this should not be allowed,
use --ignorercfiles in addition to --restricted), allows
in view mode to open also other files (if this should not
be allowed, use --restricted in addition to --view), makes
resizes respect a relative --fill again, no longer binds
F13...F15 by default, properly re-highlights a misspelled
word after invoking help in the internal spell checker,
and does not skip Unicode characters in string binds.

diffstat:

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

diffs (28 lines):

diff -r a035422dda2f -r 077e2c6ed4bc editors/nano/Makefile
--- a/editors/nano/Makefile     Mon Dec 31 09:50:33 2018 +0000
+++ b/editors/nano/Makefile     Mon Dec 31 09:58:36 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2018/09/23 03:46:04 wen Exp $
+# $NetBSD: Makefile,v 1.77 2018/12/31 09:58:36 wen Exp $
 
-DISTNAME=      nano-3.1
+DISTNAME=      nano-3.2
 CATEGORIES=    editors
 MASTER_SITES=  https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
diff -r a035422dda2f -r 077e2c6ed4bc editors/nano/distinfo
--- a/editors/nano/distinfo     Mon Dec 31 09:50:33 2018 +0000
+++ b/editors/nano/distinfo     Mon Dec 31 09:58:36 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.48 2018/09/23 03:46:04 wen Exp $
+$NetBSD: distinfo,v 1.49 2018/12/31 09:58:36 wen Exp $
 
-SHA1 (nano-3.1.tar.xz) = 64518199009b8d5094778b5f3373d16ad9a5a980
-RMD160 (nano-3.1.tar.xz) = fec0a804d4b87edf2399186775f8592d41b58126
-SHA512 (nano-3.1.tar.xz) = dc50381a129fec32d85982d8129324268e3e27a28c5b958fb7bcfca690646bd0a3b995dc456971355b91952c0ac3ea3e0a873b228010238a76e8dbb0ddaf1143
-Size (nano-3.1.tar.xz) = 1509524 bytes
+SHA1 (nano-3.2.tar.xz) = 723128dc1eade35a24a57c1d60d954b5cf308654
+RMD160 (nano-3.2.tar.xz) = 5c4f2610c5be418e2ac1656bb9657845da9550b6
+SHA512 (nano-3.2.tar.xz) = a2d6d379b7e580521ce7961ed560f9ca2103643fdd1d41b724b7546b95c5e2d4bc9a4006530e43a8f1c45c6bb6984d96a98ca50cdb08b4d5e261a860f05002b3
+Size (nano-3.2.tar.xz) = 1514744 bytes
 SHA1 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30



Home | Main Index | Thread Index | Old Index