diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-19 16:38:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-19 16:38:27 +0800 |
commit | 3f0c24503a8eaa5591e526fb3ed42e44f4f8a826 (patch) | |
tree | a24877df78915ed064e0aba45da788b64bb935f0 /sysutils | |
parent | 683f887a97cc92edba5f72afab73210f2758e800 (diff) | |
download | freebsd-ports-gnome-3f0c24503a8eaa5591e526fb3ed42e44f4f8a826.tar.gz freebsd-ports-gnome-3f0c24503a8eaa5591e526fb3ed42e44f4f8a826.tar.zst freebsd-ports-gnome-3f0c24503a8eaa5591e526fb3ed42e44f4f8a826.zip |
- Update to 0.0.11
- Sort PLIST_FILES
- Fix indent
Changes: https://github.com/theforeman/smart_proxy_remote_execution_ssh/commits/master
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 |