Index: sysutils/rubygem-hammer_cli_foreman_ssh/Makefile =================================================================== --- sysutils/rubygem-hammer_cli_foreman_ssh/Makefile +++ 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 @@ 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 - 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 +.include Index: sysutils/rubygem-hammer_cli_foreman_ssh/distinfo =================================================================== --- sysutils/rubygem-hammer_cli_foreman_ssh/distinfo +++ 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 Index: sysutils/rubygem-hammer_cli_foreman_ssh/files/foreman_ssh.yml.sample =================================================================== --- sysutils/rubygem-hammer_cli_foreman_ssh/files/foreman_ssh.yml.sample +++ /dev/null @@ -1,3 +0,0 @@ -:foreman_ssh: - :enable_module: true - :require: 'foreman'