pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/nano



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Tue Jan 30 01:21:33 UTC 2018

Modified Files:
        pkgsrc/editors/nano: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/editors/nano/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/editors/nano/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.69 pkgsrc/editors/nano/Makefile:1.70
--- pkgsrc/editors/nano/Makefile:1.69   Sun Jan  7 11:49:10 2018
+++ pkgsrc/editors/nano/Makefile        Tue Jan 30 01:21:33 2018
@@ -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

Index: pkgsrc/editors/nano/PLIST
diff -u pkgsrc/editors/nano/PLIST:1.23 pkgsrc/editors/nano/PLIST:1.24
--- pkgsrc/editors/nano/PLIST:1.23      Tue May  9 15:29:15 2017
+++ pkgsrc/editors/nano/PLIST   Tue Jan 30 01:21:33 2018
@@ -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/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
 share/locale/ro/LC_MESSAGES/nano.mo
 share/locale/ru/LC_MESSAGES/nano.mo

Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.41 pkgsrc/editors/nano/distinfo:1.42
--- pkgsrc/editors/nano/distinfo:1.41   Sun Jan  7 11:49:10 2018
+++ pkgsrc/editors/nano/distinfo        Tue Jan 30 01:21:33 2018
@@ -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