diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-30 19:22:26 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-30 19:22:26 +0000 |
| commit | ac0f7f350662511f775fdd3bf29a058ee7404a10 (patch) | |
| tree | 2b3be41ea4099da50d3ce46e368acceeec3f76fe /sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile | |
| parent | d931450684963b58fe89acb9d5e7785751204877 (diff) | |
Notes
Diffstat (limited to 'sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile')
| -rw-r--r-- | sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile index 008ed71c544c..daf8dbff485e 100644 --- a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile +++ b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= smart_proxy_remote_execution_ssh -PORTVERSION= 0.0.13 +PORTVERSION= 0.1.4 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -11,10 +11,8 @@ COMMENT= SSH remote execution provider for foreman-proxy LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= foreman-proxy>=1.9.0:net/foreman-proxy \ - rubygem-net-scp>=0:security/rubygem-net-scp \ - rubygem-net-ssh>=0:security/rubygem-net-ssh \ - rubygem-smart_proxy_dynflow>=0.0.3:sysutils/rubygem-smart_proxy_dynflow +RUN_DEPENDS= foreman-proxy>=1.12.0:net/foreman-proxy \ + rubygem-smart_proxy_dynflow>=0.1.0:sysutils/rubygem-smart_proxy_dynflow NO_ARCH= yes USE_RUBY= yes @@ -27,7 +25,7 @@ post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d ${INSTALL_DATA} ${WRKSRC}/settings.d/remote_execution_ssh.yml.example \ ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample - ${INSTALL_DATA} ${WRKSRC}/bundler.d/remote_execution_ssh.rb \ + ${INSTALL_DATA} ${WRKSRC}/bundler.plugins.d/remote_execution_ssh.rb \ ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/remote_execution_ssh.rb .include <bsd.port.mk> |
