Date: Wed, 21 Jul 2021 18:14:00 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 64e1536fd4d7 - main - sysutils/rubygem-smart_proxy_remote_execution_ssh: Update to 0.4.1 Message-ID: <202107211814.16LIE0cv043793@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=64e1536fd4d7a3b9e9d84cef1da928a82c98af82 commit 64e1536fd4d7a3b9e9d84cef1da928a82c98af82 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-21 17:18:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-21 18:11:59 +0000 sysutils/rubygem-smart_proxy_remote_execution_ssh: Update to 0.4.1 Changes: https://github.com/theforeman/smart_proxy_remote_execution_ssh/commits/master --- .../rubygem-smart_proxy_remote_execution_ssh/Makefile | 16 ++++++++-------- .../rubygem-smart_proxy_remote_execution_ssh/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile index fb0a87d016bb..74788a275df3 100644 --- a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile +++ b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile @@ -1,5 +1,5 @@ PORTNAME= smart_proxy_remote_execution_ssh -PORTVERSION= 0.2.0 +PORTVERSION= 0.4.1 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -10,20 +10,20 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= foreman-proxy>=1.12.0:net/foreman-proxy \ - rubygem-smart_proxy_dynflow>=0.1.0:sysutils/rubygem-smart_proxy_dynflow + rubygem-net-ssh>=0,2:security/rubygem-net-ssh \ + rubygem-smart_proxy_dynflow>=0.5<1:sysutils/rubygem-smart_proxy_dynflow -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes 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 ${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.plugins.d/remote_execution_ssh.rb \ - ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/remote_execution_ssh.rb + ${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 ae6d8de8d188..e1d6ca684d77 100644 --- a/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo +++ b/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523186965 -SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.2.0.gem) = 116ebd54999988af18ac7a2ddd69aa15fe008f054b94b9f7da94a63f1409caca -SIZE (rubygem/smart_proxy_remote_execution_ssh-0.2.0.gem) = 18432 +TIMESTAMP = 1626714664 +SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.4.1.gem) = 54069da072b3b8fcfbd5e6575457c4cb181735ec3b184216022e00c187fe7a97 +SIZE (rubygem/smart_proxy_remote_execution_ssh-0.4.1.gem) = 30720
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107211814.16LIE0cv043793>