aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-hammer_cli_foreman
diff options
context:
space:
mode:
authorMichael Moll <mmoll@FreeBSD.org>2015-04-29 16:43:40 +0000
committerMichael Moll <mmoll@FreeBSD.org>2015-04-29 16:43:40 +0000
commitcf96a061316f6505a8c8952380de0857efd3fda2 (patch)
tree7493364057960e8e651314506e726447a6e73a93 /sysutils/rubygem-hammer_cli_foreman
parent0bbac8e1ff9247008a839fad52002f03be17ae86 (diff)
downloadports-cf96a061316f6505a8c8952380de0857efd3fda2.tar.gz
ports-cf96a061316f6505a8c8952380de0857efd3fda2.zip
sysutils/rubygem-hammer_cli_foreman: update to 0.2.0
Differential Revision: https://reviews.freebsd.org/D2395 Approved by: mat (mentor)
Notes
Notes: svn path=/head/; revision=384991
Diffstat (limited to 'sysutils/rubygem-hammer_cli_foreman')
-rw-r--r--sysutils/rubygem-hammer_cli_foreman/Makefile8
-rw-r--r--sysutils/rubygem-hammer_cli_foreman/distinfo4
-rw-r--r--sysutils/rubygem-hammer_cli_foreman/files/foreman.yml.sample16
3 files changed, 6 insertions, 22 deletions
diff --git a/sysutils/rubygem-hammer_cli_foreman/Makefile b/sysutils/rubygem-hammer_cli_foreman/Makefile
index bb4a7506d848..2fe74ece3640 100644
--- a/sysutils/rubygem-hammer_cli_foreman/Makefile
+++ b/sysutils/rubygem-hammer_cli_foreman/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= hammer_cli_foreman
-PORTVERSION= 0.1.4
+PORTVERSION= 0.2.0
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.11:${PORTSDIR}/devel/rubygem-apipie-bindings \
- rubygem-hammer_cli>=0.1.4:${PORTSDIR}/sysutils/rubygem-hammer_cli \
+ rubygem-hammer_cli>=0.2.0:${PORTSDIR}/sysutils/rubygem-hammer_cli \
rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client
USE_RUBY= yes
@@ -21,7 +21,7 @@ RUBYGEM_AUTOPLIST= yes
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
- ${INSTALL_DATA} ${FILESDIR}/foreman.yml.sample \
- ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
+ ${INSTALL_DATA} ${WRKSRC}/config/foreman.yml \
+ ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman.yml.sample
.include <bsd.port.mk>
diff --git a/sysutils/rubygem-hammer_cli_foreman/distinfo b/sysutils/rubygem-hammer_cli_foreman/distinfo
index e0b4684db3af..b4a6c8f4da85 100644
--- a/sysutils/rubygem-hammer_cli_foreman/distinfo
+++ b/sysutils/rubygem-hammer_cli_foreman/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/hammer_cli_foreman-0.1.4.gem) = 47dea037bd0fa6efa0e224426b1d3f61014ced70948bb9e76dfc50e36eda23e4
-SIZE (rubygem/hammer_cli_foreman-0.1.4.gem) = 382976
+SHA256 (rubygem/hammer_cli_foreman-0.2.0.gem) = 07db2129c3fb4b2f2496261ef8a2d5fefac322e2929e21a60fe8eb56a92c7333
+SIZE (rubygem/hammer_cli_foreman-0.2.0.gem) = 525824
diff --git a/sysutils/rubygem-hammer_cli_foreman/files/foreman.yml.sample b/sysutils/rubygem-hammer_cli_foreman/files/foreman.yml.sample
deleted file mode 100644
index 37983b492189..000000000000
--- a/sysutils/rubygem-hammer_cli_foreman/files/foreman.yml.sample
+++ /dev/null
@@ -1,16 +0,0 @@
-:foreman:
- # Enable/disable foreman commands
- :enable_module: true
-
- # Your foreman server address
- :host: 'https://localhost/'
-
- # 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 to -1 for no timeout
- #:request_timeout: 120 #seconds