diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile | 18 | ||||
-rw-r--r-- | sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo | 4 |
2 files changed, 10 insertions, 12 deletions
diff --git a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile index 3690d7deb49e..b29c30325327 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.10 +PORTVERSION= 0.0.11 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -17,20 +17,18 @@ RUN_DEPENDS= foreman-proxy>=1.9.0:${PORTSDIR}/net/foreman-proxy \ rubygem-smart_proxy_dynflow>=0.0.3:${PORTSDIR}/sysutils/rubygem-smart_proxy_dynflow NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= share/foreman-proxy/bundler.d/remote_execution_ssh.rb \ - "@sample etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample" +PLIST_FILES= "@sample etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample" \ + share/foreman-proxy/bundler.d/remote_execution_ssh.rb post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d - ${INSTALL_DATA} ${WRKSRC}/settings.d/remote_execution_ssh.yml.example \ - ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample - ${MKDIR} ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d - ${INSTALL_DATA} ${WRKSRC}/bundler.d/remote_execution_ssh.rb \ - ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/remote_execution_ssh.rb + ${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 \ + ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/remote_execution_ssh.rb .include <bsd.port.mk> diff --git a/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo b/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo index 44f44f52c466..214f3d5250fb 100644 --- a/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo +++ b/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.0.10.gem) = dc28364ad1329cf927c27e10107efb9d721fc51656350ecaf877954b148cc7ef -SIZE (rubygem/smart_proxy_remote_execution_ssh-0.0.10.gem) = 23040 +SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.0.11.gem) = 536b5232f199a3552aefd08a6e5ee19ed6f7cbd665268af7adf9d80b51b159f5 +SIZE (rubygem/smart_proxy_remote_execution_ssh-0.0.11.gem) = 23040 |