Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D0EB01A923C for ; Sat, 12 Feb 2022 12:28:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DCE8684E7E; Sat, 12 Feb 2022 12:28:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1163384E7E for ; Sat, 12 Feb 2022 12:28:54 +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 daUHGynL9tph for ; Sat, 12 Feb 2022 12:28:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7A60C84D10 for ; Sat, 12 Feb 2022 12:28:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73C90FB24; Sat, 12 Feb 2022 12:28:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164466893334250" MIME-Version: 1.0 Date: Sat, 12 Feb 2022 12:28:53 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-curses To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220212122853.73C90FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164466893334250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 12 12:28:53 UTC 2022 Modified Files: pkgsrc/devel/ruby-curses: Makefile distinfo Log Message: devel/ruby-curses: update to 1.4.4 1.4.4 (2022-02-03) Bug fixes: * Define Curses.colors even if COLORS is a macro. Issue #69 by dvarrui. * Use require instead of require_relative. Pull request #68 by dvarrui. 1.4.3 (2022-01-06) New features: * Added flushinp, menu mark, fore and back functions. Pull request #66 by Isty001. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/ruby-curses/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/ruby-curses/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164466893334250 Content-Disposition: inline Content-Length: 1497 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-curses/Makefile diff -u pkgsrc/devel/ruby-curses/Makefile:1.32 pkgsrc/devel/ruby-curses/Makefile:1.33 --- pkgsrc/devel/ruby-curses/Makefile:1.32 Thu Aug 12 15:03:38 2021 +++ pkgsrc/devel/ruby-curses/Makefile Sat Feb 12 12:28:53 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2021/08/12 15:03:38 taca Exp $ +# $NetBSD: Makefile,v 1.33 2022/02/12 12:28:53 taca Exp $ # -DISTNAME= curses-1.4.2 +DISTNAME= curses-1.4.4 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-curses/distinfo diff -u pkgsrc/devel/ruby-curses/distinfo:1.33 pkgsrc/devel/ruby-curses/distinfo:1.34 --- pkgsrc/devel/ruby-curses/distinfo:1.33 Tue Oct 26 10:19:29 2021 +++ pkgsrc/devel/ruby-curses/distinfo Sat Feb 12 12:28:53 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2021/10/26 10:19:29 nia Exp $ +$NetBSD: distinfo,v 1.34 2022/02/12 12:28:53 taca Exp $ -BLAKE2s (curses-1.4.2.gem) = 3d4480ec47e2aa50a6fa31fcf5369ed63839c05dc450bd98589950267f471929 -SHA512 (curses-1.4.2.gem) = 9518bd1d4195dec8ea0eed10d5a836a7bb620874a691ba1c0f76f7444be544e77da84339af38699683ebcb45760e91bb09571d00069c8cc366d3b8a8fddc4c6e -Size (curses-1.4.2.gem) = 524288 bytes +BLAKE2s (curses-1.4.4.gem) = 5e22745b416c0e674be4324b6a21ed645715c5d939be45036b22b177a1c4e651 +SHA512 (curses-1.4.4.gem) = 5e275b7bc035c9745ed19d563da97aba090f66d4831a4cf07144ff29f3b49a36bbee592e1292719d6bcfd1f6a77d2955de5d7e5ff34ce487d574482a0cee1a53 +Size (curses-1.4.4.gem) = 524800 bytes --_----------=_164466893334250--