diff options
author | mmoll <mmoll@FreeBSD.org> | 2015-05-06 20:19:08 +0800 |
---|---|---|
committer | mmoll <mmoll@FreeBSD.org> | 2015-05-06 20:19:08 +0800 |
commit | f2e1de7796b842a43eadc5dd3cc396153ac0251a (patch) | |
tree | 05d71b99bd3c434eec971dfe7b8c0e38f6ee3c6e | |
parent | d0c343af5d7402f212602eb517dc41b46121812f (diff) | |
download | freebsd-ports-gnome-f2e1de7796b842a43eadc5dd3cc396153ac0251a.tar.gz freebsd-ports-gnome-f2e1de7796b842a43eadc5dd3cc396153ac0251a.tar.zst freebsd-ports-gnome-f2e1de7796b842a43eadc5dd3cc396153ac0251a.zip |
devel/rubygem-clamp: update to 0.6.5
Differential Revision: https://reviews.freebsd.org/D2458
Approved by: swills (mentor)
-rw-r--r-- | devel/rubygem-clamp/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-clamp/distinfo | 4 | ||||
-rw-r--r-- | devel/rubygem-clamp/files/patch-i18n | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/rubygem-clamp/Makefile b/devel/rubygem-clamp/Makefile index 6f444d7d8774..951fecfd8696 100644 --- a/devel/rubygem-clamp/Makefile +++ b/devel/rubygem-clamp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clamp -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 CATEGORIES= devel ruby MASTER_SITES= RG diff --git a/devel/rubygem-clamp/distinfo b/devel/rubygem-clamp/distinfo index 7cc7e79584bf..6748fc021908 100644 --- a/devel/rubygem-clamp/distinfo +++ b/devel/rubygem-clamp/distinfo @@ -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 diff --git a/devel/rubygem-clamp/files/patch-i18n b/devel/rubygem-clamp/files/patch-i18n index 87e281d85ab3..e7366385efca 100644 --- a/devel/rubygem-clamp/files/patch-i18n +++ b/devel/rubygem-clamp/files/patch-i18n @@ -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/clamp/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 |