From owner-svn-ports-head@FreeBSD.ORG Tue May 20 13:20:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org 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 4A3D3B88; Tue, 20 May 2014 13:20:23 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DBF82476; Tue, 20 May 2014 13:20:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KDKMl4034777; Tue, 20 May 2014 13:20:22 GMT (envelope-from sbz@svn.freebsd.org) Received: (from sbz@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4KDKMLU034774; Tue, 20 May 2014 13:20:22 GMT (envelope-from sbz@svn.freebsd.org) Message-Id: <201405201320.s4KDKMLU034774@svn.freebsd.org> From: Sofian Brabez Date: Tue, 20 May 2014 13:20:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354636 - in head/security/py-paramiko: . files 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.18 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: Tue, 20 May 2014 13:20:23 -0000 Author: sbz Date: Tue May 20 13:20:22 2014 New Revision: 354636 URL: http://svnweb.freebsd.org/changeset/ports/354636 QAT: https://qat.redports.org/buildarchive/r354636/ Log: - Update to 1.14.0 Modified: head/security/py-paramiko/Makefile head/security/py-paramiko/distinfo head/security/py-paramiko/files/patch-setup.py Modified: head/security/py-paramiko/Makefile ============================================================================== --- head/security/py-paramiko/Makefile Tue May 20 13:16:18 2014 (r354635) +++ head/security/py-paramiko/Makefile Tue May 20 13:20:22 2014 (r354636) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paramiko -PORTVERSION= 1.13.0 +PORTVERSION= 1.14.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-paramiko/distinfo ============================================================================== --- head/security/py-paramiko/distinfo Tue May 20 13:16:18 2014 (r354635) +++ head/security/py-paramiko/distinfo Tue May 20 13:20:22 2014 (r354636) @@ -1,2 +1,2 @@ -SHA256 (paramiko-1.13.0.tar.gz) = 920d68fdb549189c7ebff89f432cc242161d76554a91ae38fad94e7ab70349f5 -SIZE (paramiko-1.13.0.tar.gz) = 1108744 +SHA256 (paramiko-1.14.0.tar.gz) = 6e606b4623fad4bf02c1aa5ade4c480b4514be90dbf2e096c643e56d1ead63e9 +SIZE (paramiko-1.14.0.tar.gz) = 1103322 Modified: head/security/py-paramiko/files/patch-setup.py ============================================================================== --- head/security/py-paramiko/files/patch-setup.py Tue May 20 13:16:18 2014 (r354635) +++ head/security/py-paramiko/files/patch-setup.py Tue May 20 13:20:22 2014 (r354636) @@ -1,15 +1,16 @@ ---- ./setup.py.orig 2014-02-06 14:49:52.000000000 +0100 -+++ ./setup.py 2014-02-06 14:51:23.000000000 +0100 -@@ -37,16 +37,8 @@ +--- ./setup.py.orig 2014-05-20 15:06:31.000000000 +0200 ++++ ./setup.py 2014-05-20 15:07:11.000000000 +0200 +@@ -37,17 +37,8 @@ #ez_setup.use_setuptools() import sys -try: - from setuptools import setup - kw = { -- 'install_requires': ['pycrypto >= 2.1, != 2.4', -- 'ecdsa', -- ], +- 'install_requires': [ +- 'pycrypto >= 2.1, != 2.4', +- 'ecdsa', +- ], - } -except ImportError: - from distutils.core import setup