svn commit: r356615 - in head/sysutils/rubygem-hammer_cli_foreman: . files
Martin Wilke
miwi at FreeBSD.org
Thu Jun 5 09:15:15 UTC 2014
Author: miwi
Date: Thu Jun 5 09:15:13 2014
New Revision: 356615
URL: http://svnweb.freebsd.org/changeset/ports/356615
QAT: https://qat.redports.org/buildarchive/r356615/
Log:
- Update to 0.1.1
PR: 190069
Submitted by: maintainer
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
head/sysutils/rubygem-hammer_cli_foreman/pkg-plist
Modified: head/sysutils/rubygem-hammer_cli_foreman/Makefile
==============================================================================
--- head/sysutils/rubygem-hammer_cli_foreman/Makefile Thu Jun 5 09:12:43 2014 (r356614)
+++ head/sysutils/rubygem-hammer_cli_foreman/Makefile Thu Jun 5 09:15:13 2014 (r356615)
@@ -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 @@ COMMENT= Foreman commands for Hammer CLI
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
Modified: head/sysutils/rubygem-hammer_cli_foreman/distinfo
==============================================================================
--- head/sysutils/rubygem-hammer_cli_foreman/distinfo Thu Jun 5 09:12:43 2014 (r356614)
+++ head/sysutils/rubygem-hammer_cli_foreman/distinfo Thu Jun 5 09:15:13 2014 (r356615)
@@ -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
Modified: head/sysutils/rubygem-hammer_cli_foreman/files/foreman.yml.sample
==============================================================================
--- head/sysutils/rubygem-hammer_cli_foreman/files/foreman.yml.sample Thu Jun 5 09:12:43 2014 (r356614)
+++ head/sysutils/rubygem-hammer_cli_foreman/files/foreman.yml.sample Thu Jun 5 09:15:13 2014 (r356615)
@@ -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
Modified: head/sysutils/rubygem-hammer_cli_foreman/pkg-plist
==============================================================================
--- head/sysutils/rubygem-hammer_cli_foreman/pkg-plist Thu Jun 5 09:12:43 2014 (r356614)
+++ head/sysutils/rubygem-hammer_cli_foreman/pkg-plist Thu Jun 5 09:15:13 2014 (r356615)
@@ -1,3 +1 @@
- at 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
- at 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
+ at sample etc/hammer/cli.modules.d/foreman.yml.sample
More information about the svn-ports-all
mailing list