Received: by mail.netbsd.org (Postfix, from userid 605) id 1FFA184DEF; Tue, 15 May 2018 15:14:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 946BE84D62 for ; Tue, 15 May 2018 15:14:11 +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 uV1nxnMC40uH for ; Tue, 15 May 2018 15:14:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EE08084CD0 for ; Tue, 15 May 2018 15:14:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E7AD1FBEC; Tue, 15 May 2018 15:14:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526397250271240" MIME-Version: 1.0 Date: Tue, 15 May 2018 15:14:10 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/editors/nano To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20180515151410.E7AD1FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1526397250271240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiedi Date: Tue May 15 15:14:10 UTC 2018 Modified Files: pkgsrc/editors/nano: Makefile distinfo Log Message: nano: update to 2.9.7 2018.05.15 - GNU nano 2.9.7 "Hvide Sande" adds the option '--afterends' for making Ctrl+Right (the nextword function) stop at word ends instead of beginnings, accepts multibyte letters for the Yes/No/All answers, does emergency saves of changed buffers in the unlikely event that nano crashes, adds the until-now missing bindable function 'linenumbers', and renames the toggles 'constupdate' to 'constantshow' and 'cuttoend' to 'cutfromcursor', for consistency with the corresponding options -- adjust your nanorc files soon. 2018.04.27 - GNU nano 2.9.6 "Gomance" fixes a crash in word completion, makes --enable-altrcname work again, improves the fluidity of scrolling when using the touchpad, tweaks the syntaxes for shell scripts and PO files, makes a replacing session go always forward by default, no longer inserts a newline after an external spell check of a selected region, always accepts the English Y and N (and A) at a yes-no prompt in any locale, and solves a few hypothetical bugs. 2018.03.29 - GNU nano 2.9.5 "Kiša pada" changes the way the Scroll-Up and Scroll-Down commands work (M-- and M-+): instead of keeping the cursor in the same screen position they now keep the cursor in the same text position (if possible). This version further adds a new color name, "normal", which gives the default foreground or background color, which is useful when you want to undo some overzealous painting by earlier syntax regexes. Bug fixes include: a segfault when trying to insert a file in restricted mode, the reading in of a new file being "undoable", a slight miswrapping of help texts when --linenumbers was used, and the shell syntax coloring the word "tar" in file names. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/editors/nano/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/editors/nano/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526397250271240 Content-Disposition: inline Content-Length: 1666 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/nano/Makefile diff -u pkgsrc/editors/nano/Makefile:1.71 pkgsrc/editors/nano/Makefile:1.72 --- pkgsrc/editors/nano/Makefile:1.71 Sat Mar 10 10:21:07 2018 +++ pkgsrc/editors/nano/Makefile Tue May 15 15:14:10 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2018/03/10 10:21:07 wiedi Exp $ +# $NetBSD: Makefile,v 1.72 2018/05/15 15:14:10 wiedi Exp $ -DISTNAME= nano-2.9.4 +DISTNAME= nano-2.9.7 CATEGORIES= editors MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/editors/nano/distinfo diff -u pkgsrc/editors/nano/distinfo:1.43 pkgsrc/editors/nano/distinfo:1.44 --- pkgsrc/editors/nano/distinfo:1.43 Sat Mar 10 10:21:07 2018 +++ pkgsrc/editors/nano/distinfo Tue May 15 15:14:10 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.43 2018/03/10 10:21:07 wiedi Exp $ +$NetBSD: distinfo,v 1.44 2018/05/15 15:14:10 wiedi Exp $ -SHA1 (nano-2.9.4.tar.xz) = 88b90a39a140fab1912b82e35ce711c5ee47c5f4 -RMD160 (nano-2.9.4.tar.xz) = 0b2c8d44bc1816241cebac9fe68effe9aea8455b -SHA512 (nano-2.9.4.tar.xz) = d8ef564ab9db2cd5f230061e5bb55f6bc36b6450c7585562ee32a27702a44276d94febd3c988b70eaf5b2e1a453426042c079a9eb40a4e71744da1ddde269863 -Size (nano-2.9.4.tar.xz) = 1497148 bytes +SHA1 (nano-2.9.7.tar.xz) = 8a3b303ab0d869f760afc28f62ac399ac9d379c7 +RMD160 (nano-2.9.7.tar.xz) = ac4df60260e3e21b07234cfbbe312ce7bcbbcf77 +SHA512 (nano-2.9.7.tar.xz) = 872ff35504eb51e9cf80ececc6719598e1d31832ca937b7e523c818164a1d95a7c92346297c0f4796b37d228d55e7c0d448e7c894244686c58459f87172761a1 +Size (nano-2.9.7.tar.xz) = 1504124 bytes SHA1 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30 --_----------=_1526397250271240--