Received: by mail.netbsd.org (Postfix, from userid 605) id E581484DCE; Mon, 23 Mar 2020 16:46:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AAFD084D3C for ; Mon, 23 Mar 2020 16:37:12 +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 Wx9mZ3wnVscB for ; Mon, 23 Mar 2020 16:37:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 28DAB84C81 for ; Mon, 23 Mar 2020 16:37:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 262D5FB27; Mon, 23 Mar 2020 16:37:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158498143288080" MIME-Version: 1.0 Date: Mon, 23 Mar 2020 16:37:12 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/misc/ruby-commander To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200323163712.262D5FB27@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. --_----------=_158498143288080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Mar 23 16:37:12 UTC 2020 Modified Files: pkgsrc/misc/ruby-commander: Makefile distinfo Log Message: misc/ruby-commander: update to 4.5.2 Update ruby-commander to 4.5.2. pkgsr change: add "USE_LANGAUGES= # none". === 4.5.2 / 2020-03-12 * Fix bug handling global options provided in option=value form (#47). (@orien) * Fix ERB warnings under Ruby 2.7. (@esotericpig) * Fix bug handling global options placed before command name (#32). (@orien) === 4.5.1 / 2020-03-08 * Fix bug causing global options to be ignored when arguments are present (#86). (@orien) === 4.5.0 / 2020-01-21 * Drop support for Ruby < 2.3. * Fix bug parsing double dash (#75). 4.4.7 / 2018-10-22 * Update HighLine dependency to 2.0.0. (@rohitpaulk) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/misc/ruby-commander/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/ruby-commander/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158498143288080 Content-Disposition: inline Content-Length: 2026 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ruby-commander/Makefile diff -u pkgsrc/misc/ruby-commander/Makefile:1.20 pkgsrc/misc/ruby-commander/Makefile:1.21 --- pkgsrc/misc/ruby-commander/Makefile:1.20 Sun Sep 23 15:46:43 2018 +++ pkgsrc/misc/ruby-commander/Makefile Mon Mar 23 16:37:11 2020 @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.20 2018/09/23 15:46:43 taca Exp $ +# $NetBSD: Makefile,v 1.21 2020/03/23 16:37:11 taca Exp $ -DISTNAME= commander-4.4.6 +DISTNAME= commander-4.5.2 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://ramaze.net/ +HOMEPAGE= https://github.com/commander-rb/commander COMMENT= The complete solution for Ruby command-line executables LICENSE= ruby-license -DEPENDS+= ${RUBY_PKGPREFIX}-highline17>=1.7.2<1.8:../../devel/ruby-highline17 +DEPENDS+= ${RUBY_PKGPREFIX}-highline>=2.0.0<2.1:../../devel/ruby-highline + +USE_LANGUAGES= # none RUBYGEM_OPTIONS+= --format-executable Index: pkgsrc/misc/ruby-commander/distinfo diff -u pkgsrc/misc/ruby-commander/distinfo:1.19 pkgsrc/misc/ruby-commander/distinfo:1.20 --- pkgsrc/misc/ruby-commander/distinfo:1.19 Sun Sep 23 15:46:43 2018 +++ pkgsrc/misc/ruby-commander/distinfo Mon Mar 23 16:37:11 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2018/09/23 15:46:43 taca Exp $ +$NetBSD: distinfo,v 1.20 2020/03/23 16:37:11 taca Exp $ -SHA1 (commander-4.4.6.gem) = 31bd2cfc55d768f6a7b9ddfe81aded441a7975f7 -RMD160 (commander-4.4.6.gem) = 9edc72d2f95e29ef9a2261aa5db376c64d7dcb26 -SHA512 (commander-4.4.6.gem) = 697fcbd7b1b8fe0d5f3c5f492b8d1dbd4fd4233ecef3f214797a8fbf9fd102f75f77fceb486d6386db51df0e6afa281518e522c161eba01d017c2c0532d9ac4d -Size (commander-4.4.6.gem) = 36864 bytes +SHA1 (commander-4.5.2.gem) = d692b08220f7c635481ff331ca1bdbecd40041a5 +RMD160 (commander-4.5.2.gem) = 62b7119db4325cd43e8e7585a08899e9357634a3 +SHA512 (commander-4.5.2.gem) = 22ea0a5c88d4ec03658ca8e0fe12801a5a5918bc09031400e1cde2883bf061b85feb6d77448b256bc21f5ddee00e4afb2c08b99132cd7862f00c7cad13588564 +Size (commander-4.5.2.gem) = 37888 bytes --_----------=_158498143288080--