sysutils/rubygem-hammer_cli_foreman: update to 0.1.3

PR:		193014
Submitted by:	Michael Moll <kvedulv@kvedulv.de> (maintainer)
This commit is contained in:
Steve Wills 2014-08-27 19:58:04 +00:00
parent 50c304c563
commit 123999e83f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366345
4 changed files with 20 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= hammer_cli_foreman
PORTVERSION= 0.1.2
PORTVERSION= 0.1.3
CATEGORIES= sysutils ruby
MASTER_SITES= RG
@ -12,7 +12,7 @@ COMMENT= Foreman commands for Hammer CLI
LICENSE= GPLv3
RUN_DEPENDS= rubygem-apipie-bindings>=0.0.8:${PORTSDIR}/devel/rubygem-apipie-bindings \
rubygem-hammer_cli=0.1.2:${PORTSDIR}/sysutils/rubygem-hammer_cli \
rubygem-hammer_cli>=0.1.2:${PORTSDIR}/sysutils/rubygem-hammer_cli \
rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client
USE_RUBY= yes

View File

@ -1,2 +1,2 @@
SHA256 (rubygem/hammer_cli_foreman-0.1.2.gem) = d7905d84291e3aa38841284bbde53f63bfd5e83dee56ed84f9f19bedd45afeec
SIZE (rubygem/hammer_cli_foreman-0.1.2.gem) = 199168
SHA256 (rubygem/hammer_cli_foreman-0.1.3.gem) = 296920b904a97d52d4e3dae137bad06405be75ca1feeca70ed7ada103e69b14d
SIZE (rubygem/hammer_cli_foreman-0.1.3.gem) = 199168

View File

@ -5,12 +5,12 @@
# Your foreman server address
:host: 'https://localhost/'
# Credentials. You'll be asked for the interactively if you leave them blank here
# Credentials. You'll be asked for them interactively if you leave them blank here
:username: 'admin'
#:password: 'example'
# Check API documentation cache status on each request
#:refresh_cache: false
# API request timeout, set -1 for infinity
# API request timeout. Set to -1 for no timeout
#:request_timeout: 120 #seconds

View File

@ -0,0 +1,14 @@
--- lib/hammer_cli_foreman/i18n.rb
+++ lib/hammer_cli_foreman/i18n.rb
@@ -24,6 +24,11 @@ def locale_dir
'/usr/share/locale'
end
+
+ def domain_name
+ "#{super}@system"
+ end
+
end
end