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 Aug  1 22:05:31 UTC 2026

Modified Files:
        pkgsrc/doc: CHANGES-2026
        pkgsrc/editors/nano: Makefile distinfo
        pkgsrc/editors/nano/patches: patch-configure patch-doc_nano.1
            patch-doc_nanorc.5 patch-src_winio.c

Log Message:
updated editors/nano to 9.2

For changes from previous releases, see ChangeLog included with the source


To generate a diff of this commit:
cvs rdiff -u -r1.4889 -r1.4890 pkgsrc/doc/CHANGES-2026
cvs rdiff -u -r1.120 -r1.121 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.88 -r1.89 pkgsrc/editors/nano/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/nano/patches/patch-configure
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/nano/patches/patch-doc_nano.1
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/nano/patches/patch-doc_nanorc.5
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/nano/patches/patch-src_winio.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-2026
diff -u pkgsrc/doc/CHANGES-2026:1.4889 pkgsrc/doc/CHANGES-2026:1.4890
--- pkgsrc/doc/CHANGES-2026:1.4889      Sat Aug  1 19:34:03 2026
+++ pkgsrc/doc/CHANGES-2026     Sat Aug  1 22:05:31 2026
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2026,v 1.4889 2026/08/01 19:34:03 drixter Exp $
+$NetBSD: CHANGES-2026,v 1.4890 2026/08/01 22:05:31 schwarz Exp $
 
 Changes to the packages collection and infrastructure in 2026:
 
@@ -7248,3 +7248,4 @@ Changes to the packages collection and i
        Updated lang/rexx-regina to 3.9.6 [ryoon 2026-08-01]
        Updated lang/rexx-regina to 3.9.7 [ryoon 2026-08-01]
        Updated net/dnscontrol to 4.45.0 [drixter 2026-08-01]
+       Updated editors/nano to 9.2 [schwarz 2026-08-01]

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.120 pkgsrc/editors/nano/Makefile:1.121
--- pkgsrc/editors/nano/Makefile:1.120  Sat Apr 11 16:14:35 2026
+++ pkgsrc/editors/nano/Makefile        Sat Aug  1 22:05:31 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.120 2026/04/11 16:14:35 schwarz Exp $
+# $NetBSD: Makefile,v 1.121 2026/08/01 22:05:31 schwarz Exp $
 
-DISTNAME=      nano-9.0
+DISTNAME=      nano-9.2
 CATEGORIES=    editors
 MASTER_SITES=  https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.88 pkgsrc/editors/nano/distinfo:1.89
--- pkgsrc/editors/nano/distinfo:1.88   Sat Apr 11 16:14:35 2026
+++ pkgsrc/editors/nano/distinfo        Sat Aug  1 22:05:31 2026
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.88 2026/04/11 16:14:35 schwarz Exp $
+$NetBSD: distinfo,v 1.89 2026/08/01 22:05:31 schwarz Exp $
 
-BLAKE2s (nano-9.0.tar.xz) = 71a8ea84ef62873c5302f9ca42dee693012a3bcf5834c63d3f41893264233ded
-SHA512 (nano-9.0.tar.xz) = b684a20b676676900275b37f8dd652589574dd8ea4bf8c1cc97594ce85f8e504c5d746a009c99461308a4aa386aca2fb8e1d462a472fef7d5991d3f7bda6cbc4
-Size (nano-9.0.tar.xz) = 1743088 bytes
-SHA1 (patch-configure) = 119b755cae4bdd5ad6b0f9774044f0a2b89a05b5
-SHA1 (patch-doc_nano.1) = 3e8c439fa56256fb8de649cbb43a38fe4076e1eb
-SHA1 (patch-doc_nanorc.5) = 1209f4aad5bc7ea3ae12e285c40a44c735091ae5
-SHA1 (patch-src_winio.c) = 4fb568c8a2a7bff5687923c9ca1e2bd6f8485d1f
+BLAKE2s (nano-9.2.tar.xz) = ac2b809789f8479105d7ee62e309f795a9c3a1e827d8413fbbcdeb40fa669ba2
+SHA512 (nano-9.2.tar.xz) = 944156519cf981b08df46c248c323ba41eb2063ed804d070d7ee8639cbbe6bf68c038c8f0c094ef28e3a8e569ce321f4494617066c69c7585af41617b08e6dbe
+Size (nano-9.2.tar.xz) = 1760684 bytes
+SHA1 (patch-configure) = 42a773dd8a7942a9066086aa8577bfd6f34405e4
+SHA1 (patch-doc_nano.1) = 2a59300e85b2f7a9449319e208504b1b23aa9021
+SHA1 (patch-doc_nanorc.5) = a41c55008f91b0f580d2c9c12bcb1d472cc5d023
+SHA1 (patch-src_winio.c) = 36cb04d38d32147314d971338052a1aedbfa8103

