From owner-svn-ports-head@freebsd.org Sat Jul 15 10:05:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94BABDBEE7C; Sat, 15 Jul 2017 10:05:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C44D6BA93; Sat, 15 Jul 2017 10:05:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6FA5ZpG083526; Sat, 15 Jul 2017 10:05:35 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6FA5ZE8083524; Sat, 15 Jul 2017 10:05:35 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201707151005.v6FA5ZE8083524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 15 Jul 2017 10:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445866 - head/devel/py-fabric X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/devel/py-fabric X-SVN-Commit-Revision: 445866 X-SVN-Commit-Repository: ports 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.23 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: Sat, 15 Jul 2017 10:05:36 -0000 Author: koobs Date: Sat Jul 15 10:05:35 2017 New Revision: 445866 URL: https://svnweb.freebsd.org/changeset/ports/445866 Log: devel/py-fabric: Update to 1.13.2 - Switch paramiko1 to paramiko (2.x) in RUN_DEPENDS, it is now supported [1] Changelog: http://www.fabfile.org/changelog.html [1] https://github.com/fabric/fabric/issues/1461 > Description of fields to fill in above: 76 columns --| > PR: If and which Problem Report is related. > Submitted by: If someone else sent in the change. > Reported by: If someone else reported the issue. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Empty fields above will be automatically removed. M py-fabric/Makefile M py-fabric/distinfo Modified: head/devel/py-fabric/Makefile head/devel/py-fabric/distinfo Modified: head/devel/py-fabric/Makefile ============================================================================== --- head/devel/py-fabric/Makefile Sat Jul 15 10:04:13 2017 (r445865) +++ head/devel/py-fabric/Makefile Sat Jul 15 10:05:35 2017 (r445866) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fabric -PORTVERSION= 1.12.0 -PORTREVISION= 1 +PORTVERSION= 1.13.2 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -16,7 +15,7 @@ COMMENT= Simple, Pythonic remote execution and deploym LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko1>=1.10:security/py-paramiko1 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.10:security/py-paramiko TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \ ${PYTHON_PKGNAMEPREFIX}fudge>0:devel/py-fudge \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0.6:devel/py-Jinja2 Modified: head/devel/py-fabric/distinfo ============================================================================== --- head/devel/py-fabric/distinfo Sat Jul 15 10:04:13 2017 (r445865) +++ head/devel/py-fabric/distinfo Sat Jul 15 10:05:35 2017 (r445866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470375907 -SHA256 (Fabric-1.12.0.tar.gz) = fafa17d69a15fd6ae5f82d28acbf90e1bf15e3d7438fbf0e8691868164c0e9dc -SIZE (Fabric-1.12.0.tar.gz) = 232840 +TIMESTAMP = 1500111944 +SHA256 (Fabric-1.13.2.tar.gz) = 98af64a1fe19d9c6a229265aec4e9fdaf3127ac2000db3e2e19007927b23244d +SIZE (Fabric-1.13.2.tar.gz) = 219507