From owner-svn-ports-head@freebsd.org Tue Jan 19 08:38:29 2016 Return-Path: Delivered-To: svn-ports-head@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 3CD3FA870EB; Tue, 19 Jan 2016 08:38:29 +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 F14F51D63; Tue, 19 Jan 2016 08:38:28 +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 u0J8cReZ011084; Tue, 19 Jan 2016 08:38:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J8cRa0011082; Tue, 19 Jan 2016 08:38:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601190838.u0J8cRa0011082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Jan 2016 08:38:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406671 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 08:38:29 -0000 Author: sunpoet Date: Tue Jan 19 08:38:27 2016 New Revision: 406671 URL: https://svnweb.freebsd.org/changeset/ports/406671 Log: - Update to 0.0.11 - Sort PLIST_FILES - Fix indent 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 Tue Jan 19 08:38:23 2016 (r406670) +++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile Tue Jan 19 08:38:27 2016 (r406671) @@ -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:${PORT 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 Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo ============================================================================== --- head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Tue Jan 19 08:38:23 2016 (r406670) +++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Tue Jan 19 08:38:27 2016 (r406671) @@ -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