diff -ruN py-paramiko.orig/Makefile py-paramiko/Makefile --- py-paramiko.orig/Makefile 2015-05-03 19:08:45.614203425 +0200 +++ py-paramiko/Makefile 2015-05-03 18:46:31.480330810 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/security/py-paramiko/Makefile 366517 2014-08-29 14:51:17Z bapt $ PORTNAME= paramiko -PORTVERSION= 1.14.0 +PORTVERSION= 1.15.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN py-paramiko.orig/distinfo py-paramiko/distinfo --- py-paramiko.orig/distinfo 2015-05-03 19:08:45.616203900 +0200 +++ py-paramiko/distinfo 2015-05-03 18:46:35.531293002 +0200 @@ -1,2 +1,2 @@ -SHA256 (paramiko-1.14.0.tar.gz) = 6e606b4623fad4bf02c1aa5ade4c480b4514be90dbf2e096c643e56d1ead63e9 -SIZE (paramiko-1.14.0.tar.gz) = 1103322 +SHA256 (paramiko-1.15.2.tar.gz) = 4f56a671a3eecbb76e6143e6e4ca007d503a39aa79aa9e14ade667fa53fd6e55 +SIZE (paramiko-1.15.2.tar.gz) = 1220578 diff -ruN py-paramiko.orig/files/patch-setup.py py-paramiko/files/patch-setup.py --- py-paramiko.orig/files/patch-setup.py 2015-05-03 19:08:45.627203686 +0200 +++ py-paramiko/files/patch-setup.py 2015-05-03 18:48:38.423285533 +0200 @@ -1,6 +1,6 @@ ---- ./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 @@ +--- setup.py.orig 2014-12-19 23:01:22 UTC ++++ setup.py +@@ -37,17 +37,9 @@ To install the `in-development version #ez_setup.use_setuptools() import sys @@ -9,12 +9,13 @@ - kw = { - 'install_requires': [ - 'pycrypto >= 2.1, != 2.4', -- 'ecdsa', +- 'ecdsa >= 0.11', - ], - } -except ImportError: - from distutils.core import setup - kw = {} ++ +from distutils.core import setup +kw = {}