Bug 185983 - |PATCH| sysutils/rubygem-capistrano: update to 3.1.0
Summary: |PATCH| sysutils/rubygem-capistrano: update to 3.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-22 05:40 UTC by rustem.alimov
Modified: 2014-01-24 22:30 UTC (History)
0 users

See Also:


Attachments
rubygem-capistrano.diff (747 bytes, patch)
2014-01-22 05:40 UTC, rustem.alimov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rustem.alimov 2014-01-22 05:40:00 UTC
Update to 3.1.0
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-22 05:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2014-01-24 20:53:59 UTC
Responsible Changed
From-To: ruby->antoine

Take
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-24 22:23:59 UTC
Author: antoine
Date: Fri Jan 24 22:23:51 2014
New Revision: 340937
URL: http://svnweb.freebsd.org/changeset/ports/340937
QAT: https://qat.redports.org/buildarchive/r340937/

Log:
  - Update to 3.1.0
  - Remove obsolete message about SwitchTower, it was removed in 2006
  - Add message about 3.1.0 change:
  
  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').
  
  PR:		ports/185983
  Submitted by:	Rustem Alimov

Added:
  head/sysutils/rubygem-capistrano/pkg-message   (contents, props changed)
Modified:
  head/sysutils/rubygem-capistrano/Makefile
  head/sysutils/rubygem-capistrano/distinfo

Modified: head/sysutils/rubygem-capistrano/Makefile
==============================================================================
--- head/sysutils/rubygem-capistrano/Makefile	Fri Jan 24 22:20:42 2014	(r340936)
+++ head/sysutils/rubygem-capistrano/Makefile	Fri Jan 24 22:23:51 2014	(r340937)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	capistrano
-PORTVERSION=	3.0.1
+PORTVERSION=	3.1.0
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
@@ -13,23 +13,13 @@ 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
+		rubygem-sshkit>=1.3:${PORTSDIR}/security/rubygem-sshkit
 
 USE_RUBY=	yes
 USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PLIST_FILES=	bin/cap
-
-post-install:
-	@${ECHO_MSG} "======================================================================"
-	@${ECHO_MSG}
-	@${ECHO_MSG} "If upgrading/switching from SwitchTower to Capistrano, be sure to:"
-	@${ECHO_MSG} " - pkg_delete ${PKG_DBDIR}/rubygem-switchtower-*"
-	@${ECHO_MSG} " - for all Rails projects, execute \"cap -A .\", keeping deploy.rb"
-	@${ECHO_MSG} " - for all Rails projects, remove lib/tasks/switchtower.rake"
-	@${ECHO_MSG}
-	@${ECHO_MSG} "======================================================================"
+PLIST_FILES=	bin/cap bin/capify
 
 .include <bsd.port.mk>

Modified: head/sysutils/rubygem-capistrano/distinfo
==============================================================================
--- head/sysutils/rubygem-capistrano/distinfo	Fri Jan 24 22:20:42 2014	(r340936)
+++ head/sysutils/rubygem-capistrano/distinfo	Fri Jan 24 22:23:51 2014	(r340937)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/capistrano-3.0.1.gem) = 1abbb653c9213ace344dd86d9cee03115be47b5a3724e6a79ddbd75217f78408
-SIZE (rubygem/capistrano-3.0.1.gem) = 31232
+SHA256 (rubygem/capistrano-3.1.0.gem) = 1050effddeb41c587c0798bdbd4caaca86115d4291089b01e889a5e3fe93fdd5
+SIZE (rubygem/capistrano-3.1.0.gem) = 38400

Added: head/sysutils/rubygem-capistrano/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-capistrano/pkg-message	Fri Jan 24 22:23:51 2014	(r340937)
@@ -0,0 +1,5 @@
+===
+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').
+===
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Antoine Brodin freebsd_committer freebsd_triage 2014-01-24 22:28:06 UTC
State Changed
From-To: open->closed

Patch committed, thanks!