From owner-svn-ports-head@FreeBSD.ORG Wed May 6 12:19:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60246D8F; Wed, 6 May 2015 12:19:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CFAB1D98; Wed, 6 May 2015 12:19:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t46CJA8X062074; Wed, 6 May 2015 12:19:10 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t46CJ9Qu062070; Wed, 6 May 2015 12:19:09 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201505061219.t46CJ9Qu062070@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Wed, 6 May 2015 12:19:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385512 - in head/devel/rubygem-clamp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2015 12:19:10 -0000 Author: mmoll Date: Wed May 6 12:19:08 2015 New Revision: 385512 URL: https://svnweb.freebsd.org/changeset/ports/385512 Log: devel/rubygem-clamp: update to 0.6.5 Differential Revision: https://reviews.freebsd.org/D2458 Approved by: swills (mentor) Modified: head/devel/rubygem-clamp/Makefile head/devel/rubygem-clamp/distinfo head/devel/rubygem-clamp/files/patch-i18n Modified: head/devel/rubygem-clamp/Makefile ============================================================================== --- head/devel/rubygem-clamp/Makefile Wed May 6 11:39:33 2015 (r385511) +++ head/devel/rubygem-clamp/Makefile Wed May 6 12:19:08 2015 (r385512) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clamp -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-clamp/distinfo ============================================================================== --- head/devel/rubygem-clamp/distinfo Wed May 6 11:39:33 2015 (r385511) +++ head/devel/rubygem-clamp/distinfo Wed May 6 12:19:08 2015 (r385512) @@ -1,2 +1,2 @@ -SHA256 (rubygem/clamp-0.6.4.gem) = e806278bee5df0aeaa7f15c55405a4d39ffe6182a1292c21462e1b771b60e138 -SIZE (rubygem/clamp-0.6.4.gem) = 24576 +SHA256 (rubygem/clamp-0.6.5.gem) = 384b6c144171d00afd1d588bca37ddb26efdfd7e6534ec6a47f9bef0b64cffbe +SIZE (rubygem/clamp-0.6.5.gem) = 24576 Modified: head/devel/rubygem-clamp/files/patch-i18n ============================================================================== --- head/devel/rubygem-clamp/files/patch-i18n Wed May 6 11:39:33 2015 (r385511) +++ head/devel/rubygem-clamp/files/patch-i18n Wed May 6 12:19:08 2015 (r385512) @@ -1,14 +1,14 @@ --- clamp.gemspec.orig 2015-02-28 19:33:22.833353000 +0000 +++ clamp.gemspec 2015-02-28 19:33:51.000931000 +0000 @@ -11,7 +11,7 @@ - s.date = "2015-02-26" + s.date = "2015-05-02" s.description = "Clamp provides an object-model for command-line utilities.\nIt handles parsing of command-line options, and generation of usage help.\n" s.email = "mdub@dogbiscuit.org" - s.files = [".autotest", ".gitignore", ".rspec", ".travis.yml", "CHANGES.md", "Gemfile", "LICENSE", "README.md", "Rakefile", "clamp.gemspec", "examples/admin", "examples/flipflop", "examples/fubar", "examples/gitdown", "examples/scoop", "examples/speak", "lib/clamp.rb", "lib/clamp/attribute/declaration.rb", "lib/clamp/attribute/definition.rb", "lib/clamp/attribute/instance.rb", "lib/clamp/command.rb", "lib/clamp/errors.rb", "lib/clamp/help.rb", "lib/clamp/option/declaration.rb", "lib/clamp/option/definition.rb", "lib/clamp/option/parsing.rb", "lib/clamp/parameter/declaration.rb", "lib/clamp/parameter/definition.rb", "lib/clamp/parameter/parsing.rb", "lib/clamp/subcommand/declaration.rb", "lib/clamp/subcommand/definition.rb", "lib/clamp/subcommand/execution.rb", "lib/clamp/subcommand/parsing.rb", "lib/clamp/truthy.rb", "lib/clamp/version.rb", "spec/clamp/command_group_spec.rb", "spec/clamp/command_spec.rb", "spec/clamp/option/definition_spec.rb", "spec/clamp/option_module_spec.rb", "spec/clamp/parameter/definition_spec.rb", "spec/spec_helper.rb"] + s.files = [".autotest", ".gitignore", ".rspec", ".travis.yml", "CHANGES.md", "Gemfile", "LICENSE", "README.md", "Rakefile", "clamp.gemspec", "examples/admin", "examples/flipflop", "examples/fubar", "examples/gitdown", "examples/scoop", "examples/speak", "lib/clamp.rb", "lib/clamp/attribute/declaration.rb", "lib/clamp/attribute/definition.rb", "lib/clamp/attribute/instance.rb", "lib/clamp/command.rb", "lib/clamp/errors.rb", "lib/clamp/help.rb", "lib/clamp/messages.rb", "lib/clamp/option/declaration.rb", "lib/clamp/option/definition.rb", "lib/clamp/option/parsing.rb", "lib/clamp/parameter/declaration.rb", "lib/clamp/parameter/definition.rb", "lib/clamp/parameter/parsing.rb", "lib/clamp/subcommand/declaration.rb", "lib/clamp/subcommand/definition.rb", "lib/clamp/subcommand/execution.rb", "lib/clamp/subcommand/parsing.rb", "lib/clamp/truthy.rb", "lib/clamp/version.rb", "spec/clamp/command_group_spec.rb", "spec/clamp/command_spec.rb", "spec/clamp/option/definition_spec.rb", "spec/clam p/option_module_spec.rb", "spec/clamp/parameter/definition_spec.rb", "spec/spec_helper.rb"] s.homepage = "http://github.com/mdub/clamp" s.licenses = ["MIT"] - s.rubygems_version = "2.4.5" + s.rubygems_version = "2.4.6" diff --git a/lib/clamp/attribute/instance.rb b/lib/clamp/attribute/instance.rb index 8f51cc3..acab485 100644 --- lib/clamp/attribute/instance.rb