pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc nano: update to 2.9.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7c1d58740b4
branches: trunk
changeset: 373343:f7c1d58740b4
user: schwarz <schwarz%pkgsrc.org@localhost>
date: Sat Dec 30 21:59:26 2017 +0000
description:
nano: update to 2.9.1
Changes between v2.9.0 and v2.9.1:
Benno Schulenberg (21):
build: fix compilation with --disable-browser --disable-tabcomp
bump version numbers and add a news item for the 2.9.1 release
files: always update the stat info when the entire file is written
files: save the marked region only when we've prompted for a file name
gnulib: update to its current upstream state
history: create the path '~/.local/share/' when it is needed
history: make nano's state directory accessible for the user only
history: save the positions file also when a record was deleted
input: make the macro key discoverable by giving feedback when undefined
linting: switch the mark off when the linter starts
po: update translations and regenerate POT file and PO files
selecting: do not cancel the softmark when the cursor is not moved
selecting: let a justification cancel a softmark
syntax: adjust the magic strings for the changes since file-5.10
tweaks: adjust indentation after previous change
tweaks: elide the 'mark_set' boolean -- the 'mark' pointer is enough
tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments
tweaks: reshuffle a couple of lines, and frob a comment or two
tweaks: reshuffle a couple of lines, to put similar things together
undo: clear the Modified state when the very first edit is undone
undo: discarding the stack does not always lose information
diffstat:
doc/CHANGES-2017 | 3 ++-
editors/nano/Makefile | 4 ++--
editors/nano/distinfo | 13 +++++++------
editors/nano/patches/patch-configure | 8 ++++----
editors/nano/patches/patch-lib_stat.c | 15 +++++++++++++++
5 files changed, 30 insertions(+), 13 deletions(-)
diffs (81 lines):
diff -r fbdfc7592ad2 -r f7c1d58740b4 doc/CHANGES-2017
--- a/doc/CHANGES-2017 Sat Dec 30 21:39:35 2017 +0000
+++ b/doc/CHANGES-2017 Sat Dec 30 21:59:26 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2017,v 1.5450 2017/12/30 21:39:35 adam Exp $
+$NetBSD: CHANGES-2017,v 1.5451 2017/12/30 21:59:26 schwarz Exp $
Changes to the packages collection and infrastructure in 2017:
@@ -7848,3 +7848,4 @@
Updated www/p5-libwww to 6.31 [wiz 2017-12-30]
Removed www/py-django-mezzanine-filebrowser successor www/py-filebrowser_safe [adam 2017-12-30]
Removed www/py-django-mezzanine-grappelli successor www/py-grappelli_safe [adam 2017-12-30]
+ Updated editors/nano to 2.9.1 [schwarz 2017-12-30]
diff -r fbdfc7592ad2 -r f7c1d58740b4 editors/nano/Makefile
--- a/editors/nano/Makefile Sat Dec 30 21:39:35 2017 +0000
+++ b/editors/nano/Makefile Sat Dec 30 21:59:26 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2017/11/19 12:57:24 wiedi Exp $
+# $NetBSD: Makefile,v 1.68 2017/12/30 21:59:26 schwarz Exp $
-DISTNAME= nano-2.9.0
+DISTNAME= nano-2.9.1
CATEGORIES= editors
MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.xz
diff -r fbdfc7592ad2 -r f7c1d58740b4 editors/nano/distinfo
--- a/editors/nano/distinfo Sat Dec 30 21:39:35 2017 +0000
+++ b/editors/nano/distinfo Sat Dec 30 21:59:26 2017 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.39 2017/11/19 12:57:24 wiedi Exp $
+$NetBSD: distinfo,v 1.40 2017/12/30 21:59:26 schwarz Exp $
-SHA1 (nano-2.9.0.tar.xz) = a7f0727ab596630e52ac3fc607d42d007512d113
-RMD160 (nano-2.9.0.tar.xz) = a26efbe30f7382c399eb577faeb6fe1e18401967
-SHA512 (nano-2.9.0.tar.xz) = df3fe37e4263a83176bd6c39eab92bcac0a1b7c7b00b1bbddd28d6b3ca8c556a3248de7125ce12cc8ff98cda7d475e227c5cd9a15a99956f3b7ab273ed396857
-Size (nano-2.9.0.tar.xz) = 1471420 bytes
-SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56
+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
diff -r fbdfc7592ad2 -r f7c1d58740b4 editors/nano/patches/patch-configure
--- a/editors/nano/patches/patch-configure Sat Dec 30 21:39:35 2017 +0000
+++ b/editors/nano/patches/patch-configure Sat Dec 30 21:59:26 2017 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.2 2015/06/05 01:32:38 wiedi Exp $
+$NetBSD: patch-configure,v 1.3 2017/12/30 21:59:26 schwarz Exp $
Disable the groff html check to prevent random PLIST variation.
---- configure.orig 2015-04-14 17:59:05.000000000 +0000
-+++ configure
-@@ -9351,7 +9351,7 @@ fi
+--- configure.orig 2017-11-27 19:13:51.000000000 +0100
++++ configure 2017-12-23 00:30:03.000000000 +0100
+@@ -35693,7 +35693,7 @@
# 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; }
diff -r fbdfc7592ad2 -r f7c1d58740b4 editors/nano/patches/patch-lib_stat.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/nano/patches/patch-lib_stat.c Sat Dec 30 21:59:26 2017 +0000
@@ -0,0 +1,15 @@
+$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