pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d36ded30628
branches:  trunk
changeset: 348798:8d36ded30628
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Jun 19 10:43:34 2016 +0000

description:
Update editors/nano to 2.6.0

2016.06.17 - nano 2.6.0 "Rubicon" fixes more than fifty little bugs -- and
                some of them not so little.  It improves moving about in
                the file browser, corrects failings of the internal spell
                checker, adds a new feature (comment/uncomment lines, with
                default binding M-3), makes some error messages clearer,
                shows more of a file when positionlog is used and the cursor
                is near the end, displays all error messages at startup if
                there are multiple ones, does not misinterpret keystrokes
                when typing very fast, is less eager to trim the filename
                on narrow terminals, speeds up case-insensitive searches,
                and allows to abort re-searches.  Among bunches of other
                things.  It is worth the trouble to upgrade.

diffstat:

 editors/nano/Makefile                  |   7 +++----
 editors/nano/distinfo                  |  11 +++++------
 editors/nano/patches/patch-src_files.c |  13 -------------
 3 files changed, 8 insertions(+), 23 deletions(-)

diffs (50 lines):

diff -r 6a09d7de58f7 -r 8d36ded30628 editors/nano/Makefile
--- a/editors/nano/Makefile     Sun Jun 19 10:37:16 2016 +0000
+++ b/editors/nano/Makefile     Sun Jun 19 10:43:34 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2016/03/26 20:21:37 bsiegert Exp $
+# $NetBSD: Makefile,v 1.55 2016/06/19 10:43:34 wiedi Exp $
 
-DISTNAME=      nano-2.5.3
-PKGREVISION=   1
+DISTNAME=      nano-2.6.0
 CATEGORIES=    editors
-MASTER_SITES=  http://www.nano-editor.org/dist/v2.5/
+MASTER_SITES=  http://www.nano-editor.org/dist/v2.6/
 
 MAINTAINER=    wiedi%frubar.net@localhost
 HOMEPAGE=      http://www.nano-editor.org/
diff -r 6a09d7de58f7 -r 8d36ded30628 editors/nano/distinfo
--- a/editors/nano/distinfo     Sun Jun 19 10:37:16 2016 +0000
+++ b/editors/nano/distinfo     Sun Jun 19 10:43:34 2016 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.27 2016/03/26 20:21:37 bsiegert Exp $
+$NetBSD: distinfo,v 1.28 2016/06/19 10:43:34 wiedi Exp $
 
-SHA1 (nano-2.5.3.tar.gz) = 5ab42a39283a17f61ac5f044d9eae92e41ea8114
-RMD160 (nano-2.5.3.tar.gz) = 7f5d2bf718408d3a3c43e066ef66ba585b5e53ab
-SHA512 (nano-2.5.3.tar.gz) = 1d859f0bd88b9d907cfcaa84edc212bcaea4335c203922eb5b7378c2b45d88dffe1f3e4cb499a824d33781485834ef564997c58cf1fd92610d08f6ce8dcb67d5
-Size (nano-2.5.3.tar.gz) = 1967760 bytes
+SHA1 (nano-2.6.0.tar.gz) = 21a4658cacbf80bd04cbcb0241f426a782c0033b
+RMD160 (nano-2.6.0.tar.gz) = 4fd6a152e1e66f222b7c3434947d55b41711d64f
+SHA512 (nano-2.6.0.tar.gz) = c9bbc3c0c2020248ed1bbf62793c14abdf4786b38f22cf8f73c6b697bab9e95e293a83b27b9f52289a6b658816f442dff1504d3bdbfea094927f335037bdc384
+Size (nano-2.6.0.tar.gz) = 1960801 bytes
 SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56
-SHA1 (patch-src_files.c) = 3416d3437743794aa909ce62b545a02576277060
diff -r 6a09d7de58f7 -r 8d36ded30628 editors/nano/patches/patch-src_files.c
--- a/editors/nano/patches/patch-src_files.c    Sun Jun 19 10:37:16 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_files.c,v 1.1 2016/03/26 20:21:37 bsiegert Exp $
-
---- src/files.c.orig   2016-02-25 20:47:10.000000000 +0000
-+++ src/files.c
-@@ -43,7 +43,7 @@ bool has_valid_path(const char *filename
-     if (strrchr(filename, '/') == NULL)
-       parentdir = mallocstrcpy(NULL, ".");
-     else
--      parentdir = dirname(mallocstrcpy(NULL, filename));
-+      parentdir = mallocstrcpy(NULL, dirname(filename));
- 
-     if (stat(parentdir, &parentinfo) == -1) {
-       if (errno == ENOENT)



Home | Main Index | Thread Index | Old Index