pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nano nano: update to 5.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec7c9e3d8fd6
branches:  trunk
changeset: 456937:ec7c9e3d8fd6
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Aug 11 20:21:55 2021 +0000

description:
nano: update to 5.8

2021.06.15 - GNU nano 5.8 "Why is it necessary to be special?"
• After a search, the spotlighting is dropped after 1.5 seconds (0.8
  seconds with --quick) to avoid the idea that the text is selected.
• A + and a space before a filename on the command line will put the
  cursor at the end of the corresponding buffer.
• Linter messages no longer include filename and line/column numbers.
• Color name "grey" or "gray" can be used instead of "lightblack".
• The color of the minibar can be chosen with 'set minicolor'.

diffstat:

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

diffs (47 lines):

diff -r c5d41e057fff -r ec7c9e3d8fd6 editors/nano/Makefile
--- a/editors/nano/Makefile     Wed Aug 11 20:20:39 2021 +0000
+++ b/editors/nano/Makefile     Wed Aug 11 20:21:55 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2021/04/29 18:44:14 wiedi Exp $
+# $NetBSD: Makefile,v 1.99 2021/08/11 20:21:55 nia Exp $
 
-DISTNAME=      nano-5.7
+DISTNAME=      nano-5.8
 CATEGORIES=    editors
 MASTER_SITES=  https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/
 EXTRACT_SUFX=  .tar.xz
diff -r c5d41e057fff -r ec7c9e3d8fd6 editors/nano/PLIST
--- a/editors/nano/PLIST        Wed Aug 11 20:20:39 2021 +0000
+++ b/editors/nano/PLIST        Wed Aug 11 20:21:55 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2021/04/29 18:44:14 wiedi Exp $
+@comment $NetBSD: PLIST,v 1.28 2021/08/11 20:21:55 nia Exp $
 bin/nano
 bin/rnano
 info/nano.info
@@ -36,6 +36,7 @@
 share/locale/pt_BR/LC_MESSAGES/nano.mo
 share/locale/ro/LC_MESSAGES/nano.mo
 share/locale/ru/LC_MESSAGES/nano.mo
+share/locale/sk/LC_MESSAGES/nano.mo
 share/locale/sl/LC_MESSAGES/nano.mo
 share/locale/sr/LC_MESSAGES/nano.mo
 share/locale/sv/LC_MESSAGES/nano.mo
diff -r c5d41e057fff -r ec7c9e3d8fd6 editors/nano/distinfo
--- a/editors/nano/distinfo     Wed Aug 11 20:20:39 2021 +0000
+++ b/editors/nano/distinfo     Wed Aug 11 20:21:55 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.67 2021/04/29 18:44:14 wiedi Exp $
+$NetBSD: distinfo,v 1.68 2021/08/11 20:21:55 nia Exp $
 
-SHA1 (nano-5.7.tar.xz) = ae19875914a31859ccd52cceaac344d275df2e49
-RMD160 (nano-5.7.tar.xz) = 982b29f6ff25fa26b8234ba4cdcad2c354808c6c
-SHA512 (nano-5.7.tar.xz) = 7f604aff497afb01ea5ff31a3521c84ad225e420a61af2351f8705f5cca108c16a56e79ecf9cc1d6ea55b0818d11628a6e05d5269a593ceca5c01c18c88791dd
-Size (nano-5.7.tar.xz) = 1447076 bytes
+SHA1 (nano-5.8.tar.xz) = 925e65db58cb8347bf809084d6ebb71637395176
+RMD160 (nano-5.8.tar.xz) = d09bd70ee419fbe26c20b1e1a7d413b7921fc1ae
+SHA512 (nano-5.8.tar.xz) = ac614587f1a76c5ccb425fc8b4c6d4f7748dda89b863b2b8c6937b31e837edca5c83e3c13f53c9f5da5a9e24a1d8093c19dd0e8a85723f0bbae57fdab155e15c
+Size (nano-5.8.tar.xz) = 1462364 bytes
 SHA1 (patch-configure) = 8df30018d732c00202b4173f1c3ae0e03aa56245
 SHA1 (patch-doc_nano.1) = 3d160aa6a4324400e79064d22cbd291a0d3de4f9
 SHA1 (patch-doc_nanorc.5) = 4d8af863bfa51eeac2a5e5cd04bd16aba3b6e29a


Home | Main Index | Thread Index | Old Index