Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 13:58:09 GMT
From:      Michael Moll <kvedulv@kvedulv.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190070: sysutils/rubygem-hammer_cli_foreman - update to 0.1.1
Message-ID:  <201405211358.s4LDw9j4054345@cgiserv.freebsd.org>
Resent-Message-ID: <201405211400.s4LE01N0058276@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190070
>Category:       ports
>Synopsis:       sysutils/rubygem-hammer_cli_foreman - update to 0.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 14:00:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Michael Moll
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 354749)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hammer_cli_foreman
-PORTVERSION=	0.1.0
+PORTVERSION=	0.1.1
 CATEGORIES=	sysutils ruby
 MASTER_SITES=	RG
 
@@ -11,8 +11,9 @@
 
 LICENSE=	GPLv3
 
-RUN_DEPENDS=	rubygem-apipie-bindings>=0.0.6:${PORTSDIR}/devel/rubygem-apipie-bindings \
-		rubygem-hammer_cli=0.1.0:${PORTSDIR}/sysutils/rubygem-hammer_cli
+RUN_DEPENDS=	rubygem-apipie-bindings>=0.0.8:${PORTSDIR}/devel/rubygem-apipie-bindings \
+		rubygem-hammer_cli=0.1.1:${PORTSDIR}/sysutils/rubygem-hammer_cli \
+		rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
Index: distinfo
===================================================================
--- distinfo	(revision 354749)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/hammer_cli_foreman-0.1.0.gem) = 2997c29333415fb8e642108f43b8f4034437290d26b16e149e2457f91f697fd2
-SIZE (rubygem/hammer_cli_foreman-0.1.0.gem) = 82944
+SHA256 (rubygem/hammer_cli_foreman-0.1.1.gem) = e97c7ec12eb60c088a47bb8a3b37bb91f9daba087a66c6bf778eadd12a9f97d5
+SIZE (rubygem/hammer_cli_foreman-0.1.1.gem) = 114688
Index: files/foreman.yml.sample
===================================================================
--- files/foreman.yml.sample	(revision 354749)
+++ files/foreman.yml.sample	(working copy)
@@ -1,10 +1,15 @@
 :foreman:
+  # Enable/disable foreman commands
   :enable_module: true
+
+  # Your foreman server address
   :host: 'https://localhost/'
+
+  # Credentials. You'll be asked for the interactively if you leave them blank here
   :username: 'admin'
-  :password: 'changeme'
+  #:password: 'example'
 
-  # Check cache status on each request
+  # Check API documentation cache status on each request
   #:refresh_cache: false
 
   # API request timeout, set -1 for infinity
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 354749)
+++ pkg-plist	(working copy)
@@ -1,3 +1 @@
-@unexec if cmp -s %D/etc/hammer/cli.modules.d/foreman.yml.sample %D/etc/hammer/cli.modules.d/foreman.yml; then rm -f %D/etc/hammer/cli.modules.d/foreman.yml; fi
-etc/hammer/cli.modules.d/foreman.yml.sample
-@exec if [ ! -f %D/etc/hammer/cli.modules.d/foreman.yml ] ; then cp -p %D/etc/hammer/cli.modules.d/foreman.yml.sample %D/etc/hammer/cli.modules.d/foreman.yml; fi
+@sample etc/hammer/cli.modules.d/foreman.yml.sample


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405211358.s4LDw9j4054345>