pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/nano nano: Update to 5.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/6136a5abac28
branches: trunk
changeset: 445499:6136a5abac28
user: nia <nia%pkgsrc.org@localhost>
date: Sun Jan 24 17:13:42 2021 +0000
description:
nano: Update to 5.5
2021.01.14 - GNU nano 5.5 "Rebecca"
• Option 'set minibar' makes nano suppress the title bar and instead
show a bar with basic editing information at the bottom: file name
(plus an asterisk when the buffer is modified), the cursor position
(line,column), the character under the cursor (U+xxxx), the flags
that --stateflags normally shows, plus the percentage of the buffer
that is above the cursor.
• With 'set promptcolor' the color combination of the prompt bar can
be changed, to allow contrasting it with the mini bar (which always
has the same color as the title bar).
• Option 'set markmatch' highlights the result of a successful search
by putting the mark at the end of the match, making the match more
visible. It also suppresses the cursor until the next keystroke.
(If you dislike the hiding of the cursor, use 'set showcursor'.)
• The bindable toggle 'nowrap' has been renamed to 'breaklonglines',
to match the corresponding option, like for all other toggles.
• Support for Slang has been removed.
diffstat:
editors/nano/Makefile | 4 ++--
editors/nano/distinfo | 12 ++++++------
editors/nano/patches/patch-configure | 16 ++++++++--------
3 files changed, 16 insertions(+), 16 deletions(-)
diffs (56 lines):
diff -r ebde9995acfe -r 6136a5abac28 editors/nano/Makefile
--- a/editors/nano/Makefile Sun Jan 24 16:58:39 2021 +0000
+++ b/editors/nano/Makefile Sun Jan 24 17:13:42 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2020/12/07 00:03:58 schwarz Exp $
+# $NetBSD: Makefile,v 1.92 2021/01/24 17:13:42 nia Exp $
-DISTNAME= nano-5.4
+DISTNAME= nano-5.5
CATEGORIES= editors
MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/
EXTRACT_SUFX= .tar.xz
diff -r ebde9995acfe -r 6136a5abac28 editors/nano/distinfo
--- a/editors/nano/distinfo Sun Jan 24 16:58:39 2021 +0000
+++ b/editors/nano/distinfo Sun Jan 24 17:13:42 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.62 2020/12/07 00:03:58 schwarz Exp $
+$NetBSD: distinfo,v 1.63 2021/01/24 17:13:42 nia Exp $
-SHA1 (nano-5.4.tar.xz) = 86a013962648631cae244d895fb3956bfec845cd
-RMD160 (nano-5.4.tar.xz) = f0b12f742c128b64633d5fb0559514ec80753ab8
-SHA512 (nano-5.4.tar.xz) = f6555695e688891defb1cb163b245f7ada587bac77cff845d61ae64067d23b4a41c5a3769bf08239fa2d865685e6cdef5646693ea662df10f14481a1cbfa1367
-Size (nano-5.4.tar.xz) = 1410188 bytes
-SHA1 (patch-configure) = 602e6e213ef147119806eac0f5af7f0b0021c41c
+SHA1 (nano-5.5.tar.xz) = b727bcd583498312f52307ed39b83d7515401c58
+RMD160 (nano-5.5.tar.xz) = 0aaec99f60c214081608e3278ecd662e48f95825
+SHA512 (nano-5.5.tar.xz) = cbd2b6e1dc7437caf4ec6b55252664430fb1d6243dcf51a7b29ca3683bd1e6a25809c7b9d514d42cc85eb1a615bf3365951c07bf7c3c183a8cbe71c8586d9481
+Size (nano-5.5.tar.xz) = 1427592 bytes
+SHA1 (patch-configure) = 5f34f74d20c9b18f21afa308ed5634daed98a25d
diff -r ebde9995acfe -r 6136a5abac28 editors/nano/patches/patch-configure
--- a/editors/nano/patches/patch-configure Sun Jan 24 16:58:39 2021 +0000
+++ b/editors/nano/patches/patch-configure Sun Jan 24 17:13:42 2021 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-configure,v 1.6 2020/12/07 00:03:58 schwarz Exp $
+$NetBSD: patch-configure,v 1.7 2021/01/24 17:13:42 nia Exp $
Disable the groff html check to prevent random PLIST variation.
---- configure.orig 2020-12-02 11:45:24.000000000 +0100
-+++ configure 2020-12-07 00:56:07.000000000 +0100
-@@ -37002,7 +37002,7 @@
+--- configure.orig 2021-01-14 10:17:19.000000000 +0000
++++ configure
+@@ -38216,7 +38216,7 @@ fi
# 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; }
Home |
Main Index |
Thread Index |
Old Index