From 3b9d45cb53544a0cf006919a2cb197924e00d6c9 Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 3 Jun 2015 13:55:24 +0000 Subject: [PATCH] Update ruby-commander to 4.3.4. === 4.3.4 / 2015-05-03 * Fixed a regression with the compact help formatter. === 4.3.3 / 2015-04-21 * Updated to highline 1.7.2 to fix a regression with terminal size (https://github.com/JEG2/highline/pull/139). * Help formatting updated to look better for commands with long names. (@jszwedko) === 4.3.2 / 2015-03-31 * Version bump to publish new location of Commander to Rubygems. Moved to https://github.com/commander-rb/commander === 4.3.1 / 2015-03-27 * Fix various Ruby warnings for circular requires, etc. * Update to use highline 1.7 (@SkyTrix) --- misc/ruby-commander/Makefile | 6 +++--- misc/ruby-commander/PLIST | 3 ++- misc/ruby-commander/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/misc/ruby-commander/Makefile b/misc/ruby-commander/Makefile index 74f1ff479f5a2..50f404f46d5f1 100644 --- a/misc/ruby-commander/Makefile +++ b/misc/ruby-commander/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2015/03/13 14:48:44 taca Exp $ +# $NetBSD: Makefile,v 1.12 2015/06/03 13:55:24 taca Exp $ -DISTNAME= commander-4.3.0 +DISTNAME= commander-4.3.4 CATEGORIES= misc MAINTAINER= tonnerre@NetBSD.org @@ -8,7 +8,7 @@ HOMEPAGE= http://ramaze.net/ COMMENT= The complete solution for Ruby command-line executables LICENSE= ruby-license -DEPENDS+= ${RUBY_PKGPREFIX}-highline>=1.6.11<1.7:../../devel/ruby-highline +DEPENDS+= ${RUBY_PKGPREFIX}-highline>=1.7.2<1.8:../../devel/ruby-highline RUBYGEM_OPTIONS+= --format-executable diff --git a/misc/ruby-commander/PLIST b/misc/ruby-commander/PLIST index c5722f6766515..362b473efb27f 100644 --- a/misc/ruby-commander/PLIST +++ b/misc/ruby-commander/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2015/03/13 14:48:44 taca Exp $ +@comment $NetBSD: PLIST,v 1.8 2015/06/03 13:55:24 taca Exp $ bin/commander${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore @@ -41,6 +41,7 @@ ${GEM_LIBDIR}/spec/command_spec.rb ${GEM_LIBDIR}/spec/configure_spec.rb ${GEM_LIBDIR}/spec/core_ext/array_spec.rb ${GEM_LIBDIR}/spec/core_ext/object_spec.rb +${GEM_LIBDIR}/spec/help_formatters/terminal_compact_spec.rb ${GEM_LIBDIR}/spec/help_formatters/terminal_spec.rb ${GEM_LIBDIR}/spec/methods_spec.rb ${GEM_LIBDIR}/spec/runner_spec.rb diff --git a/misc/ruby-commander/distinfo b/misc/ruby-commander/distinfo index a8992d941870f..707a2be6cfdd9 100644 --- a/misc/ruby-commander/distinfo +++ b/misc/ruby-commander/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2015/03/13 14:48:44 taca Exp $ +$NetBSD: distinfo,v 1.12 2015/06/03 13:55:24 taca Exp $ -SHA1 (commander-4.3.0.gem) = 8bc85ee68afc0a6c67b74d942b43e359c3d35ec9 -RMD160 (commander-4.3.0.gem) = 0fa6521e5612ebb54e2f20a32bedaf47134c23e9 -Size (commander-4.3.0.gem) = 34816 bytes +SHA1 (commander-4.3.4.gem) = a75ade5c9bc742829baeff1b7c5e61f24b54ef8a +RMD160 (commander-4.3.4.gem) = c7f3a23f3cd4140ec86445b54a06b0f0808e6e6e +Size (commander-4.3.4.gem) = 34816 bytes