pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/nano
Module Name: pkgsrc
Committed By: nia
Date: Tue Apr 8 14:44:02 UTC 2025
Modified Files:
pkgsrc/editors/nano: Makefile PLIST distinfo
pkgsrc/editors/nano/patches: patch-doc_nano.1 patch-doc_nanorc.5
Log Message:
nano: Update to 8.4. While here, delint package.
This update improves paste behaviour over a slow connection.
Verified to build on macOS, Linux (retro and modern), NetBSD,
FreeBSD, OpenBSD, and illumos by drecklypkg ci.
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/editors/nano/PLIST
cvs rdiff -u -r1.82 -r1.83 pkgsrc/editors/nano/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/nano/patches/patch-doc_nano.1 \
pkgsrc/editors/nano/patches/patch-doc_nanorc.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.113 pkgsrc/editors/nano/Makefile:1.114
--- pkgsrc/editors/nano/Makefile:1.113 Sat Dec 21 15:30:31 2024
+++ pkgsrc/editors/nano/Makefile Tue Apr 8 14:44:02 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2024/12/21 15:30:31 schwarz Exp $
+# $NetBSD: Makefile,v 1.114 2025/04/08 14:44:02 nia Exp $
-DISTNAME= nano-8.3
+DISTNAME= nano-8.4
CATEGORIES= editors
MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/
EXTRACT_SUFX= .tar.xz
@@ -25,7 +25,7 @@ INFO_FILES= yes
# which are required to make this work, so glib2 is used instead.
.include "../../mk/bsd.prefs.mk"
-.if !empty(MACHINE_PLATFORM:MIRIX-5*)
+.if ${MACHINE_PLATFORM:MIRIX-5.*}
. include "../../devel/glib2/buildlink3.mk"
.endif
Index: pkgsrc/editors/nano/PLIST
diff -u pkgsrc/editors/nano/PLIST:1.33 pkgsrc/editors/nano/PLIST:1.34
--- pkgsrc/editors/nano/PLIST:1.33 Sat Dec 17 22:09:16 2022
+++ pkgsrc/editors/nano/PLIST Tue Apr 8 14:44:02 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2022/12/17 22:09:16 schwarz Exp $
+@comment $NetBSD: PLIST,v 1.34 2025/04/08 14:44:02 nia Exp $
bin/nano
bin/rnano
info/nano.info
@@ -36,7 +36,6 @@ share/locale/pt/LC_MESSAGES/nano.mo
share/locale/pt_BR/LC_MESSAGES/nano.mo
share/locale/ro/LC_MESSAGES/nano.mo
share/locale/ru/LC_MESSAGES/nano.mo
-share/locale/sq/LC_MESSAGES/nano.mo
share/locale/sk/LC_MESSAGES/nano.mo
share/locale/sl/LC_MESSAGES/nano.mo
share/locale/sq/LC_MESSAGES/nano.mo
Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.82 pkgsrc/editors/nano/distinfo:1.83
--- pkgsrc/editors/nano/distinfo:1.82 Sat Dec 21 15:30:31 2024
+++ pkgsrc/editors/nano/distinfo Tue Apr 8 14:44:02 2025
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.82 2024/12/21 15:30:31 schwarz Exp $
+$NetBSD: distinfo,v 1.83 2025/04/08 14:44:02 nia Exp $
-BLAKE2s (nano-8.3.tar.xz) = 0a548295129686d9368a1a3bc5261afac7aabc9f3493a5c23463ad24fa514f64
-SHA512 (nano-8.3.tar.xz) = 9f57bb16a30240fdfc8fc31f5a55f681b80dd72de66fa143ef36c59ab696cc672d8fa054f5a4a547324db3deb2fe2f777cd7c1c023b571e2bb36c86a783ff1d6
-Size (nano-8.3.tar.xz) = 1681216 bytes
+BLAKE2s (nano-8.4.tar.xz) = 583a41b0f3976baba73c3643e898795edbd715d77ea53e36575beb91f74b6b46
+SHA512 (nano-8.4.tar.xz) = 1b8258e341a8722114b24af9d4676fbd8a91dc3639786a81bcd192a7b4fbca87581ab8ebe49493dfb3599ae90b59f4df8ae2a4ee0c0c7ccec9a49b563c82f44a
+Size (nano-8.4.tar.xz) = 1691256 bytes
SHA1 (patch-configure) = 119b755cae4bdd5ad6b0f9774044f0a2b89a05b5
-SHA1 (patch-doc_nano.1) = 4e999b4abe802c885c2df615fb721af3eee81be9
-SHA1 (patch-doc_nanorc.5) = 9f456d7262f0f7d7d59526060341d9117ddef2e3
+SHA1 (patch-doc_nano.1) = 5a6e2ba689a30d194fd8858313dead4274bb8857
+SHA1 (patch-doc_nanorc.5) = 1209f4aad5bc7ea3ae12e285c40a44c735091ae5
SHA1 (patch-src_winio.c) = 4fb568c8a2a7bff5687923c9ca1e2bd6f8485d1f
Index: pkgsrc/editors/nano/patches/patch-doc_nano.1
diff -u pkgsrc/editors/nano/patches/patch-doc_nano.1:1.4 pkgsrc/editors/nano/patches/patch-doc_nano.1:1.5
--- pkgsrc/editors/nano/patches/patch-doc_nano.1:1.4 Mon Jul 15 21:14:50 2024
+++ pkgsrc/editors/nano/patches/patch-doc_nano.1 Tue Apr 8 14:44:02 2025
@@ -1,10 +1,10 @@
-$NetBSD: patch-doc_nano.1,v 1.4 2024/07/15 21:14:50 schwarz Exp $
+$NetBSD: patch-doc_nano.1,v 1.5 2025/04/08 14:44:02 nia Exp $
-* Fix hard-coded pathes.
+* Fix hard-coded paths.
---- 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 @@
+--- doc/nano.1.orig 2025-04-02 08:53:51.000000000 +0000
++++ doc/nano.1
+@@ -431,7 +431,7 @@ or \fI~/.config/nano/nanorc\fR, whicheve
.BR nanorc (5)
for more information on the possible contents of those files.
.sp
@@ -13,9 +13,9 @@ $NetBSD: patch-doc_nano.1,v 1.4 2024/07/
for available syntax-coloring definitions.
.SH NOTES
-@@ -477,4 +477,4 @@
+@@ -480,4 +480,4 @@ the environment variable \fBNANO_NOCATCH
.SH SEE ALSO
.BR nanorc (5)
.sp
--\fI/usr/share/doc/nano/\fP (or equivalent on your system)
-+\fI@PREFIX@/share/doc/nano/\fP (or equivalent on your system)
+-\fI/usr/share/doc/nano/\fR (or equivalent on your system)
++\fI@PREFIX@/share/doc/nano/\fR (or equivalent on your system)
Index: pkgsrc/editors/nano/patches/patch-doc_nanorc.5
diff -u pkgsrc/editors/nano/patches/patch-doc_nanorc.5:1.4 pkgsrc/editors/nano/patches/patch-doc_nanorc.5:1.5
--- pkgsrc/editors/nano/patches/patch-doc_nanorc.5:1.4 Mon Jul 15 21:14:50 2024
+++ pkgsrc/editors/nano/patches/patch-doc_nanorc.5 Tue Apr 8 14:44:02 2025
@@ -1,19 +1,19 @@
-$NetBSD: patch-doc_nanorc.5,v 1.4 2024/07/15 21:14:50 schwarz Exp $
+$NetBSD: patch-doc_nanorc.5,v 1.5 2025/04/08 14:44:02 nia Exp $
-* Fix hard-coded pathes.
+* Fix hard-coded paths.
---- 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,
+--- 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
+ The \fInanorc\fR files contain the default settings for \fBnano\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\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),
+-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,
-@@ -1092,13 +1092,13 @@
+@@ -1091,13 +1091,13 @@ To make \fBShift+Alt+C\fR copy the marke
.SH FILES
.TP
Home |
Main Index |
Thread Index |
Old Index