pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   schwarz
Date:           Sat Dec 30 21:59:26 UTC 2017

Modified Files:
        pkgsrc/doc: CHANGES-2017
        pkgsrc/editors/nano: Makefile distinfo
        pkgsrc/editors/nano/patches: patch-configure
Added Files:
        pkgsrc/editors/nano/patches: patch-lib_stat.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.5450 -r1.5451 pkgsrc/doc/CHANGES-2017
cvs rdiff -u -r1.67 -r1.68 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/editors/nano/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/nano/patches/patch-configure
cvs rdiff -u -r0 -r1.1 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/doc/CHANGES-2017
diff -u pkgsrc/doc/CHANGES-2017:1.5450 pkgsrc/doc/CHANGES-2017:1.5451
--- pkgsrc/doc/CHANGES-2017:1.5450      Sat Dec 30 21:39:35 2017
+++ pkgsrc/doc/CHANGES-2017     Sat Dec 30 21:59:26 2017
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.67 pkgsrc/editors/nano/Makefile:1.68
--- pkgsrc/editors/nano/Makefile:1.67   Sun Nov 19 12:57:24 2017
+++ pkgsrc/editors/nano/Makefile        Sat Dec 30 21:59:26 2017
@@ -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

Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.39 pkgsrc/editors/nano/distinfo:1.40
--- pkgsrc/editors/nano/distinfo:1.39   Sun Nov 19 12:57:24 2017
+++ pkgsrc/editors/nano/distinfo        Sat Dec 30 21:59:26 2017
@@ -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

Index: pkgsrc/editors/nano/patches/patch-configure
diff -u pkgsrc/editors/nano/patches/patch-configure:1.2 pkgsrc/editors/nano/patches/patch-configure:1.3
--- pkgsrc/editors/nano/patches/patch-configure:1.2     Fri Jun  5 01:32:38 2015
+++ pkgsrc/editors/nano/patches/patch-configure Sat Dec 30 21:59:26 2017
@@ -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; }

Added files:

Index: pkgsrc/editors/nano/patches/patch-lib_stat.c
diff -u /dev/null pkgsrc/editors/nano/patches/patch-lib_stat.c:1.1
--- /dev/null   Sat Dec 30 21:59:27 2017
+++ pkgsrc/editors/nano/patches/patch-lib_stat.c        Sat Dec 30 21:59:26 2017
@@ -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