pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/nano



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Jan  7 11:49:10 UTC 2018

Modified Files:
        pkgsrc/editors/nano: Makefile distinfo
        pkgsrc/editors/nano/patches: patch-configure
Removed Files:
        pkgsrc/editors/nano/patches: patch-lib_stat.c

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/editors/nano/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/nano/patches/patch-configure
cvs rdiff -u -r1.1 -r0 pkgsrc/editors/nano/patches/patch-lib_stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.68 pkgsrc/editors/nano/Makefile:1.69
--- pkgsrc/editors/nano/Makefile:1.68   Sat Dec 30 21:59:26 2017
+++ pkgsrc/editors/nano/Makefile        Sun Jan  7 11:49:10 2018
@@ -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

Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.40 pkgsrc/editors/nano/distinfo:1.41
--- pkgsrc/editors/nano/distinfo:1.40   Sat Dec 30 21:59:26 2017
+++ pkgsrc/editors/nano/distinfo        Sun Jan  7 11:49:10 2018
@@ -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

Index: pkgsrc/editors/nano/patches/patch-configure
diff -u pkgsrc/editors/nano/patches/patch-configure:1.3 pkgsrc/editors/nano/patches/patch-configure:1.4
--- pkgsrc/editors/nano/patches/patch-configure:1.3     Sat Dec 30 21:59:26 2017
+++ pkgsrc/editors/nano/patches/patch-configure Sun Jan  7 11:49:10 2018
@@ -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; }



Home | Main Index | Thread Index | Old Index