Sun Jan 7 11:49:10 2018 UTC ()
Update to 2.9.2

Upstream changes:
2018 January 2

GNU nano 2.9.2 "Pussy Riot" correctly displays the Modified
state when undoing/redoing (also when the file was saved
somewhere midway), improves the undoing of an automatic
linefeed at EOF, fixes a build issue on the BSDs, shows
the cursor again when compiled with --withslang, renames
the option 'justifytrim' to 'trimblanks' because it will
now snip trailing whitespace also while you are typing
(and hard-wrapping is enabled), continues pushing words
to the next line much longer (when hard-wrapping), makes
 and  indent and unindent a marked region,
allows unindenting when not all lines are indented, lets a
region marked with Shift persist when indenting/unindenting
or commenting/uncommenting it, and in those cases excludes
the last line of the region when it is not visibly marked
(which makes for a more intuitive behavior).


(wen)
diff -r1.68 -r1.69 pkgsrc/editors/nano/Makefile
diff -r1.40 -r1.41 pkgsrc/editors/nano/distinfo
diff -r1.3 -r1.4 pkgsrc/editors/nano/patches/patch-configure
diff -r1.1 -r0 pkgsrc/editors/nano/patches/patch-lib_stat.c

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

--- pkgsrc/editors/nano/Makefile 2017/12/30 21:59:26 1.68
+++ pkgsrc/editors/nano/Makefile 2018/01/07 11:49:10 1.69
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.68 2017/12/30 21:59:26 schwarz Exp $ 1# $NetBSD: Makefile,v 1.69 2018/01/07 11:49:10 wen Exp $
2 2
3DISTNAME= nano-2.9.1 3DISTNAME= nano-2.9.2
4CATEGORIES= editors 4CATEGORIES= editors
5MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/ 5MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= wiedi@frubar.net 8MAINTAINER= wiedi@frubar.net
9HOMEPAGE= https://www.nano-editor.org/ 9HOMEPAGE= https://www.nano-editor.org/
10COMMENT= Small and friendly text editor (a free replacement for Pico) 10COMMENT= Small and friendly text editor (a free replacement for Pico)
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13USE_PKGLOCALEDIR= yes 13USE_PKGLOCALEDIR= yes
14USE_TOOLS+= msgfmt gmake 14USE_TOOLS+= msgfmt gmake
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --enable-color 16CONFIGURE_ARGS+= --enable-color

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

--- pkgsrc/editors/nano/distinfo 2017/12/30 21:59:26 1.40
+++ pkgsrc/editors/nano/distinfo 2018/01/07 11:49:10 1.41
@@ -1,8 +1,7 @@ @@ -1,8 +1,7 @@
1$NetBSD: distinfo,v 1.40 2017/12/30 21:59:26 schwarz Exp $ 1$NetBSD: distinfo,v 1.41 2018/01/07 11:49:10 wen Exp $
2 2
3SHA1 (nano-2.9.1.tar.xz) = 2f7866e9fa6f3ecd780395aaf501fa44335c92f0 3SHA1 (nano-2.9.2.tar.xz) = 89b036eed62b4dac2098fbf0aaf5c65afd848966
4RMD160 (nano-2.9.1.tar.xz) = 95c836f3d6e5abff504e2a8209b5a2202cda408b 4RMD160 (nano-2.9.2.tar.xz) = 06a4e823f64b784b7c53e442549f52f70d9c801f
5SHA512 (nano-2.9.1.tar.xz) = ce594171979a35b2db2e255af962bf91bd826afba1e986abd217138f2879a956d2f6dd882dd5071eedb75467c1d8c048ddda2bbef2cac523b1cc3b0847ed6af9 5SHA512 (nano-2.9.2.tar.xz) = 79b3e0bf08cf825124575b5e3717cee14e99b716d5e51da0b0318eba8e27e39f3efc168b18672cfd5cb2a6f43a8a310b8d713d5e54a8348b28406d9822be14f9
6Size (nano-2.9.1.tar.xz) = 1485072 bytes 6Size (nano-2.9.2.tar.xz) = 1488864 bytes
7SHA1 (patch-configure) = b772e440d313ed07627150cf36ac59a68c67ab07 7SHA1 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30
8SHA1 (patch-lib_stat.c) = 1447be5eb2a1c0bb3ff0490872fe6cc5a8ea37a6 

cvs diff -r1.3 -r1.4 pkgsrc/editors/nano/patches/patch-configure (expand / switch to unified diff)

--- pkgsrc/editors/nano/patches/patch-configure 2017/12/30 21:59:26 1.3
+++ pkgsrc/editors/nano/patches/patch-configure 2018/01/07 11:49:10 1.4
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-configure,v 1.3 2017/12/30 21:59:26 schwarz Exp $ 1$NetBSD: patch-configure,v 1.4 2018/01/07 11:49:10 wen Exp $
2 2
3Disable the groff html check to prevent random PLIST variation. 3Disable the groff html check to prevent random PLIST variation.
4 4
5--- configure.orig 2017-11-27 19:13:51.000000000 +0100 5--- configure.orig 2018-01-07 11:40:07.000000000 +0000
6+++ configure 2017-12-23 00:30:03.000000000 +0100 6+++ configure
7@@ -35693,7 +35693,7 @@ 7@@ -35692,7 +35692,7 @@ fi
8 # Check for groff html support. 8 # Check for groff html support.
9 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HTML support in groff" >&5 9 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HTML support in groff" >&5
10 $as_echo_n "checking for HTML support in groff... " >&6; } 10 $as_echo_n "checking for HTML support in groff... " >&6; }
11-groff -t -mandoc -Thtml </dev/null >/dev/null 11-groff -t -mandoc -Thtml </dev/null >/dev/null
12+false #groff -t -mandoc -Thtml </dev/null >/dev/null 12+false #groff -t -mandoc -Thtml </dev/null >/dev/null
13 if test $? -ne 0 ; then 13 if test $? -ne 0 ; then
14 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 14 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15 $as_echo "no" >&6; } 15 $as_echo "no" >&6; }

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