Received: by mail.netbsd.org (Postfix, from userid 605) id 461E584E19; Tue, 2 Aug 2022 19:52:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 800CC84D44 for ; Tue, 2 Aug 2022 19:52:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Yu_wmJaYap1U for ; Tue, 2 Aug 2022 19:52:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9930784CBC for ; Tue, 2 Aug 2022 19:52:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92D5CFB1A; Tue, 2 Aug 2022 19:52:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1659469928279280" MIME-Version: 1.0 Date: Tue, 2 Aug 2022 19:52:08 +0000 From: "Georg Schwarz" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: schwarz@netbsd.org X-Mailer: log_accum Message-Id: <20220802195208.92D5CFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1659469928279280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schwarz Date: Tue Aug 2 19:52:08 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 pkgsrc/editors/nano: Makefile PLIST distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.3656 -r1.3657 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.103 -r1.104 pkgsrc/editors/nano/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/editors/nano/PLIST cvs rdiff -u -r1.73 -r1.74 pkgsrc/editors/nano/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1659469928279280 Content-Disposition: inline Content-Length: 3135 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.3656 pkgsrc/doc/CHANGES-2022:1.3657 --- pkgsrc/doc/CHANGES-2022:1.3656 Tue Aug 2 18:28:03 2022 +++ pkgsrc/doc/CHANGES-2022 Tue Aug 2 19:52:08 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.3656 2022/08/02 18:28:03 adam Exp $ +$NetBSD: CHANGES-2022,v 1.3657 2022/08/02 19:52:08 schwarz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -5452,3 +5452,4 @@ Changes to the packages collection and i Updated lang/npm to 8.15.1 [abs 2022-08-02] Updated lang/python310 to 3.10.6 [adam 2022-08-02] Updated lang/py310-html-docs to 3.10.6 [adam 2022-08-02] + Updated editors/nano to 6.4 (schwarz 2022-08-02) Index: pkgsrc/editors/nano/Makefile diff -u pkgsrc/editors/nano/Makefile:1.103 pkgsrc/editors/nano/Makefile:1.104 --- pkgsrc/editors/nano/Makefile:1.103 Sat May 7 07:45:15 2022 +++ pkgsrc/editors/nano/Makefile Tue Aug 2 19:52:08 2022 @@ -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 Index: pkgsrc/editors/nano/PLIST diff -u pkgsrc/editors/nano/PLIST:1.31 pkgsrc/editors/nano/PLIST:1.32 --- pkgsrc/editors/nano/PLIST:1.31 Sat May 7 07:45:15 2022 +++ pkgsrc/editors/nano/PLIST Tue Aug 2 19:52:08 2022 @@ -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 Index: pkgsrc/editors/nano/distinfo diff -u pkgsrc/editors/nano/distinfo:1.73 pkgsrc/editors/nano/distinfo:1.74 --- pkgsrc/editors/nano/distinfo:1.73 Sat May 7 07:45:15 2022 +++ pkgsrc/editors/nano/distinfo Tue Aug 2 19:52:08 2022 @@ -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 --_----------=_1659469928279280--