Received: by mail.netbsd.org (Postfix, from userid 605) id 9D9DF84D83; Sat, 13 Jul 2019 09:58:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2452584D3B for ; Sat, 13 Jul 2019 09:58:16 +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 pvFwCyHuCkw4 for ; Sat, 13 Jul 2019 09:58:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 94A9F84C8B for ; Sat, 13 Jul 2019 09:58:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8A027FBF4; Sat, 13 Jul 2019 09:58:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1563011895278350" MIME-Version: 1.0 Date: Sat, 13 Jul 2019 09:58:15 +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: <20190713095815.8A027FBF4@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. --_----------=_1563011895278350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiedi Date: Sat Jul 13 09:58:15 UTC 2019 Modified Files: pkgsrc/editors/nano: Makefile distinfo Log Message: nano: update to 4.3 2019.06.18 - GNU nano 4.3 "Musa Kart" • The ability to read from and write to a FIFO has been regained. • Startup time is reduced by fully parsing a syntax only when needed. • Asking for help (^G) when using --operatingdir does not crash. • The reading of a huge or slow file can be stopped with ^C. • Cut, zap, and copy operations are undone separately when intermixed. • M-D reports the correct number of lines (zero for an empty buffer). To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 pkgsrc/editors/nano/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/editors/nano/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1563011895278350 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.81 pkgsrc/editors/nano/Makefile:1.82 --- pkgsrc/editors/nano/Makefile:1.81 Mon Apr 29 12:04:33 2019 +++ pkgsrc/editors/nano/Makefile Sat Jul 13 09:58:15 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2019/04/29 12:04:33 wiedi Exp $ +# $NetBSD: Makefile,v 1.82 2019/07/13 09:58:15 wiedi Exp $ -DISTNAME= nano-4.2 +DISTNAME= nano-4.3 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.53 pkgsrc/editors/nano/distinfo:1.54 --- pkgsrc/editors/nano/distinfo:1.53 Mon Apr 29 12:04:33 2019 +++ pkgsrc/editors/nano/distinfo Sat Jul 13 09:58:15 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.53 2019/04/29 12:04:33 wiedi Exp $ +$NetBSD: distinfo,v 1.54 2019/07/13 09:58:15 wiedi Exp $ -SHA1 (nano-4.2.tar.xz) = cd399ad68d68025a4a4406f425a8a543c6ef924b -RMD160 (nano-4.2.tar.xz) = 7afa2ce30eee7d5d2abdf5f89b270a529a0398ce -SHA512 (nano-4.2.tar.xz) = 280c986ebbc83875270da659232910568bcade962b75ddf9ddc2af6e0fb9aab2b0d029a80d632b5c67fc385958ef4d724aafeeb10299c9e2bc281e737a11845c -Size (nano-4.2.tar.xz) = 1478972 bytes +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 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30 --_----------=_1563011895278350--