summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2018-01-07 11:49:10 +0000
committerwen <wen@pkgsrc.org>2018-01-07 11:49:10 +0000
commit3b202f3138709ddd0e0da1e57c37f2b384a4f16a (patch)
tree2057e1a648a013a7706a70bf778dbf7e1ae58893 /editors
parent10dd9dad9813f90a16042562c48bc030b508e4a1 (diff)
downloadpkgsrc-3b202f3138709ddd0e0da1e57c37f2b384a4f16a.tar.gz
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).
Diffstat (limited to 'editors')
-rw-r--r--editors/nano/Makefile4
-rw-r--r--editors/nano/distinfo13
-rw-r--r--editors/nano/patches/patch-configure10
-rw-r--r--editors/nano/patches/patch-lib_stat.c15
4 files changed, 13 insertions, 29 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 521cd56811a..8f8293e00d5 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2017/12/30 21:59:26 schwarz Exp $
+# $NetBSD: Makefile,v 1.69 2018/01/07 11:49:10 wen Exp $
-DISTNAME= nano-2.9.1
+DISTNAME= nano-2.9.2
CATEGORIES= editors
MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.xz
diff --git a/editors/nano/distinfo b/editors/nano/distinfo
index ba98912ac75..a905fbf16c1 100644
--- a/editors/nano/distinfo
+++ b/editors/nano/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.40 2017/12/30 21:59:26 schwarz Exp $
+$NetBSD: distinfo,v 1.41 2018/01/07 11:49:10 wen Exp $
-SHA1 (nano-2.9.1.tar.xz) = 2f7866e9fa6f3ecd780395aaf501fa44335c92f0
-RMD160 (nano-2.9.1.tar.xz) = 95c836f3d6e5abff504e2a8209b5a2202cda408b
-SHA512 (nano-2.9.1.tar.xz) = ce594171979a35b2db2e255af962bf91bd826afba1e986abd217138f2879a956d2f6dd882dd5071eedb75467c1d8c048ddda2bbef2cac523b1cc3b0847ed6af9
-Size (nano-2.9.1.tar.xz) = 1485072 bytes
-SHA1 (patch-configure) = b772e440d313ed07627150cf36ac59a68c67ab07
-SHA1 (patch-lib_stat.c) = 1447be5eb2a1c0bb3ff0490872fe6cc5a8ea37a6
+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 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30
diff --git a/editors/nano/patches/patch-configure b/editors/nano/patches/patch-configure
index 349b009db6f..fb2e909fff7 100644
--- a/editors/nano/patches/patch-configure
+++ b/editors/nano/patches/patch-configure
@@ -1,15 +1,15 @@
-$NetBSD: patch-configure,v 1.3 2017/12/30 21:59:26 schwarz Exp $
+$NetBSD: patch-configure,v 1.4 2018/01/07 11:49:10 wen Exp $
Disable the groff html check to prevent random PLIST variation.
---- configure.orig 2017-11-27 19:13:51.000000000 +0100
-+++ configure 2017-12-23 00:30:03.000000000 +0100
-@@ -35693,7 +35693,7 @@
+--- configure.orig 2018-01-07 11:40:07.000000000 +0000
++++ configure
+@@ -35692,7 +35692,7 @@ fi
# Check for groff html support.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for HTML support in groff" >&5
$as_echo_n "checking for HTML support in groff... " >&6; }
-groff -t -mandoc -Thtml </dev/null >/dev/null
+false #groff -t -mandoc -Thtml </dev/null >/dev/null
if test $? -ne 0 ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
diff --git a/editors/nano/patches/patch-lib_stat.c b/editors/nano/patches/patch-lib_stat.c
deleted file mode 100644
index 5a50179faf5..00000000000
--- a/editors/nano/patches/patch-lib_stat.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-lib_stat.c,v 1.1 2017/12/30 21:59:26 schwarz Exp $
-
-patch for MacOS Sierra. cf.
-http://lists.gnu.org/archive/html/bug-gnulib/2017-11/msg00056.html
-
---- lib/stat.c.orig 2017-12-23 01:02:50.000000000 +0100
-+++ lib/stat.c 2017-12-23 01:03:48.000000000 +0100
-@@ -46,6 +46,7 @@
- eliminates this include because of the preliminary #include <sys/stat.h>
- above. */
- #include "sys/stat.h"
-+#include "stat-time.h"
-
- #include <errno.h>
- #include <limits.h>