diff options
author | Michael Moll <mmoll@FreeBSD.org> | 2015-05-05 11:19:15 +0000 |
---|---|---|
committer | Michael Moll <mmoll@FreeBSD.org> | 2015-05-05 11:19:15 +0000 |
commit | 06197bd47f0042cba14ed2a93d15e3efaf209648 (patch) | |
tree | fe7092f8fcec32059f4073fed25ca9d325e7c92d /sysutils/rubygem-hammer_cli_foreman_ssh | |
parent | 840e114a2ba54efd0d061694985b542f7b00f96a (diff) | |
download | ports-06197bd47f0042cba14ed2a93d15e3efaf209648.tar.gz ports-06197bd47f0042cba14ed2a93d15e3efaf209648.zip |
Notes
Diffstat (limited to 'sysutils/rubygem-hammer_cli_foreman_ssh')
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' |