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 May 11 20:14:27 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.0

latest release of GNU nano; for changes over previous version see Changelog


To generate a diff of this commit:
cvs rdiff -u -r1.3325 -r1.3326 pkgsrc/doc/CHANGES-2024
cvs rdiff -u -r1.109 -r1.110 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.78 -r1.79 pkgsrc/editors/nano/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/nano/patches/patch-configure
cvs rdiff -u -r1.2 -r1.3 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.3325 pkgsrc/doc/CHANGES-2024:1.3326
--- pkgsrc/doc/CHANGES-2024:1.3325      Sat May 11 19:12:06 2024
+++ pkgsrc/doc/CHANGES-2024     Sat May 11 20:14:27 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2024,v 1.3325 2024/05/11 19:12:06 adam Exp $
+$NetBSD: CHANGES-2024,v 1.3326 2024/05/11 20:14:27 schwarz Exp $
 
 Changes to the packages collection and infrastructure in 2024:
 
@@ -5252,3 +5252,4 @@ Changes to the packages collection and i
        Updated www/py-djangocms-column to 2.1.0 [adam 2024-05-11]
        Updated devel/py-joblib to 1.4.2 [adam 2024-05-11]
        Updated textproc/py-pallets-sphinx-themes to 2.1.3 [adam 2024-05-11]
+       Updated editors/nano to 8.0 [schwarz 2024-05-11]

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.109 pkgsrc/editors/nano/Makefile:1.110
--- pkgsrc/editors/nano/Makefile:1.109  Thu Mar 21 09:23:59 2024
+++ pkgsrc/editors/nano/Makefile        Sat May 11 20:14:27 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.109 2024/03/21 09:23:59 nia Exp $
+# $NetBSD: Makefile,v 1.110 2024/05/11 20:14:27 schwarz Exp $
 
-DISTNAME=      nano-7.2
-PKGREVISION=   2
+DISTNAME=      nano-8.0
 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.78 pkgsrc/editors/nano/distinfo:1.79
--- pkgsrc/editors/nano/distinfo:1.78   Fri Mar 15 17:44:35 2024
+++ pkgsrc/editors/nano/distinfo        Sat May 11 20:14:27 2024
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.78 2024/03/15 17:44:35 nia Exp $
+$NetBSD: distinfo,v 1.79 2024/05/11 20:14:27 schwarz Exp $
 
-BLAKE2s (nano-7.2.tar.xz) = 466bde4f9ebb00d9a6e6bf2cb36b2f180d4974a3c8ada9b9f45c2447e502ce2f
-SHA512 (nano-7.2.tar.xz) = a6dfa70edab62e439a9a998ca214f2415d57dbdc01766ad2e4b14048836557a32755f8b09de13c6a89023f215b61d2854017b389eae8d097ca6f3ba73ce2f583
-Size (nano-7.2.tar.xz) = 1608444 bytes
-SHA1 (patch-configure) = 63c7c2b827375e742ef444be847ec5f223bd0855
-SHA1 (patch-doc_nano.1) = 3d160aa6a4324400e79064d22cbd291a0d3de4f9
-SHA1 (patch-doc_nanorc.5) = 4d8af863bfa51eeac2a5e5cd04bd16aba3b6e29a
-SHA1 (patch-src_winio.c) = 99a544307d617ce148b5b3f1de4ce4ed484f8955
+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

Index: pkgsrc/editors/nano/patches/patch-configure
diff -u pkgsrc/editors/nano/patches/patch-configure:1.9 pkgsrc/editors/nano/patches/patch-configure:1.10
--- pkgsrc/editors/nano/patches/patch-configure:1.9     Sat Dec 17 22:09:16 2022
+++ pkgsrc/editors/nano/patches/patch-configure Sat May 11 20:14:27 2024
@@ -1,15 +1,15 @@
-$NetBSD: patch-configure,v 1.9 2022/12/17 22:09:16 schwarz Exp $
-  
+$NetBSD: patch-configure,v 1.10 2024/05/11 20:14:27 schwarz Exp $
+
 Disable the groff html check to prevent random PLIST variation.
 