Index: pkgsrc/editors/nano/patches/patch-configure
diff -u pkgsrc/editors/nano/patches/patch-configure:1.11 pkgsrc/editors/nano/patches/patch-configure:1.12
--- pkgsrc/editors/nano/patches/patch-configure:1.11    Mon Jul 15 21:14:50 2024
+++ pkgsrc/editors/nano/patches/patch-configure Sat Aug  1 22:05:31 2026
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.11 2024/07/15 21:14:50 schwarz Exp $
+$NetBSD: patch-configure,v 1.12 2026/08/01 22:05:31 schwarz Exp $
 
 Disable the groff html check to prevent random PLIST variation.
 
---- configure.orig     2024-07-15 22:47:52.000000000 +0200
-+++ configure  2024-07-15 22:48:11.000000000 +0200
-@@ -51507,7 +51507,7 @@
+--- configure.orig     2026-07-31 08:14:10.000000000 +0200
++++ configure  2026-08-01 23:42:11.000000000 +0200
+@@ -55558,7 +55558,7 @@
  # Check for groff html support.
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for HTML support in groff" >&5
  printf %s "checking for HTML support in groff... " >&6; }

Index: pkgsrc/editors/nano/patches/patch-doc_nano.1
diff -u pkgsrc/editors/nano/patches/patch-doc_nano.1:1.6 pkgsrc/editors/nano/patches/patch-doc_nano.1:1.7
--- pkgsrc/editors/nano/patches/patch-doc_nano.1:1.6    Sat Feb  7 16:25:05 2026
+++ pkgsrc/editors/nano/patches/patch-doc_nano.1        Sat Aug  1 22:05:31 2026
@@ -1,19 +1,19 @@
-$NetBSD: patch-doc_nano.1,v 1.6 2026/02/07 16:25:05 schwarz Exp $
+$NetBSD: patch-doc_nano.1,v 1.7 2026/08/01 22:05:31 schwarz Exp $
 
 * Fix hard-coded paths.
 
---- doc/nano.1.orig    2026-02-04 08:49:22.000000000 +0100
-+++ doc/nano.1 2026-02-07 16:11:47.000000000 +0100
-@@ -435,7 +435,7 @@
+--- doc/nano.1.orig    2026-08-01 23:48:46.000000000 +0200
++++ doc/nano.1 2026-08-01 23:51:23.000000000 +0200
+@@ -471,7 +471,7 @@
  .BR nanorc (5)
  for more information on the possible contents of those files.
  .sp
--See \fI/usr/share/nano/\fR and \fI/usr/share/nano/extra/\fR
-+See \fI@PREFIX@/share/nano/\fR and \fI@PREFIX@/share/nano/extra/\fR
+-See \fI/usr/\:share/\:nano/\fR and \fI/usr/\:share/\:nano/\:extra/\fR
++See \fI@PREFIX@/\:share/\:nano/\fR and \fI@PREFIX@/\:share/\:nano/\:extra/\fR
  for available syntax-coloring definitions.
  
  .SH EXIT STATUS
-@@ -497,4 +497,4 @@
+@@ -537,4 +537,4 @@
  .SH SEE ALSO
  .BR nanorc (5)
  .sp

Index: pkgsrc/editors/nano/patches/patch-doc_nanorc.5
diff -u pkgsrc/editors/nano/patches/patch-doc_nanorc.5:1.5 pkgsrc/editors/nano/patches/patch-doc_nanorc.5:1.6
--- pkgsrc/editors/nano/patches/patch-doc_nanorc.5:1.5  Tue Apr  8 14:44:02 2025
+++ pkgsrc/editors/nano/patches/patch-doc_nanorc.5      Sat Aug  1 22:05:31 2026
@@ -1,19 +1,19 @@
-$NetBSD: patch-doc_nanorc.5,v 1.5 2025/04/08 14:44:02 nia Exp $
+$NetBSD: patch-doc_nanorc.5,v 1.6 2026/08/01 22:05:31 schwarz Exp $
 
 * Fix hard-coded paths.
 
---- doc/nanorc.5.orig  2025-04-02 08:53:51.000000000 +0000
-+++ doc/nanorc.5
-@@ -25,7 +25,7 @@ nanorc \- GNU nano's configuration file
+--- doc/nanorc.5.orig  2026-08-01 23:53:29.000000000 +0200
++++ doc/nanorc.5       2026-08-01 23:56:23.000000000 +0200
+@@ -25,7 +25,7 @@
  The \fInanorc\fR files contain the default settings for \fBnano\fR,
- a small and friendly text editor.  During startup, if \fB\-\-rcfile\fR
+ a small and friendly text editor.  During startup, if \fB\-\-\%rcfile\fR
  is not given, \fBnano\fR reads two files: first the system-wide settings,
--from \fI/etc/nanorc\fR (the exact path might be different on your system),
+-from \fI/etc/\:nanorc\fR (the exact path might be different on your system),
 +from \fI@PKG_SYSCONFDIR@/nanorc\fR,
- and then the user-specific settings, either from \fI~/.nanorc\fR or from
- \fI$XDG_CONFIG_HOME/nano/nanorc\fR or from \fI~/.config/nano/nanorc\fR,
- whichever is encountered first.  If \fB\-\-rcfile\fR is given,
-@@ -1091,13 +1091,13 @@ To make \fBShift+Alt+C\fR copy the marke
+ and then the user-specific settings, either from \fI\[ti]/.nanorc\fR or from
+ \fI\%$XDG_CONFIG_HOME/\:nano/\:nanorc\fR or from \fI\[ti]\%/.config/\:nano/\:nanorc\fR,
+ whichever is encountered first.  If \fB\-\-\%rcfile\fR is given,
+@@ -1123,13 +1123,13 @@
  
  .SH FILES
  .TP
@@ -21,11 +21,11 @@ $NetBSD: patch-doc_nanorc.5,v 1.5 2025/0
 +.I @PKG_SYSCONFDIR@/nanorc
  System-wide configuration file.
  .TP
- .IR ~/.nanorc " or " $XDG_CONFIG_HOME/nano/nanorc " or " ~/.config/nano/nanorc
+ .IR \[ti]/.nanorc " or " $XDG_CONFIG_HOME/nano/nanorc " or " \[ti]/.config/nano/nanorc
  Per-user configuration file.
  .TP
 -.I /usr/share/nano/*
 +.I @PREFIX@/share/nano/*
  Syntax definitions for the syntax coloring of common file types
- (and for less common file types in the \fIextra/\fR subdirectory).
+ (and for less common file types in the \fI\%extra/\fR subdirectory).
  

Index: pkgsrc/editors/nano/patches/patch-src_winio.c
diff -u pkgsrc/editors/nano/patches/patch-src_winio.c:1.4 pkgsrc/editors/nano/patches/patch-src_winio.c:1.5
--- pkgsrc/editors/nano/patches/patch-src_winio.c:1.4   Mon Jul 15 21:14:50 2024
+++ pkgsrc/editors/nano/patches/patch-src_winio.c       Sat Aug  1 22:05:31 2026
@@ -1,13 +1,13 @@
-$NetBSD: patch-src_winio.c,v 1.4 2024/07/15 21:14:50 schwarz Exp $
+$NetBSD: patch-src_winio.c,v 1.5 2026/08/01 22:05:31 schwarz Exp $
 
 NetBSD curses fix.
 
 https://gnats.netbsd.org/57749
 https://savannah.gnu.org/patch/index.php?10438
 
---- src/winio.c.orig   2024-07-01 11:15:11.000000000 +0200
-+++ src/winio.c        2024-07-15 23:03:13.000000000 +0200
-@@ -2531,10 +2531,11 @@
+--- src/winio.c.orig   2026-07-25 10:51:54.000000000 +0200
++++ src/winio.c        2026-08-01 23:45:43.000000000 +0200
+@@ -2528,10 +2528,11 @@
                column -= get_page_start(column);
        }
  



Home | Main Index | Thread Index | Old Index