Date: Fri, 30 Dec 2016 19:22:26 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430049 - head/sysutils/rubygem-smart_proxy_remote_execution_ssh Message-ID: <201612301922.uBUJMQSC055218@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Dec 30 19:22:26 2016 New Revision: 430049 URL: https://svnweb.freebsd.org/changeset/ports/430049 Log: - Update to 0.1.4 Changes: https://github.com/theforeman/smart_proxy_remote_execution_ssh/commits/master Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile ============================================================================== --- head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile Fri Dec 30 19:22:22 2016 (r430048) +++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile Fri Dec 30 19:22:26 2016 (r430049) @@ -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 f 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> Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo ============================================================================== --- head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Fri Dec 30 19:22:22 2016 (r430048) +++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Fri Dec 30 19:22:26 2016 (r430049) @@ -1,2 +1,3 @@ -SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.0.13.gem) = 8d8e8e26fcc4ab7f60f84a67df08d8988a545c6e879e328441073958e32d9e0e -SIZE (rubygem/smart_proxy_remote_execution_ssh-0.0.13.gem) = 23040 +TIMESTAMP = 1483112141 +SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.1.4.gem) = 2161f17f1b8214ebee9105e5bbd5169a15bb331094d2abc241045a843f3d7698 +SIZE (rubygem/smart_proxy_remote_execution_ssh-0.1.4.gem) = 18432
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612301922.uBUJMQSC055218>