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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fab79b117c7
branches:  trunk
changeset: 362241:7fab79b117c7
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Tue May 09 15:29:15 2017 +0000

description:
Update nano to 2.8.2

2017.05.04 - GNU nano 2.8.2 "Krats" adds another new feature: it makes
                the ^G help texts searchable with ^W.  Apart from that,
                it fixes a crash when resizing the window in the middle
                of verbatim input, avoids an unlikely crash when used
                without UTF-8 support in some locales, avoids redrawing
                the screen twice when switching between buffers while
                line numbers are active, and works around a coloring
                bug on musl.  Plus tweaks to the documentation; plus
                translation updates for fifteen languages.

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 8a278c817a9f -r 7fab79b117c7 editors/nano/Makefile
--- a/editors/nano/Makefile     Tue May 09 15:07:42 2017 +0000
+++ b/editors/nano/Makefile     Tue May 09 15:29:15 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2017/04/18 22:06:20 wiedi Exp $
+# $NetBSD: Makefile,v 1.61 2017/05/09 15:29:15 wiedi Exp $
 
-DISTNAME=      nano-2.8.1
+DISTNAME=      nano-2.8.2
 CATEGORIES=    editors
 MASTER_SITES=  http://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
diff -r 8a278c817a9f -r 7fab79b117c7 editors/nano/PLIST
--- a/editors/nano/PLIST        Tue May 09 15:07:42 2017 +0000
+++ b/editors/nano/PLIST        Tue May 09 15:29:15 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2017/01/22 02:04:15 wiedi Exp $
+@comment $NetBSD: PLIST,v 1.23 2017/05/09 15:29:15 wiedi Exp $
 bin/nano
 bin/rnano
 info/nano.info
@@ -65,6 +65,7 @@
 share/nano/man.nanorc
 share/nano/mgp.nanorc
 share/nano/mutt.nanorc
+share/nano/nanohelp.nanorc
 share/nano/nanorc.nanorc
 share/nano/nftables.nanorc
 share/nano/objc.nanorc
diff -r 8a278c817a9f -r 7fab79b117c7 editors/nano/distinfo
--- a/editors/nano/distinfo     Tue May 09 15:07:42 2017 +0000
+++ b/editors/nano/distinfo     Tue May 09 15:29:15 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.33 2017/04/18 22:06:20 wiedi Exp $
+$NetBSD: distinfo,v 1.34 2017/05/09 15:29:15 wiedi Exp $
 
-SHA1 (nano-2.8.1.tar.xz) = 769ae2519ccba99e9ecfb0f7ca0e0c46bb76a5e6
-RMD160 (nano-2.8.1.tar.xz) = 1ba612727a661dfd6ef6a5bd97dd07a217c9d832
-SHA512 (nano-2.8.1.tar.xz) = 922962a63b5bb09851f6a0c89bc312b99b6026359b1a1558a408ef2a1dd9b46b45428fca2b4872d4186e934602ecc6a49d7012eb2dffcda7411007398e1adfdf
-Size (nano-2.8.1.tar.xz) = 1429084 bytes
+SHA1 (nano-2.8.2.tar.xz) = e3023055a2613219685f2b93cb77b066fb9eefa1
+RMD160 (nano-2.8.2.tar.xz) = 7167d9bb0e00f454fc315870157bf0130f7f34f1
+SHA512 (nano-2.8.2.tar.xz) = 3968e24165ca45e5e6c605260d6a38ac9505014df304d27a8d80f934e1f8dc3729610e555e1f29d88db828c8f234534e744ff9b4fc059a6de5a9aeb091aee824
+Size (nano-2.8.2.tar.xz) = 1438524 bytes
 SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56



Home | Main Index | Thread Index | Old Index