svn commit: r366344 - in head/sysutils/rubygem-hammer_cli: . files
Steve Wills
swills at FreeBSD.org
Wed Aug 27 19:55:34 UTC 2014
Author: swills
Date: Wed Aug 27 19:55:32 2014
New Revision: 366344
URL: http://svnweb.freebsd.org/changeset/ports/366344
QAT: https://qat.redports.org/buildarchive/r366344/
Log:
sysutils/rubygem-hammer_cli: update to 0.1.3
PR: 193013
Submitted by: Michael Moll <kvedulv at kvedulv.de>
Added:
head/sysutils/rubygem-hammer_cli/files/patch-localization (contents, props changed)
head/sysutils/rubygem-hammer_cli/files/patch-versions (contents, props changed)
Modified:
head/sysutils/rubygem-hammer_cli/Makefile
head/sysutils/rubygem-hammer_cli/distinfo
Modified: head/sysutils/rubygem-hammer_cli/Makefile
==============================================================================
--- head/sysutils/rubygem-hammer_cli/Makefile Wed Aug 27 19:55:11 2014 (r366343)
+++ head/sysutils/rubygem-hammer_cli/Makefile Wed Aug 27 19:55:32 2014 (r366344)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= hammer_cli
-PORTVERSION= 0.1.2
+PORTVERSION= 0.1.3
CATEGORIES= sysutils ruby
MASTER_SITES= RG
Modified: head/sysutils/rubygem-hammer_cli/distinfo
==============================================================================
--- head/sysutils/rubygem-hammer_cli/distinfo Wed Aug 27 19:55:11 2014 (r366343)
+++ head/sysutils/rubygem-hammer_cli/distinfo Wed Aug 27 19:55:32 2014 (r366344)
@@ -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
Added: head/sysutils/rubygem-hammer_cli/files/patch-localization
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/rubygem-hammer_cli/files/patch-localization Wed Aug 27 19:55:32 2014 (r366344)
@@ -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
+
+
Added: head/sysutils/rubygem-hammer_cli/files/patch-versions
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/rubygem-hammer_cli/files/patch-versions Wed Aug 27 19:55:32 2014 (r366344)
@@ -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
More information about the svn-ports-all
mailing list