From nobody@FreeBSD.org  Wed May 21 13:58:09 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 6E7FAFD9
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 May 2014 13:58:09 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 419E729A2
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 May 2014 13:58:09 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LDw9a7054346
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 May 2014 13:58:09 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4LDw9j4054345;
	Wed, 21 May 2014 13:58:09 GMT
	(envelope-from nobody)
Message-Id: <201405211358.s4LDw9j4054345@cgiserv.freebsd.org>
Date: Wed, 21 May 2014 13:58:09 GMT
From: Michael Moll <kvedulv@kvedulv.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sysutils/rubygem-hammer_cli_foreman - update to 0.1.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         190070
>Category:       ports
>Synopsis:       sysutils/rubygem-hammer_cli_foreman - update to 0.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 14:00:01 UTC 2014
>Closed-Date:    
>Last-Modified:  Wed May 21 14:00:19 UTC 2014
>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:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Wed May 21 14:00:17 UTC 2014 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190070 
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 21 14:00:19 UTC 2014 
Responsible-Changed-Why:  
swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190070 
>Unformatted:
