git: 64e1536fd4d7 - main - sysutils/rubygem-smart_proxy_remote_execution_ssh: Update to 0.4.1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 21 18:14:02 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=64e1536fd4d7a3b9e9d84cef1da928a82c98af82
commit 64e1536fd4d7a3b9e9d84cef1da928a82c98af82
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-21 17:18:39 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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
More information about the dev-commits-ports-all
mailing list