Date: Wed, 27 Aug 2014 19:58:04 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366345 - in head/sysutils/rubygem-hammer_cli_foreman: . files Message-ID: <201408271958.s7RJw4Rj052473@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Aug 27 19:58:04 2014 New Revision: 366345 URL: http://svnweb.freebsd.org/changeset/ports/366345 QAT: https://qat.redports.org/buildarchive/r366345/ Log: sysutils/rubygem-hammer_cli_foreman: update to 0.1.3 PR: 193014 Submitted by: Michael Moll <kvedulv@kvedulv.de> (maintainer) Added: head/sysutils/rubygem-hammer_cli_foreman/files/patch-localization (contents, props changed) Modified: head/sysutils/rubygem-hammer_cli_foreman/Makefile head/sysutils/rubygem-hammer_cli_foreman/distinfo head/sysutils/rubygem-hammer_cli_foreman/files/foreman.yml.sample Modified: head/sysutils/rubygem-hammer_cli_foreman/Makefile ============================================================================== --- head/sysutils/rubygem-hammer_cli_foreman/Makefile Wed Aug 27 19:55:32 2014 (r366344) +++ head/sysutils/rubygem-hammer_cli_foreman/Makefile Wed Aug 27 19:58:04 2014 (r366345) @@ -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 Modified: head/sysutils/rubygem-hammer_cli_foreman/distinfo ============================================================================== --- head/sysutils/rubygem-hammer_cli_foreman/distinfo Wed Aug 27 19:55:32 2014 (r366344) +++ head/sysutils/rubygem-hammer_cli_foreman/distinfo Wed Aug 27 19:58:04 2014 (r366345) @@ -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 Modified: head/sysutils/rubygem-hammer_cli_foreman/files/foreman.yml.sample ============================================================================== --- head/sysutils/rubygem-hammer_cli_foreman/files/foreman.yml.sample Wed Aug 27 19:55:32 2014 (r366344) +++ head/sysutils/rubygem-hammer_cli_foreman/files/foreman.yml.sample Wed Aug 27 19:58:04 2014 (r366345) @@ -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 Added: head/sysutils/rubygem-hammer_cli_foreman/files/patch-localization ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-hammer_cli_foreman/files/patch-localization Wed Aug 27 19:58:04 2014 (r366345) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408271958.s7RJw4Rj052473>