aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-capistrano
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-05 17:28:27 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-05 17:28:27 +0000
commit46507c68e84b3dd3fe426e5684c671543bfec4c1 (patch)
tree412b57e7d1de61d16ed7de96216dba6862c0efdb /sysutils/rubygem-capistrano
parent3e0af644cda3e967955a44bef9bc9d7b8f768d6c (diff)
downloadports-46507c68e84b3dd3fe426e5684c671543bfec4c1.tar.gz
ports-46507c68e84b3dd3fe426e5684c671543bfec4c1.zip
- Update to 3.4.0
Notes
Notes: svn path=/head/; revision=380530
Diffstat (limited to 'sysutils/rubygem-capistrano')
-rw-r--r--sysutils/rubygem-capistrano/Makefile2
-rw-r--r--sysutils/rubygem-capistrano/distinfo4
-rw-r--r--sysutils/rubygem-capistrano/pkg-message5
3 files changed, 3 insertions, 8 deletions
diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile
index 8c21c3182879..962d67a1dd3f 100644
--- a/sysutils/rubygem-capistrano/Makefile
+++ b/sysutils/rubygem-capistrano/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= capistrano
-PORTVERSION= 3.2.1
+PORTVERSION= 3.4.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
diff --git a/sysutils/rubygem-capistrano/distinfo b/sysutils/rubygem-capistrano/distinfo
index 482e8481a1a7..cfdb10813bbd 100644
--- a/sysutils/rubygem-capistrano/distinfo
+++ b/sysutils/rubygem-capistrano/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/capistrano-3.2.1.gem) = a052919883c824e566682085b5ef971b99e474583fcbd3e42d80ee25a3449d49
-SIZE (rubygem/capistrano-3.2.1.gem) = 40448
+SHA256 (rubygem/capistrano-3.4.0.gem) = b3895b116f0254e8321b668929ece792a9f936416ce740490033cf97a47f87f7
+SIZE (rubygem/capistrano-3.4.0.gem) = 46080
diff --git a/sysutils/rubygem-capistrano/pkg-message b/sysutils/rubygem-capistrano/pkg-message
deleted file mode 100644
index 3d77bfb44395..000000000000
--- a/sysutils/rubygem-capistrano/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-===
-With Capistrano version 3.1, deploy:restart task is no longer run by default.
-From this version, developers who restart the app on each deploy need to declare
-it in their deploy flow (eg after 'deploy:publishing', 'deploy:restart').
-===