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:           Mon Jul 15 21:14:50 UTC 2024

Modified Files:
        pkgsrc/doc: CHANGES-2024
        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 8.1

See ChangeLog for list of changes from 8.0 to 8.1


To generate a diff of this commit:
cvs rdiff -u -r1.4454 -r1.4455 pkgsrc/doc/CHANGES-2024
cvs rdiff -u -r1.110 -r1.111 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.79 -r1.80 pkgsrc/editors/nano/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/nano/patches/patch-configure
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/nano/patches/patch-doc_nano.1 \
    pkgsrc/editors/nano/patches/patch-doc_nanorc.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-2024
diff -u pkgsrc/doc/CHANGES-2024:1.4454 pkgsrc/doc/CHANGES-2024:1.4455
--- pkgsrc/doc/CHANGES-2024:1.4454      Mon Jul 15 20:20:38 2024
+++ pkgsrc/doc/CHANGES-2024     Mon Jul 15 21:14:50 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2024,v 1.4454 2024/07/15 20:20:38 adam Exp $
+$NetBSD: CHANGES-2024,v 1.4455 2024/07/15 21:14:50 schwarz Exp $
 
 Changes to the packages collection and infrastructure in 2024:
 
@@ -7026,3 +7026,4 @@ Changes to the packages collection and i
        Updated textproc/py-cmudict to 1.0.26 [adam 2024-07-15]
        Updated archivers/py-zstandard to 0.23.0 [adam 2024-07-15]
        Updated devel/py-test-subtests to 0.13.0 [adam 2024-07-15]
+       Updated editors/nano to 8.1 [schwarz 2024-07-15]

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.110 pkgsrc/editors/nano/Makefile:1.111
--- pkgsrc/editors/nano/Makefile:1.110  Sat May 11 20:14:27 2024
+++ pkgsrc/editors/nano/Makefile        Mon Jul 15 21:14:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2024/05/11 20:14:27 schwarz Exp $
+# $NetBSD: Makefile,v 1.111 2024/07/15 21:14:50 schwarz Exp $
 
-DISTNAME=      nano-8.0
+DISTNAME=      nano-8.1
 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.79 pkgsrc/editors/nano/distinfo:1.80
--- pkgsrc/editors/nano/distinfo:1.79   Sat May 11 20:14:27 2024
+++ pkgsrc/editors/nano/distinfo        Mon Jul 15 21:14:50 2024
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.79 2024/05/11 20:14:27 schwarz Exp $
+$NetBSD: distinfo,v 1.80 2024/07/15 21:14:50 schwarz Exp $
 
-BLAKE2s (nano-8.0.tar.xz) = 2c912be903c34d4a9dcd436549f31460c42122dc5780945110aa9116ef4e3a30
-SHA512 (nano-8.0.tar.xz) = 86c484428b8805768fd580d0f62aa32ce8f588f4beedcdd35a4014506b562928c7a2fa6487aa0d853b4c9c1639a4d186f46b4e96721568ff81191d5098403ca8
-Size (nano-8.0.tar.xz) = 1666272 bytes
-SHA1 (patch-configure) = bf486ebed70338a1b0a64c007ca5fe2e30c851d3
-SHA1 (patch-doc_nano.1) = 180dec0964849d1a3457c94e0eeb337d068c9640
-SHA1 (patch-doc_nanorc.5) = be12392bb548f7f5daef1fb166085d89b8fa9133
-SHA1 (patch-src_winio.c) = 425823e2ddb8b3baff6c72bfce418af2e1a64761
+BLAKE2s (nano-8.1.tar.xz) = 93e9ccc83b934d31c0d480dba6c6c30873645471267d4ee833eca072bf57aaaa
+SHA512 (nano-8.1.tar.xz) = cb7d696bd18322ba1e713282e3156934e2c7f2a8abc17c99b2d5ae91fa40ea1478758853d4ad391f72039f01cfe0db79fd7302f3e67ed2afeff3a447b6f975ec
+Size (nano-8.1.tar.xz) = 1667392 bytes
+SHA1 (patch-configure) = 119b755cae4bdd5ad6b0f9774044f0a2b89a05b5
+SHA1 (patch-doc_nano.1) = 4e999b4abe802c885c2df615fb721af3eee81be9
+SHA1 (patch-doc_nanorc.5) = 9f456d7262f0f7d7d59526060341d9117ddef2e3
+SHA1 (patch-src_winio.c) = 4fb568c8a2a7bff5687923c9ca1e2bd6f8485d1f

Index: pkgsrc/editors/nano/patches/patch-configure
diff -u pkgsrc/editors/nano/patches/patch-configure:1.10 pkgsrc/editors/nano/patches/patch-configure:1.11
--- pkgsrc/editors/nano/patches/patch-configure:1.10    Sat May 11 20:14:27 2024
+++ pkgsrc/editors/nano/patches/patch-configure Mon Jul 15 21:14:50 2024
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.10 2024/05/11 20:14:27 schwarz Exp $
+$NetBSD: patch-configure,v 1.11 2024/07/15 21:14:50 schwarz Exp $
 
 Disable the groff html check to prevent random PLIST variation.
 
---- configure.orig     2024-05-11 21:51:27.000000000 +0200
-+++ configure  2024-05-11 21:52:55.000000000 +0200
-@@ -51105,7 +51105,7 @@
+--- configure.orig     2024-07-15 22:47:52.000000000 +0200
++++ configure  2024-07-15 22:48:11.000000000 +0200
+@@ -51507,7 +51507,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.3 pkgsrc/editors/nano/patches/patch-doc_nano.1:1.4
--- pkgsrc/editors/nano/patches/patch-doc_nano.1:1.3    Sat May 11 20:14:27 2024
+++ pkgsrc/editors/nano/patches/patch-doc_nano.1        Mon Jul 15 21:14:50 2024
@@ -1,10 +1,10 @@
-$NetBSD: patch-doc_nano.1,v 1.3 2024/05/11 20:14:27 schwarz Exp $
+$NetBSD: patch-doc_nano.1,v 1.4 2024/07/15 21:14:50 schwarz Exp $
 
 * Fix hard-coded pathes.
 
---- doc/nano.1.orig    2024-05-01 10:25:05.000000000 +0200
-+++ doc/nano.1 2024-05-11 21:59:48.000000000 +0200
-@@ -422,7 +422,7 @@
+--- doc/nano.1.orig    2024-07-12 11:09:03.000000000 +0200
++++ doc/nano.1 2024-07-15 22:53:21.000000000 +0200
+@@ -431,7 +431,7 @@
  .BR nanorc (5)
  for more information on the possible contents of those files.
  .sp
@@ -13,7 +13,7 @@ $NetBSD: patch-doc_nano.1,v 1.3 2024/05/
  for available syntax-coloring definitions.
  
  .SH NOTES
-@@ -470,4 +470,4 @@
+@@ -477,4 +477,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.3 pkgsrc/editors/nano/patches/patch-doc_nanorc.5:1.4
--- pkgsrc/editors/nano/patches/patch-doc_nanorc.5:1.3  Sat May 11 20:14:27 2024
+++ pkgsrc/editors/nano/patches/patch-doc_nanorc.5      Mon Jul 15 21:14:50 2024
@@ -1,19 +1,19 @@
-$NetBSD: patch-doc_nanorc.5,v 1.3 2024/05/11 20:14:27 schwarz Exp $
+$NetBSD: patch-doc_nanorc.5,v 1.4 2024/07/15 21:14:50 schwarz Exp $
 
 * Fix hard-coded pathes.
 
---- doc/nanorc.5.orig  2024-05-01 10:25:05.000000000 +0200
-+++ doc/nanorc.5       2024-05-11 21:57:50.000000000 +0200
+--- doc/nanorc.5.orig  2024-07-12 11:09:03.000000000 +0200
++++ doc/nanorc.5       2024-07-15 23:00:47.000000000 +0200
 @@ -25,7 +25,7 @@
  The \fInanorc\fP files contain the default settings for \fBnano\fP,
  a small and friendly text editor.  During startup, if \fB\-\-rcfile\fR
- is not given, \fBnano\fR will read two files: first the
--system-wide settings, from \fI/etc/nanorc\fP (the exact path might be
-+system-wide settings, from \fI@PKG_SYSCONFDIR@/nanorc\fP (the exact path might be
- different on your system), 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.
-@@ -1078,13 +1078,13 @@
+ is not given, \fBnano\fR reads two files: first the system-wide settings,
+-from \fI/etc/nanorc\fP (the exact path might be different on your system),
++from \fI@PKG_SYSCONFDIR@/nanorc\fP (the exact path might be different on your system),
+ 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,
+@@ -1092,13 +1092,13 @@
  
  .SH FILES
  .TP
Index: pkgsrc/editors/nano/patches/patch-src_winio.c
diff -u pkgsrc/editors/nano/patches/patch-src_winio.c:1.3 pkgsrc/editors/nano/patches/patch-src_winio.c:1.4
--- pkgsrc/editors/nano/patches/patch-src_winio.c:1.3   Sat May 11 20:14:27 2024
+++ pkgsrc/editors/nano/patches/patch-src_winio.c       Mon Jul 15 21:14:50 2024
@@ -1,13 +1,13 @@
-$NetBSD: patch-src_winio.c,v 1.3 2024/05/11 20:14:27 schwarz Exp $
+$NetBSD: patch-src_winio.c,v 1.4 2024/07/15 21:14:50 schwarz Exp $
 
 NetBSD curses fix.
 
 https://gnats.netbsd.org/57749
 https://savannah.gnu.org/patch/index.php?10438
 
---- src/winio.c.orig   2024-05-01 10:25:05.000000000 +0200
-+++ src/winio.c        2024-05-11 22:01:46.000000000 +0200
-@@ -2534,10 +2534,11 @@
+--- 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 @@
                column -= get_page_start(column);
        }
  



Home | Main Index | Thread Index | Old Index