---- configure.orig     2022-12-17 22:48:33.000000000 +0100
-+++ configure  2022-12-17 22:50:14.000000000 +0100
-@@ -42817,7 +42817,7 @@
+--- configure.orig     2024-05-11 21:51:27.000000000 +0200
++++ configure  2024-05-11 21:52:55.000000000 +0200
+@@ -51105,7 +51105,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; }
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for HTML support in groff" >&5
+ printf %s "checking for HTML support in groff... " >&6; }
 -groff -t -mandoc -Thtml </dev/null >/dev/null
 +false #groff -t -mandoc -Thtml </dev/null >/dev/null
  if test $? -ne 0 ; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- $as_echo "no" >&6; }
+       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ printf "%s\n" "no" >&6; }

Index: pkgsrc/editors/nano/patches/patch-doc_nano.1
diff -u pkgsrc/editors/nano/patches/patch-doc_nano.1:1.2 pkgsrc/editors/nano/patches/patch-doc_nano.1:1.3
--- pkgsrc/editors/nano/patches/patch-doc_nano.1:1.2    Sat Feb 27 19:26:28 2021
+++ pkgsrc/editors/nano/patches/patch-doc_nano.1        Sat May 11 20:14:27 2024
@@ -1,10 +1,10 @@
-$NetBSD: patch-doc_nano.1,v 1.2 2021/02/27 19:26:28 schwarz Exp $
+$NetBSD: patch-doc_nano.1,v 1.3 2024/05/11 20:14:27 schwarz Exp $
 
 * Fix hard-coded pathes.
 
---- doc/nano.1.orig    2021-02-24 10:56:32.000000000 +0100
-+++ doc/nano.1 2021-02-27 20:12:49.000000000 +0100
-@@ -380,7 +380,7 @@
+--- 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 @@
  .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.2 2021/02/
  for available syntax-coloring definitions.
  
  .SH NOTES
-@@ -417,4 +417,4 @@
+@@ -470,4 +470,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.2 pkgsrc/editors/nano/patches/patch-doc_nanorc.5:1.3
--- pkgsrc/editors/nano/patches/patch-doc_nanorc.5:1.2  Sat Feb 27 19:26:28 2021
+++ pkgsrc/editors/nano/patches/patch-doc_nanorc.5      Sat May 11 20:14:27 2024
@@ -1,19 +1,19 @@
-$NetBSD: patch-doc_nanorc.5,v 1.2 2021/02/27 19:26:28 schwarz Exp $
+$NetBSD: patch-doc_nanorc.5,v 1.3 2024/05/11 20:14:27 schwarz Exp $
 
 * Fix hard-coded pathes.
 
---- doc/nanorc.5.orig  2021-02-24 10:56:32.000000000 +0100
-+++ doc/nanorc.5       2021-02-27 20:12:41.000000000 +0100
+--- doc/nanorc.5.orig  2024-05-01 10:25:05.000000000 +0200
++++ doc/nanorc.5       2024-05-11 21:57:50.000000000 +0200
 @@ -25,7 +25,7 @@
  The \fInanorc\fP files contain the default settings for \fBnano\fP,
- a small and friendly editor.  During startup, if \fB\-\-rcfile\fR
+ 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.
-@@ -997,13 +997,13 @@
+@@ -1078,13 +1078,13 @@
  
  .SH FILES
  .TP
Index: pkgsrc/editors/nano/patches/patch-src_winio.c
diff -u pkgsrc/editors/nano/patches/patch-src_winio.c:1.2 pkgsrc/editors/nano/patches/patch-src_winio.c:1.3
--- pkgsrc/editors/nano/patches/patch-src_winio.c:1.2   Fri Mar 15 17:44:36 2024
+++ pkgsrc/editors/nano/patches/patch-src_winio.c       Sat May 11 20:14:27 2024
@@ -1,13 +1,13 @@
-$NetBSD: patch-src_winio.c,v 1.2 2024/03/15 17:44:36 nia Exp $
+$NetBSD: patch-src_winio.c,v 1.3 2024/05/11 20:14:27 schwarz Exp $
 
 NetBSD curses fix.
 
 https://gnats.netbsd.org/57749
 https://savannah.gnu.org/patch/index.php?10438
 
---- src/winio.c.orig   2024-03-15 17:30:32.969607523 +0000
-+++ src/winio.c
-@@ -2502,10 +2502,11 @@ void place_the_cursor(void)
+--- 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 @@
                column -= get_page_start(column);
        }
  



Home | Main Index | Thread Index | Old Index