Sun Jun 19 10:43:34 2016 UTC ()
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.


(wiedi)
diff -r1.54 -r1.55 pkgsrc/editors/nano/Makefile
diff -r1.27 -r1.28 pkgsrc/editors/nano/distinfo
diff -r1.1 -r0 pkgsrc/editors/nano/patches/patch-src_files.c

cvs diff -r1.54 -r1.55 pkgsrc/editors/nano/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/nano/Makefile 2016/03/26 20:21:37 1.54
+++ pkgsrc/editors/nano/Makefile 2016/06/19 10:43:34 1.55
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.54 2016/03/26 20:21:37 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.55 2016/06/19 10:43:34 wiedi Exp $
2 2
3DISTNAME= nano-2.5.3 3DISTNAME= nano-2.6.0
4PKGREVISION= 1 
5CATEGORIES= editors 4CATEGORIES= editors
6MASTER_SITES= http://www.nano-editor.org/dist/v2.5/ 5MASTER_SITES= http://www.nano-editor.org/dist/v2.6/
7 6
8MAINTAINER= wiedi@frubar.net 7MAINTAINER= wiedi@frubar.net
9HOMEPAGE= http://www.nano-editor.org/ 8HOMEPAGE= http://www.nano-editor.org/
10COMMENT= Small and friendly text editor (a free replacement for Pico) 9COMMENT= Small and friendly text editor (a free replacement for Pico)
11LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_PKGLOCALEDIR= yes 13USE_PKGLOCALEDIR= yes
15USE_TOOLS+= msgfmt 14USE_TOOLS+= msgfmt
16 15
17INFO_FILES= yes 16INFO_FILES= yes
18 17
19CONFIGURE_ARGS+= --enable-color 18CONFIGURE_ARGS+= --enable-color

cvs diff -r1.27 -r1.28 pkgsrc/editors/nano/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/nano/distinfo 2016/03/26 20:21:37 1.27
+++ pkgsrc/editors/nano/distinfo 2016/06/19 10:43:34 1.28
@@ -1,8 +1,7 @@ @@ -1,8 +1,7 @@
1$NetBSD: distinfo,v 1.27 2016/03/26 20:21:37 bsiegert Exp $ 1$NetBSD: distinfo,v 1.28 2016/06/19 10:43:34 wiedi Exp $
2 2
3SHA1 (nano-2.5.3.tar.gz) = 5ab42a39283a17f61ac5f044d9eae92e41ea8114 3SHA1 (nano-2.6.0.tar.gz) = 21a4658cacbf80bd04cbcb0241f426a782c0033b
4RMD160 (nano-2.5.3.tar.gz) = 7f5d2bf718408d3a3c43e066ef66ba585b5e53ab 4RMD160 (nano-2.6.0.tar.gz) = 4fd6a152e1e66f222b7c3434947d55b41711d64f
5SHA512 (nano-2.5.3.tar.gz) = 1d859f0bd88b9d907cfcaa84edc212bcaea4335c203922eb5b7378c2b45d88dffe1f3e4cb499a824d33781485834ef564997c58cf1fd92610d08f6ce8dcb67d5 5SHA512 (nano-2.6.0.tar.gz) = c9bbc3c0c2020248ed1bbf62793c14abdf4786b38f22cf8f73c6b697bab9e95e293a83b27b9f52289a6b658816f442dff1504d3bdbfea094927f335037bdc384
6Size (nano-2.5.3.tar.gz) = 1967760 bytes 6Size (nano-2.6.0.tar.gz) = 1960801 bytes
7SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56 7SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56
8SHA1 (patch-src_files.c) = 3416d3437743794aa909ce62b545a02576277060 

File Deleted: pkgsrc/editors/nano/patches/Attic/patch-src_files.c