From owner-svn-ports-all@freebsd.org Fri Dec 30 19:22:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FFA3C987D9; Fri, 30 Dec 2016 19:22:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5D4C1DCF; Fri, 30 Dec 2016 19:22:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBUJMQul055220; Fri, 30 Dec 2016 19:22:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBUJMQSC055218; Fri, 30 Dec 2016 19:22:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612301922.uBUJMQSC055218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 30 Dec 2016 19:22:26 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 19:22:28 -0000 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 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