aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmoll <mmoll@FreeBSD.org>2015-05-05 19:19:15 +0800
committermmoll <mmoll@FreeBSD.org>2015-05-05 19:19:15 +0800
commitf106ab7b8cba3cd3f5ec63c5710b229d80bcc713 (patch)
treefe7092f8fcec32059f4073fed25ca9d325e7c92d
parent4e2ddbafb1d0526fc0777561e1a839fd2ae2a53a (diff)
downloadfreebsd-ports-gnome-f106ab7b8cba3cd3f5ec63c5710b229d80bcc713.tar.gz
freebsd-ports-gnome-f106ab7b8cba3cd3f5ec63c5710b229d80bcc713.tar.zst
freebsd-ports-gnome-f106ab7b8cba3cd3f5ec63c5710b229d80bcc713.zip
sysutils/rubygem-hammer_cli_foreman_ssh: update to 0.0.3
PR: 199524 Differential Revision: https://reviews.freebsd.org/D2447 Approved by: mat (mentor)
-rw-r--r--sysutils/rubygem-hammer_cli_foreman_ssh/Makefile10
-rw-r--r--sysutils/rubygem-hammer_cli_foreman_ssh/distinfo4
-rw-r--r--sysutils/rubygem-hammer_cli_foreman_ssh/files/foreman_ssh.yml.sample3
3 files changed, 6 insertions, 11 deletions
diff --git a/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile b/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile
index 15cc5b62f550..495cf217304e 100644
--- a/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile
+++ b/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= hammer_cli_foreman_ssh
-PORTVERSION= 0.0.2
+PORTVERSION= 0.0.3
CATEGORIES= sysutils ruby
MASTER_SITES= RG
@@ -12,17 +12,15 @@ COMMENT= SSH host commands for Hammer CLI
LICENSE= GPLv3
RUN_DEPENDS= rubygem-hammer_cli_foreman>=0.1.2:${PORTSDIR}/sysutils/rubygem-hammer_cli_foreman \
- rubygem-net-ssh-multi>0:${PORTSDIR}/security/rubygem-net-ssh-multi
+ rubygem-net-ssh-multi>=1.2.1:${PORTSDIR}/security/rubygem-net-ssh-multi
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= "@sample etc/hammer/cli.modules.d/foreman_ssh.yml.sample"
-.include <bsd.port.pre.mk>
-
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
- ${INSTALL_DATA} ${FILESDIR}/foreman_ssh.yml.sample ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_ssh.yml.sample
+ ${INSTALL_DATA} ${WRKSRC}/config/foreman_ssh.yml ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_ssh.yml.sample
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-hammer_cli_foreman_ssh/distinfo b/sysutils/rubygem-hammer_cli_foreman_ssh/distinfo
index 606a8e0fc35a..a62ce84083eb 100644
--- a/sysutils/rubygem-hammer_cli_foreman_ssh/distinfo
+++ b/sysutils/rubygem-hammer_cli_foreman_ssh/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/hammer_cli_foreman_ssh-0.0.2.gem) = b75c930a185c6c18195fddf745cdfcfcc777c3a7ae873fbe4fc12a01971d4e7b
-SIZE (rubygem/hammer_cli_foreman_ssh-0.0.2.gem) = 6656
+SHA256 (rubygem/hammer_cli_foreman_ssh-0.0.3.gem) = 6114e98f33cb8b1111a186e0bd69896b4bd356e37c5011610baefb5cf3eb6690
+SIZE (rubygem/hammer_cli_foreman_ssh-0.0.3.gem) = 6656
diff --git a/sysutils/rubygem-hammer_cli_foreman_ssh/files/foreman_ssh.yml.sample b/sysutils/rubygem-hammer_cli_foreman_ssh/files/foreman_ssh.yml.sample
deleted file mode 100644
index d66a4387b9f9..000000000000
--- a/sysutils/rubygem-hammer_cli_foreman_ssh/files/foreman_ssh.yml.sample
+++ /dev/null
@@ -1,3 +0,0 @@
-:foreman_ssh:
- :enable_module: true
- :require: 'foreman'