pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff94087dee1a
branches:  trunk
changeset: 373607:ff94087dee1a
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jan 07 11:49:10 2018 +0000

description:
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:

 editors/nano/Makefile                 |   4 ++--
 editors/nano/distinfo                 |  13 ++++++-------
 editors/nano/patches/patch-configure  |  10 +++++-----
 editors/nano/patches/patch-lib_stat.c |  15 ---------------
 4 files changed, 13 insertions(+), 29 deletions(-)

diffs (73 lines):

diff -r 6a87e303eefe -r ff94087dee1a editors/nano/Makefile
--- a/editors/nano/Makefile     Sun Jan 07 11:42:47 2018 +0000
+++ b/editors/nano/Makefile     Sun Jan 07 11:49:10 2018 +0000
@@ -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 -r 6a87e303eefe -r ff94087dee1a editors/nano/distinfo
--- a/editors/nano/distinfo     Sun Jan 07 11:42:47 2018 +0000
+++ b/editors/nano/distinfo     Sun Jan 07 11:49:10 2018 +0000
@@ -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 -r 6a87e303eefe -r ff94087dee1a editors/nano/patches/patch-configure
--- a/editors/nano/patches/patch-configure      Sun Jan 07 11:42:47 2018 +0000
+++ b/editors/nano/patches/patch-configure      Sun Jan 07 11:49:10 2018 +0000
@@ -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 -r 6a87e303eefe -r ff94087dee1a editors/nano/patches/patch-lib_stat.c
--- a/editors/nano/patches/patch-lib_stat.c     Sun Jan 07 11:42:47 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index