diff options
author | schwarz <schwarz@pkgsrc.org> | 2022-08-02 19:52:08 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2022-08-02 19:52:08 +0000 |
commit | 73b33bb6765d706f8aec2eb48c9b477beba03186 (patch) | |
tree | a6eddd0f836c80bcb23b88a17ecaf0481c8f7094 /editors | |
parent | 4512c882ba79d0d101e8ec2430c1f0ffd4c7b60d (diff) | |
download | pkgsrc-73b33bb6765d706f8aec2eb48c9b477beba03186.tar.gz |
updated editors/nano to 6.4
Changes between v6.3 and v6.4:
------------------------------
LIU Hao (1):
build: ignore errors from `git describe`
Benno Schulenberg (25):
bump version numbers and add a news item for the 6.4 release
display: remember text and column positions when softwrapping a line
docs: concisely describe how the linter behaves
docs: remove the two notices about the changed defaults
docs: rename README.GIT to README.hacking, so it's clearer what is meant
docs: stop mentioning the obsoleted keywords that were removed
files: designate the root directory with a simple "/", not with "//"
formatter: instead of leaving curses, use full_refresh() to wipe messages
gnulib: update to its current upstream state
help: reshuffle two shortcuts so that more help-line items are paired
options: stop accepting -z, as --suspendable has been dropped too
po: update translations and regenerate POT file and PO files
rcfile: remove five obsolete or deprecated keywords
syntax: default: do not colorize a square or angle bracket after a URL
syntax: perl: add missing keywords, and reduce the length of some lines
syntax: python: mention an alternative linter in a comment
tweaks: add a missing word to a news item
tweaks: add a translator hint
tweaks: improve a comment, and reshuffle two functions plus some lines
tweaks: put each regex on separate line, to better show many keywords
tweaks: rename a variable, to not be the same as a function name
tweaks: rename two variables, to not contain the name of another
tweaks: reshuffle a description and rewrap another
tweaks: reshuffle a few lines, to group things better
version: condense the copyright message, to not dominate the output
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 4 | ||||
-rw-r--r-- | editors/nano/PLIST | 3 | ||||
-rw-r--r-- | editors/nano/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 55e21e61772..6e79159e2a6 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.103 2022/05/07 07:45:15 wiedi Exp $ +# $NetBSD: Makefile,v 1.104 2022/08/02 19:52:08 schwarz Exp $ -DISTNAME= nano-6.3 +DISTNAME= nano-6.4 CATEGORIES= editors MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/ EXTRACT_SUFX= .tar.xz diff --git a/editors/nano/PLIST b/editors/nano/PLIST index 3319fec6969..016f9e608ec 100644 --- a/editors/nano/PLIST +++ b/editors/nano/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.31 2022/05/07 07:45:15 wiedi Exp $ +@comment $NetBSD: PLIST,v 1.32 2022/08/02 19:52:08 schwarz Exp $ bin/nano bin/rnano info/nano.info @@ -35,6 +35,7 @@ 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 diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 38170ab3146..df7c1abf621 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.73 2022/05/07 07:45:15 wiedi Exp $ +$NetBSD: distinfo,v 1.74 2022/08/02 19:52:08 schwarz Exp $ -BLAKE2s (nano-6.3.tar.xz) = 153cfd63016cdcdc3ded64ba3e65deca9328620c43996f8d1e5770554ba357da -SHA512 (nano-6.3.tar.xz) = 42279bee54f4d83a0dc06e93c2f385798c304a41e995461b018f5724010213761455563cb53e2411e12bc43c7245e289f4254c359717ca1b89a34d5af8b8c3f3 -Size (nano-6.3.tar.xz) = 1581772 bytes +BLAKE2s (nano-6.4.tar.xz) = 4d01371b376ab0cd4677a0d450d26de978affd6eb9fcf63f24984274438742f8 +SHA512 (nano-6.4.tar.xz) = cff2d9d90f1a23ab8905320e651f8bbc9d38046153a4f64bbc21927687d9628135915468b00b28f88a0eb7d395d1bcb0b9b7abcf367e5a46a5f3da01d8d6e72b +Size (nano-6.4.tar.xz) = 1593804 bytes SHA1 (patch-configure) = 8df30018d732c00202b4173f1c3ae0e03aa56245 SHA1 (patch-doc_nano.1) = 3d160aa6a4324400e79064d22cbd291a0d3de4f9 SHA1 (patch-doc_nanorc.5) = 4d8af863bfa51eeac2a5e5cd04bd16aba3b6e29a |