summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorschwarz <schwarz@pkgsrc.org>2017-12-30 21:59:26 +0000
committerschwarz <schwarz@pkgsrc.org>2017-12-30 21:59:26 +0000
commit33017a15449739a5663a2951cd27fb0dc76ce3a7 (patch)
tree60c2c386fe329285ca1bbafed4f97cac328af2fe /editors
parent0a5f3ddd86430672ec084e1cba17cf4893183c7b (diff)
downloadpkgsrc-33017a15449739a5663a2951cd27fb0dc76ce3a7.tar.gz
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 (limited to 'editors')
-rw-r--r--editors/nano/Makefile4
-rw-r--r--editors/nano/distinfo13
-rw-r--r--editors/nano/patches/patch-configure8
-rw-r--r--editors/nano/patches/patch-lib_stat.c15
4 files changed, 28 insertions, 12 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 15b2f5ada0d..521cd56811a 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -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 --git a/editors/nano/distinfo b/editors/nano/distinfo
index b505aa8cb56..ba98912ac75 100644
--- a/editors/nano/distinfo
+++ b/editors/nano/distinfo
@@ -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 --git a/editors/nano/patches/patch-configure b/editors/nano/patches/patch-configure
index db75d1d60d6..349b009db6f 100644
--- a/editors/nano/patches/patch-configure
+++ b/editors/nano/patches/patch-configure
@@ -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 --git a/editors/nano/patches/patch-lib_stat.c b/editors/nano/patches/patch-lib_stat.c
new file mode 100644
index 00000000000..5a50179faf5
--- /dev/null
+++ b/editors/nano/patches/patch-lib_stat.c
@@ -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>