Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 546087A1FF for ; Sat, 10 Jun 2017 16:07:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EF9D684DB2; Sat, 10 Jun 2017 16:07:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E9D184D88 for ; Sat, 10 Jun 2017 16:07:25 +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 L0rBlOC5fS27 for ; Sat, 10 Jun 2017 16:07:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0518184CDD for ; Sat, 10 Jun 2017 16:07:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F088DFAA4; Sat, 10 Jun 2017 16:07:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497110844160740" MIME-Version: 1.0 Date: Sat, 10 Jun 2017 16:07:24 +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: <20170610160724.F088DFAA4@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. --_----------=_1497110844160740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiedi Date: Sat Jun 10 16:07:24 UTC 2017 Modified Files: pkgsrc/editors/nano: Makefile distinfo Log Message: Update nano to 2.8.4 2017.05.21 - GNU nano 2.8.4 includes the nanorc man page again. 2017.05.18 - GNU nano 2.8.3 "Hirsch" fixes a misplacement of the spotlight during interactive replacing, avoids build failures on AIX and Solaris, fixes a crash on Solaris, speeds up backwards searching, improves PHP syntax highlighting, and no longer asks “save anyway?” when the user ^Q discards the buffer. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/editors/nano/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/editors/nano/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497110844160740 Content-Disposition: inline Content-Length: 1665 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.61 pkgsrc/editors/nano/Makefile:1.62 --- pkgsrc/editors/nano/Makefile:1.61 Tue May 9 15:29:15 2017 +++ pkgsrc/editors/nano/Makefile Sat Jun 10 16:07:24 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2017/05/09 15:29:15 wiedi Exp $ +# $NetBSD: Makefile,v 1.62 2017/06/10 16:07:24 wiedi Exp $ -DISTNAME= nano-2.8.2 +DISTNAME= nano-2.8.4 CATEGORIES= editors MASTER_SITES= http://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.34 pkgsrc/editors/nano/distinfo:1.35 --- pkgsrc/editors/nano/distinfo:1.34 Tue May 9 15:29:15 2017 +++ pkgsrc/editors/nano/distinfo Sat Jun 10 16:07:24 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.34 2017/05/09 15:29:15 wiedi Exp $ +$NetBSD: distinfo,v 1.35 2017/06/10 16:07:24 wiedi Exp $ -SHA1 (nano-2.8.2.tar.xz) = e3023055a2613219685f2b93cb77b066fb9eefa1 -RMD160 (nano-2.8.2.tar.xz) = 7167d9bb0e00f454fc315870157bf0130f7f34f1 -SHA512 (nano-2.8.2.tar.xz) = 3968e24165ca45e5e6c605260d6a38ac9505014df304d27a8d80f934e1f8dc3729610e555e1f29d88db828c8f234534e744ff9b4fc059a6de5a9aeb091aee824 -Size (nano-2.8.2.tar.xz) = 1438524 bytes +SHA1 (nano-2.8.4.tar.xz) = 83ac3285e50690205011a822eadb42709c0fb2f3 +RMD160 (nano-2.8.4.tar.xz) = d580988caf89c3dd90587f7d8512bce25fd8e252 +SHA512 (nano-2.8.4.tar.xz) = 56e8f5a856bd39bea6597f3b4115a161004c1e4008e4d7a9104d21d61f199384305c0efef0b9832364573c45744584145db24a9c9a6db5308d61f34b84f041a3 +Size (nano-2.8.4.tar.xz) = 1441944 bytes SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56 --_----------=_1497110844160740--