From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 09:31:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AFFBF82C; Fri, 6 Sep 2013 09:31:01 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DFDF2CC3; Fri, 6 Sep 2013 09:31:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r869V1gu056368; Fri, 6 Sep 2013 09:31:01 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r869V1hp056365; Fri, 6 Sep 2013 09:31:01 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309060931.r869V1hp056365@svn.freebsd.org> From: Kubilay Kocak Date: Fri, 6 Sep 2013 09:31:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326482 - head/devel/py-fabric X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 09:31:01 -0000 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 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