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:
parent
50c304c563
commit
123999e83f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366345
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
14
sysutils/rubygem-hammer_cli_foreman/files/patch-localization
Normal file
14
sysutils/rubygem-hammer_cli_foreman/files/patch-localization
Normal 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
|
Loading…
Reference in New Issue
Block a user