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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03334a685193
branches:  trunk
changeset: 768319:03334a685193
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Oct 18 13:56:26 2021 +0000

description:
nano: update to 5.9

2021.10.06 - GNU nano 5.9 "El manicomio ha decidido: mañana sol!"
• The extension of a filename is added to the name of a corresponding
  temporary file, so that spell checking a C file, for example, will
  check only the comments and strings (when using 'aspell').
• The process number is added to the name of an emergency save file,
  so that when multiple nanos die they will not fight over a filename.
• Undoing a cutting operation will restore an anchor that was located
  in the cut area to its original line.
• When using --locking, saving a new buffer will create a lock file.
• Syntax highlighting for YAML files has been added.

diffstat:

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

diffs (45 lines):

diff -r f0bb39deb0ee -r 03334a685193 editors/nano/Makefile
--- a/editors/nano/Makefile     Mon Oct 18 13:36:57 2021 +0000
+++ b/editors/nano/Makefile     Mon Oct 18 13:56:26 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2021/08/11 20:21:55 nia Exp $
+# $NetBSD: Makefile,v 1.100 2021/10/18 13:56:26 nia Exp $
 
-DISTNAME=      nano-5.8
+DISTNAME=      nano-5.9
 CATEGORIES=    editors
 MASTER_SITES=  https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/
 EXTRACT_SUFX=  .tar.xz
diff -r f0bb39deb0ee -r 03334a685193 editors/nano/PLIST
--- a/editors/nano/PLIST        Mon Oct 18 13:36:57 2021 +0000
+++ b/editors/nano/PLIST        Mon Oct 18 13:56:26 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2021/08/11 20:21:55 nia Exp $
+@comment $NetBSD: PLIST,v 1.29 2021/10/18 13:56:26 nia Exp $
 bin/nano
 bin/rnano
 info/nano.info
@@ -30,7 +30,6 @@
 share/locale/ms/LC_MESSAGES/nano.mo
 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
diff -r f0bb39deb0ee -r 03334a685193 editors/nano/distinfo
--- a/editors/nano/distinfo     Mon Oct 18 13:36:57 2021 +0000
+++ b/editors/nano/distinfo     Mon Oct 18 13:56:26 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.69 2021/10/07 13:47:43 nia Exp $
+$NetBSD: distinfo,v 1.70 2021/10/18 13:56:26 nia Exp $
 
-RMD160 (nano-5.8.tar.xz) = d09bd70ee419fbe26c20b1e1a7d413b7921fc1ae
-SHA512 (nano-5.8.tar.xz) = ac614587f1a76c5ccb425fc8b4c6d4f7748dda89b863b2b8c6937b31e837edca5c83e3c13f53c9f5da5a9e24a1d8093c19dd0e8a85723f0bbae57fdab155e15c
-Size (nano-5.8.tar.xz) = 1462364 bytes
+RMD160 (nano-5.9.tar.xz) = b74b86ba330af73ade3cee21328d380830d670da
+SHA512 (nano-5.9.tar.xz) = 45ff3abce4dab24a8090409e6d7bb26afa7fa7812a51e06728c2aa47d5b4de610d97ba4609cf13d9173087bd909fdf377235eee988a6fdcf52abb70341c40b5b
+Size (nano-5.9.tar.xz) = 1499852 bytes
 SHA1 (patch-configure) = 8df30018d732c00202b4173f1c3ae0e03aa56245
 SHA1 (patch-doc_nano.1) = 3d160aa6a4324400e79064d22cbd291a0d3de4f9
 SHA1 (patch-doc_nanorc.5) = 4d8af863bfa51eeac2a5e5cd04bd16aba3b6e29a


Home | Main Index | Thread Index | Old Index