Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Mar 2013 04:04:55 -0800 (PST)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/176662: [PATCH] devel/py-fabric: update to 1.6.0
Message-ID:  <5135df67.c3abec0a.21bb.fffff8f2@mx.google.com>
Resent-Message-ID: <201303051210.r25CA0Q9086233@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176662
>Category:       ports
>Synopsis:       [PATCH] devel/py-fabric: update to 1.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 05 12:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	Update to 1.6.0
	Changes: http://docs.fabfile.org/en/1.6/changelog.html
	Redport: https://redports.org/buildarchive/20130305115200-13604/
	Depends on PR ports/176661

>How-To-Repeat:
>Fix:

	See attached patch


--- py-fabric.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 313446)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fabric
-PORTVERSION=	1.5.1
+PORTVERSION=	1.6.0
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
@@ -14,7 +14,7 @@
 
 LICENSE=	BSD
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=1.9.0:${PORTSDIR}/security/py-paramiko
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=1.10.0:${PORTSDIR}/security/py-paramiko
 
 OPTIONS_DEFINE=	TESTS
 TESTS_DESC=	Install tools for unit testing
Index: distinfo
===================================================================
--- distinfo	(revision 313446)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (Fabric-1.5.1.tar.gz) = 81b67886b539ecaa952925e2c821eff3bf95e26ae0c70d5058d3b67fc400367e
-SIZE (Fabric-1.5.1.tar.gz) = 209128
+SHA256 (Fabric-1.6.0.tar.gz) = 6e326603a0b2f9b8cb7283e3c6dea1d22216c97a274bdab30ed9c8a41e1d996e
+SIZE (Fabric-1.6.0.tar.gz) = 215790
--- py-fabric.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5135df67.c3abec0a.21bb.fffff8f2>