Received: by mail.netbsd.org (Postfix, from userid 605) id 6E7BD84D59; Mon, 14 Sep 2020 00:14:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E7F0784D35 for ; Mon, 14 Sep 2020 00:14:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id y6oTXDT1qcow for ; Mon, 14 Sep 2020 00:14:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4ED7384C71 for ; Mon, 14 Sep 2020 00:14:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4BFD3FB28; Mon, 14 Sep 2020 00:14:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160004248275560" MIME-Version: 1.0 Date: Mon, 14 Sep 2020 00:14:42 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-tty-reader To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200914001442.4BFD3FB28@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. --_----------=_160004248275560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Sep 14 00:14:42 UTC 2020 Modified Files: pkgsrc/devel/ruby-tty-reader: Makefile PLIST distinfo Log Message: devel/ruby-tty-reader: update to 0.8.0 Update ruby-tty-reader to 0.8.0. ## [v0.8.0] - 2020-06-28 ### Changed * Change gemspec to load version directly and remove test artefacts * Change to update tty-screen dependency * Change to remove bundler dev dependency and relax wisper version To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-tty-reader/Makefile \ pkgsrc/devel/ruby-tty-reader/PLIST pkgsrc/devel/ruby-tty-reader/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160004248275560 Content-Disposition: inline Content-Length: 3969 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-tty-reader/Makefile diff -u pkgsrc/devel/ruby-tty-reader/Makefile:1.1 pkgsrc/devel/ruby-tty-reader/Makefile:1.2 --- pkgsrc/devel/ruby-tty-reader/Makefile:1.1 Sun Jan 19 14:53:44 2020 +++ pkgsrc/devel/ruby-tty-reader/Makefile Mon Sep 14 00:14:42 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2020/01/19 14:53:44 taca Exp $ +# $NetBSD: Makefile,v 1.2 2020/09/14 00:14:42 taca Exp $ -DISTNAME= tty-reader-0.7.0 +DISTNAME= tty-reader-0.8.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,8 +8,8 @@ HOMEPAGE= https://piotrmurach.github.io/ COMMENT= Set of methods for processing keyboard input LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-wisper>=2.0.0<2.1:../../devel/ruby-wisper -DEPENDS+= ${RUBY_PKGPREFIX}-tty-screen>=0.7<1:../../devel/ruby-tty-screen +DEPENDS+= ${RUBY_PKGPREFIX}-wisper>=2.0<3:../../devel/ruby-wisper +DEPENDS+= ${RUBY_PKGPREFIX}-tty-screen>=0.8<1:../../devel/ruby-tty-screen DEPENDS+= ${RUBY_PKGPREFIX}-tty-cursor>=0.7<1:../../devel/ruby-tty-cursor USE_LANGUAGES= # none Index: pkgsrc/devel/ruby-tty-reader/PLIST diff -u pkgsrc/devel/ruby-tty-reader/PLIST:1.1 pkgsrc/devel/ruby-tty-reader/PLIST:1.2 --- pkgsrc/devel/ruby-tty-reader/PLIST:1.1 Sun Jan 19 14:53:44 2020 +++ pkgsrc/devel/ruby-tty-reader/PLIST Mon Sep 14 00:14:42 2020 @@ -1,20 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2020/01/19 14:53:44 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/09/14 00:14:42 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/LICENSE.txt ${GEM_LIBDIR}/README.md -${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/benchmarks/speed_read_char.rb -${GEM_LIBDIR}/benchmarks/speed_read_line.rb -${GEM_LIBDIR}/bin/console -${GEM_LIBDIR}/bin/setup -${GEM_LIBDIR}/examples/keypress.rb -${GEM_LIBDIR}/examples/keypress_nonblock.rb -${GEM_LIBDIR}/examples/line.rb -${GEM_LIBDIR}/examples/multi_prompt.rb -${GEM_LIBDIR}/examples/multiline.rb -${GEM_LIBDIR}/examples/noecho.rb -${GEM_LIBDIR}/examples/shell.rb ${GEM_LIBDIR}/lib/tty-reader.rb ${GEM_LIBDIR}/lib/tty/reader.rb ${GEM_LIBDIR}/lib/tty/reader/console.rb @@ -26,17 +14,4 @@ ${GEM_LIBDIR}/lib/tty/reader/mode.rb ${GEM_LIBDIR}/lib/tty/reader/version.rb ${GEM_LIBDIR}/lib/tty/reader/win_api.rb ${GEM_LIBDIR}/lib/tty/reader/win_console.rb -${GEM_LIBDIR}/spec/spec_helper.rb -${GEM_LIBDIR}/spec/unit/history_spec.rb -${GEM_LIBDIR}/spec/unit/key_event_spec.rb -${GEM_LIBDIR}/spec/unit/line_spec.rb -${GEM_LIBDIR}/spec/unit/publish_keypress_event_spec.rb -${GEM_LIBDIR}/spec/unit/read_keypress_spec.rb -${GEM_LIBDIR}/spec/unit/read_line_spec.rb -${GEM_LIBDIR}/spec/unit/read_multiline_spec.rb -${GEM_LIBDIR}/spec/unit/subscribe_spec.rb -${GEM_LIBDIR}/tasks/console.rake -${GEM_LIBDIR}/tasks/coverage.rake -${GEM_LIBDIR}/tasks/spec.rake -${GEM_LIBDIR}/tty-reader.gemspec ${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/devel/ruby-tty-reader/distinfo diff -u pkgsrc/devel/ruby-tty-reader/distinfo:1.1 pkgsrc/devel/ruby-tty-reader/distinfo:1.2 --- pkgsrc/devel/ruby-tty-reader/distinfo:1.1 Sun Jan 19 14:53:44 2020 +++ pkgsrc/devel/ruby-tty-reader/distinfo Mon Sep 14 00:14:42 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/01/19 14:53:44 taca Exp $ +$NetBSD: distinfo,v 1.2 2020/09/14 00:14:42 taca Exp $ -SHA1 (tty-reader-0.7.0.gem) = ee0dad40fc7fc4a837bfdb031786f70619ce0cf4 -RMD160 (tty-reader-0.7.0.gem) = 5c3bc6221bfb4386ca8f30f3c1b0c811493dac04 -SHA512 (tty-reader-0.7.0.gem) = 29f41a15ff9d86300d9cb6067028a2bf540d258d8a8ca11892e26d40e423854ce32706a33a5cb75037d99d8d30d42998ecc6876a99f3c30bbddacffe61fbf70e -Size (tty-reader-0.7.0.gem) = 25600 bytes +SHA1 (tty-reader-0.8.0.gem) = 9c1262dc2e59c372c817930783ef3b245021366a +RMD160 (tty-reader-0.8.0.gem) = c34ad94478ddc96488b87a836801861f404a8e87 +SHA512 (tty-reader-0.8.0.gem) = 584df3cb4335a24b9bce962e84832606c1b2b62bb5d81633c55ac93cdf731a560c7559a79b2e662b9e080bc6b48a6ba400b0a1e322086f819e464820ed28e42d +Size (tty-reader-0.8.0.gem) = 18432 bytes --_----------=_160004248275560--