1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to 3.4.0

- Remove PKGMESSAGE

Changes:	https://github.com/capistrano/capistrano/blob/master/CHANGELOG.md
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-03-05 17:28:27 +00:00
parent 3e0af644cd
commit 46507c68e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380530
3 changed files with 3 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= capistrano
PORTVERSION= 3.2.1
PORTVERSION= 3.4.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG

View File

@ -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

View File

@ -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').
===