From rustem.alimov@gmail.com  Wed Jan 22 05:38:39 2014
Return-Path: <rustem.alimov@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id C1DF0849
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Jan 2014 05:38:39 +0000 (UTC)
Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 4B33D1FC9
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Jan 2014 05:38:39 +0000 (UTC)
Received: by mail-lb0-f177.google.com with SMTP id z5so6624629lbh.36
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Jan 2014 21:38:36 -0800 (PST)
Received: from ruspc ([77.51.0.148])
        by mx.google.com with ESMTPSA id h7sm6366932lbj.1.2014.01.21.21.38.33
        for <FreeBSD-gnats-submit@freebsd.org>
        (version=TLSv1 cipher=RC4-SHA bits=128/128);
        Tue, 21 Jan 2014 21:38:34 -0800 (PST)
Received: by ruspc (sSMTP sendmail emulation); Wed, 22 Jan 2014 09:38:14 +0400
Message-Id: <52df595a.8723700a.4a52.ffffcb20@mx.google.com>
Date: Wed, 22 Jan 2014 09:38:14 +0400
From: Rustem Alimov <rustem.alimov@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: |PATCH| sysutils/rubygem-capistrano: update to 3.1.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         185983
>Category:       ports
>Synopsis:       |PATCH| sysutils/rubygem-capistrano: update to 3.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    antoine
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 22 05:40:00 UTC 2014
>Closed-Date:    Fri Jan 24 22:28:46 UTC 2014
>Last-Modified:  Fri Jan 24 22:30:01 UTC 2014
>Originator:     Rustem Alimov
>Release:        FreeBSD 9.1-RELEASE i386
>Organization:
Rustem Alimov
>Environment:
System: FreeBSD ruspc 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826
>Description:
Update to 3.1.0
>How-To-Repeat:
>Fix:

--- rubygem-capistrano.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 340679)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	capistrano
-PORTVERSION=	3.0.1
+PORTVERSION=	3.1.0
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
Index: distinfo
===================================================================
--- distinfo	(revision 340679)
+++ distinfo	(working copy)
@@ -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
--- rubygem-capistrano.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ruby 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 22 05:40:08 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185983 
Responsible-Changed-From-To: ruby->antoine 
Responsible-Changed-By: antoine 
Responsible-Changed-When: Fri Jan 24 20:53:59 UTC 2014 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185983 
State-Changed-From-To: open->closed 
State-Changed-By: antoine 
State-Changed-When: Fri Jan 24 22:28:06 UTC 2014 
State-Changed-Why:  
Patch committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185983 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185983: commit references a PR
Date: Fri, 24 Jan 2014 22:23:59 +0000 (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"
 
>Unformatted:
