Received: by mail.netbsd.org (Postfix, from userid 605) id 3DE3084DB2; Mon, 9 Sep 2019 16:04:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B7CC784DB1 for ; Mon, 9 Sep 2019 16:04:17 +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 VHVF4AymEKPF for ; Mon, 9 Sep 2019 16:04:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4042684DAD for ; Mon, 9 Sep 2019 16:04:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 39DF3FBF4; Mon, 9 Sep 2019 16:04:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568045057283370" MIME-Version: 1.0 Date: Mon, 9 Sep 2019 16:04:17 +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: <20190909160417.39DF3FBF4@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. --_----------=_1568045057283370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiedi Date: Mon Sep 9 16:04:17 UTC 2019 Modified Files: pkgsrc/editors/nano: Makefile distinfo Log Message: nano: update to 4.4 2019.08.25 - GNU nano 4.4 "Hagelslag" • At startup, the cursor can be put on the first or last occurrence of a string by preceding the filename with +/string or +?string. • When automatic hard-wrapping occurs (--breaklonglines), any leading quoting characters will be automatically copied to the new line. • M-6 works again also when the cursor is at end of buffer. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 pkgsrc/editors/nano/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/editors/nano/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568045057283370 Content-Disposition: inline Content-Length: 1646 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.82 pkgsrc/editors/nano/Makefile:1.83 --- pkgsrc/editors/nano/Makefile:1.82 Sat Jul 13 09:58:15 2019 +++ pkgsrc/editors/nano/Makefile Mon Sep 9 16:04:17 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.82 2019/07/13 09:58:15 wiedi Exp $ +# $NetBSD: Makefile,v 1.83 2019/09/09 16:04:17 wiedi Exp $ -DISTNAME= nano-4.3 +DISTNAME= nano-4.4 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.54 pkgsrc/editors/nano/distinfo:1.55 --- pkgsrc/editors/nano/distinfo:1.54 Sat Jul 13 09:58:15 2019 +++ pkgsrc/editors/nano/distinfo Mon Sep 9 16:04:17 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.54 2019/07/13 09:58:15 wiedi Exp $ +$NetBSD: distinfo,v 1.55 2019/09/09 16:04:17 wiedi Exp $ -SHA1 (nano-4.3.tar.xz) = 9f6c23bc2c9b510f19980a96f586a5ab9a2f84c6 -RMD160 (nano-4.3.tar.xz) = 77e86a97586b440a28751c3555a9c513a70e9e02 -SHA512 (nano-4.3.tar.xz) = 3b16b70bdd98ea92cef99dfe5ee859e198bdb1dfa44e25aa200362958f77f8127c7c66aaf204637b768f10b3ea6f45f41417359b2f2608fab28ee9041057bf4f -Size (nano-4.3.tar.xz) = 1485776 bytes +SHA1 (nano-4.4.tar.xz) = 572a76c882d7255d73d71ebd745f7f44059560db +RMD160 (nano-4.4.tar.xz) = 7cac253215b45767722384258c534fadb6c6a89e +SHA512 (nano-4.4.tar.xz) = 1bf3aff2f68ed2c9903dccfbdb23a4a127fb74543797e56459141a7a30a34c024bfd6f845788bbd990bf3c72721465ed2d66bb47a1b1c8257b2b6f29834e11ef +Size (nano-4.4.tar.xz) = 1488452 bytes SHA1 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30 --_----------=_1568045057283370--