diff options
author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2016-05-26 19:24:00 +0000 |
---|---|---|
committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2016-05-26 19:24:00 +0000 |
commit | 7cc82580f81b90022185efcafdf49de1ca519770 (patch) | |
tree | 0e5245413d73291aabb905ca9b590c69d0d035a5 /security/py-paramiko/Makefile | |
parent | b3737bccb4abed7bcfd62feb334633ddf657a0e7 (diff) | |
download | ports-7cc82580f81b90022185efcafdf49de1ca519770.tar.gz ports-7cc82580f81b90022185efcafdf49de1ca519770.zip |
Notes
Diffstat (limited to 'security/py-paramiko/Makefile')
-rw-r--r-- | security/py-paramiko/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index 33162ddf1c1f..51f263a2218a 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paramiko -PORTVERSION= 1.15.2 +PORTVERSION= 2.0.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Python SSH2 protocol library LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa USES= python |