Bug 181861 - [PATCH] devel/py27-fabric: update to 1.7.0,1
Summary: [PATCH] devel/py27-fabric: update to 1.7.0,1
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: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-06 08:50 UTC by Gasol Wu
Modified: 2013-09-06 10:40 UTC (History)
1 user (show)

See Also:


Attachments
py27-fabric-1.7.0,1.patch (867 bytes, patch)
2013-09-06 08:50 UTC, Gasol Wu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2013-09-06 08:50:00 UTC
- Update to 1.7.0,1

Port maintainer (koobs@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-06 08:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->koobs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-06 10:31:08 UTC
Author: koobs
Date: Fri Sep  6 09:31:00 2013
New Revision: 326482
URL: http://svnweb.freebsd.org/changeset/ports/326482

Log:
  devel/py-fabric: Update to 1.7
  
  - Update to 1.7
  - Add Jinja2 to TEST_DEPENDS
  
  Changes:
  http://docs.fabfile.org/en/1.7/changelog.html
  
  PR:		ports/181861
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>

Modified:
  head/devel/py-fabric/Makefile
  head/devel/py-fabric/distinfo

Modified: head/devel/py-fabric/Makefile
==============================================================================
--- head/devel/py-fabric/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
+++ head/devel/py-fabric/Makefile	Fri Sep  6 09:31:00 2013	(r326482)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fabric
-PORTVERSION=	1.6.1
+PORTVERSION=	1.7.0
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
@@ -16,6 +16,7 @@ LICENSE=	BSD
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=1.10.0:${PORTSDIR}/security/py-paramiko
 TEST_DEPENDS:=	${RUN_DEPENDS} \
+		${PYTHON_PKGNAMEPREFIX}Jinja2>=0.6:${PORTSDIR}/devel/py-Jinja2 \
 		${PYTHON_PKGNAMEPREFIX}fudge>0:${PORTSDIR}/devel/py-fudge \
 		nosetests:${PORTSDIR}/devel/py-nose
 

Modified: head/devel/py-fabric/distinfo
==============================================================================
--- head/devel/py-fabric/distinfo	Fri Sep  6 09:21:19 2013	(r326481)
+++ head/devel/py-fabric/distinfo	Fri Sep  6 09:31:00 2013	(r326482)
@@ -1,2 +1,2 @@
-SHA256 (Fabric-1.6.1.tar.gz) = a1ff35d4bf69fbc0d44a14c3c071abd82703eabbce4f4e82b0a3ba85e1d21715
-SIZE (Fabric-1.6.1.tar.gz) = 216774
+SHA256 (Fabric-1.7.0.tar.gz) = b3f7af83d82531fc5c6bcbcffd4c59e4693f899bb33d83599c215b6b551f0070
+SIZE (Fabric-1.7.0.tar.gz) = 219360
_______________________________________________
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 3 Kubilay Kocak freebsd_committer freebsd_triage 2013-09-06 10:32:09 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks Gasol!