Date: Tue, 31 Dec 2013 14:30:37 +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: r338311 - head/sysutils/rubygem-capistrano Message-ID: <201312311430.rBVEUbAG029923@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Dec 31 14:30:37 2013 New Revision: 338311 URL: http://svnweb.freebsd.org/changeset/ports/338311 Log: - Update to 3.0.1 - Add LICENSE - Remove leading indefinite article from COMMENT Changes: https://github.com/capistrano/capistrano/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-capistrano/Makefile head/sysutils/rubygem-capistrano/distinfo Modified: head/sysutils/rubygem-capistrano/Makefile ============================================================================== --- head/sysutils/rubygem-capistrano/Makefile Tue Dec 31 14:30:32 2013 (r338310) +++ head/sysutils/rubygem-capistrano/Makefile Tue Dec 31 14:30:37 2013 (r338311) @@ -2,24 +2,25 @@ # $FreeBSD$ PORTNAME= capistrano -PORTVERSION= 2.14.2 +PORTVERSION= 3.0.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= A utility for executing commands in parallel on multiple machines +COMMENT= Utility for executing commands in parallel on multiple machines -RUN_DEPENDS= rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \ - rubygem-net-scp>=1.0.0:${PORTSDIR}/security/rubygem-net-scp \ - rubygem-net-sftp>=2.0.0:${PORTSDIR}/security/rubygem-net-sftp \ - rubygem-net-ssh>=2.0.14:${PORTSDIR}/security/rubygem-net-ssh \ - rubygem-net-ssh-gateway>=1.1.0:${PORTSDIR}/security/rubygem-net-ssh-gateway +LICENSE= MIT + +RUN_DEPENDS= rubygem-i18n>=0:${PORTSDIR}/devel/rubygem-i18n \ + rubygem-rake>=10:${PORTSDIR}/devel/rubygem-rake \ + rubygem-sshkit>=0.0.23:${PORTSDIR}/security/rubygem-sshkit USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/cap bin/capify + +PLIST_FILES= bin/cap post-install: @${ECHO_MSG} "======================================================================" Modified: head/sysutils/rubygem-capistrano/distinfo ============================================================================== --- head/sysutils/rubygem-capistrano/distinfo Tue Dec 31 14:30:32 2013 (r338310) +++ head/sysutils/rubygem-capistrano/distinfo Tue Dec 31 14:30:37 2013 (r338311) @@ -1,2 +1,2 @@ -SHA256 (rubygem/capistrano-2.14.2.gem) = b821c1530cd2b2fbf16f239551ac1491256dfc39ffe28833c31666a85ec661d4 -SIZE (rubygem/capistrano-2.14.2.gem) = 126464 +SHA256 (rubygem/capistrano-3.0.1.gem) = 1abbb653c9213ace344dd86d9cee03115be47b5a3724e6a79ddbd75217f78408 +SIZE (rubygem/capistrano-3.0.1.gem) = 31232
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312311430.rBVEUbAG029923>