From owner-svn-ports-all@freebsd.org Fri Dec 4 12:32:38 2015 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 EDD7FA3EE9A; Fri, 4 Dec 2015 12:32:38 +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 85E551DF9; Fri, 4 Dec 2015 12:32:38 +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 tB4CWb03012760; Fri, 4 Dec 2015 12:32:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4CWbbs012758; Fri, 4 Dec 2015 12:32:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512041232.tB4CWbbs012758@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, 4 Dec 2015 12:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402939 - head/security/rubygem-sshkit 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.20 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, 04 Dec 2015 12:32:39 -0000 Author: sunpoet Date: Fri Dec 4 12:32:37 2015 New Revision: 402939 URL: https://svnweb.freebsd.org/changeset/ports/402939 Log: - Update to 1.8.0 - Add LICENSE_FILE - Add NO_ARCH Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md Modified: head/security/rubygem-sshkit/Makefile head/security/rubygem-sshkit/distinfo Modified: head/security/rubygem-sshkit/Makefile ============================================================================== --- head/security/rubygem-sshkit/Makefile Fri Dec 4 12:32:33 2015 (r402938) +++ head/security/rubygem-sshkit/Makefile Fri Dec 4 12:32:37 2015 (r402939) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sshkit -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.0 CATEGORIES= security rubygems MASTER_SITES= RG @@ -10,11 +10,12 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Toolkit for remotely running commands on groups of servers LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-colorize>=0.7.0:${PORTSDIR}/devel/rubygem-colorize \ - rubygem-net-scp>=1.1.2:${PORTSDIR}/security/rubygem-net-scp \ +RUN_DEPENDS= rubygem-net-scp>=1.1.2:${PORTSDIR}/security/rubygem-net-scp \ rubygem-net-ssh>=2.8.0:${PORTSDIR}/security/rubygem-net-ssh +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/security/rubygem-sshkit/distinfo ============================================================================== --- head/security/rubygem-sshkit/distinfo Fri Dec 4 12:32:33 2015 (r402938) +++ head/security/rubygem-sshkit/distinfo Fri Dec 4 12:32:37 2015 (r402939) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sshkit-1.7.1.gem) = 69d38907dc35e21412fc143443c569c3b6a60247164507edd730557e583c0788 -SIZE (rubygem/sshkit-1.7.1.gem) = 136192 +SHA256 (rubygem/sshkit-1.8.0.gem) = e235dbc8ad3854141242cd1a1ee9ac4062eabe5a7be8a2fc8cb5512cd53bb8cd +SIZE (rubygem/sshkit-1.8.0.gem) = 152576