sysutils/rubygem-hammer_cli: update to 0.1.3
PR: 193013 Submitted by: Michael Moll <kvedulv@kvedulv.de>
This commit is contained in:
parent
d8ed500a4c
commit
50c304c563
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366344
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hammer_cli
|
||||
PORTVERSION= 0.1.2
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= sysutils ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rubygem/hammer_cli-0.1.2.gem) = 0b62e1d955a98c46dd691694145889948807c8ca7a629356dd81e7a2325ceb1b
|
||||
SIZE (rubygem/hammer_cli-0.1.2.gem) = 121344
|
||||
SHA256 (rubygem/hammer_cli-0.1.3.gem) = e142a14e59e9718d3ff3d7a0ab1a40d4cb3ade565ac44d13a5cd1e06d18e2b25
|
||||
SIZE (rubygem/hammer_cli-0.1.3.gem) = 121344
|
||||
|
13
sysutils/rubygem-hammer_cli/files/patch-localization
Normal file
13
sysutils/rubygem-hammer_cli/files/patch-localization
Normal file
@ -0,0 +1,13 @@
|
||||
--- lib/hammer_cli/i18n.rb
|
||||
+++ lib/hammer_cli/i18n.rb
|
||||
@@ -108,6 +108,10 @@ def locale_dir
|
||||
'/usr/share/locale'
|
||||
end
|
||||
|
||||
+ def domain_name
|
||||
+ "#{super}@system"
|
||||
+ end
|
||||
+
|
||||
end
|
||||
|
||||
|
11
sysutils/rubygem-hammer_cli/files/patch-versions
Normal file
11
sysutils/rubygem-hammer_cli/files/patch-versions
Normal file
@ -0,0 +1,11 @@
|
||||
--- hammer_cli-0.1.3.gemspec.orig 2014-08-25 23:09:28.000000000 +0200
|
||||
+++ hammer_cli-0.1.3.gemspec 2014-08-25 23:09:42.000000000 +0200
|
||||
@@ -155,7 +155,7 @@
|
||||
name: mime-types
|
||||
requirement: !ruby/object:Gem::Requirement
|
||||
requirements:
|
||||
- - - ~>
|
||||
+ - - '>='
|
||||
- !ruby/object:Gem::Version
|
||||
version: '1.0'
|
||||
type: :runtime
|
Loading…
Reference in New Issue
Block a user