From owner-svn-ports-all@FreeBSD.ORG Mon Mar 30 14:44:56 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D2507D3; Mon, 30 Mar 2015 14:44:56 +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 173EEC8B; Mon, 30 Mar 2015 14:44:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2UEit8c033183; Mon, 30 Mar 2015 14:44:55 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2UEitEJ033182; Mon, 30 Mar 2015 14:44:55 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201503301444.t2UEitEJ033182@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 30 Mar 2015 14:44:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382672 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 14:44:56 -0000 Author: swills Date: Mon Mar 30 14:44:54 2015 New Revision: 382672 URL: https://svnweb.freebsd.org/changeset/ports/382672 QAT: https://qat.redports.org/buildarchive/r382672/ Log: devel/rubygem-clamp: fix patch after new ruby-gems update Modified: head/devel/rubygem-clamp/files/patch-i18n Modified: head/devel/rubygem-clamp/files/patch-i18n ============================================================================== --- head/devel/rubygem-clamp/files/patch-i18n Mon Mar 30 14:23:46 2015 (r382671) +++ head/devel/rubygem-clamp/files/patch-i18n Mon Mar 30 14:44:54 2015 (r382672) @@ -1,16 +1,14 @@ -diff --git a/clamp-0.6.4.gemspec b/clamp-0.6.4.gemspec -index 8f51cc3..acab485 100644 ---- clamp-0.6.4.gemspec -+++ clamp-0.6.4.gemspec -@@ -43,6 +43,7 @@ - - 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 - +--- 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.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" diff --git a/lib/clamp/attribute/instance.rb b/lib/clamp/attribute/instance.rb index 8f51cc3..acab485 100644 --- lib/clamp/attribute/instance.rb