svn commit: r414225 - head/sysutils/rubygem-capistrano
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Apr 28 19:06:23 UTC 2016
Author: sunpoet
Date: Thu Apr 28 19:06:22 2016
New Revision: 414225
URL: https://svnweb.freebsd.org/changeset/ports/414225
Log:
- Update to 3.5.0
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 Thu Apr 28 19:06:17 2016 (r414224)
+++ head/sysutils/rubygem-capistrano/Makefile Thu Apr 28 19:06:22 2016 (r414225)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= capistrano
-PORTVERSION= 3.4.1
+PORTVERSION= 3.5.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
@@ -12,9 +12,11 @@ COMMENT= Utility for executing commands
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-i18n>=0:devel/rubygem-i18n \
- rubygem-rake>=10:devel/rubygem-rake \
- rubygem-sshkit>=1.3:security/rubygem-sshkit
+RUN_DEPENDS= rubygem-airbrussh>=1.0.0:security/rubygem-airbrussh \
+ rubygem-capistrano-harrow>=0:sysutils/rubygem-capistrano-harrow \
+ rubygem-i18n>=0:devel/rubygem-i18n \
+ rubygem-rake>=10.0.0:devel/rubygem-rake \
+ rubygem-sshkit>=1.9.0:security/rubygem-sshkit
NO_ARCH= yes
USE_RUBY= yes
Modified: head/sysutils/rubygem-capistrano/distinfo
==============================================================================
--- head/sysutils/rubygem-capistrano/distinfo Thu Apr 28 19:06:17 2016 (r414224)
+++ head/sysutils/rubygem-capistrano/distinfo Thu Apr 28 19:06:22 2016 (r414225)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/capistrano-3.4.1.gem) = 4b820c7ddfbeeee186180a04ffcb0158a4819ab12cf8c9eb6411d07a9fe1e338
-SIZE (rubygem/capistrano-3.4.1.gem) = 46080
+SHA256 (rubygem/capistrano-3.5.0.gem) = 333edb2a3d87dcc719e1741e6ddc4fd04fee2574491d6a240287e5cf97b1c030
+SIZE (rubygem/capistrano-3.5.0.gem) = 62464
More information about the svn-ports-head
mailing list