aboutsummaryrefslogtreecommitdiff
path: root/security/py-paramiko/Makefile
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2016-05-26 19:24:00 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2016-05-26 19:24:00 +0000
commit7cc82580f81b90022185efcafdf49de1ca519770 (patch)
tree0e5245413d73291aabb905ca9b590c69d0d035a5 /security/py-paramiko/Makefile
parentb3737bccb4abed7bcfd62feb334633ddf657a0e7 (diff)
downloadports-7cc82580f81b90022185efcafdf49de1ca519770.tar.gz
ports-7cc82580f81b90022185efcafdf49de1ca519770.zip
- Update to 2.0.0
Submitted by: rodrigc Reviewed by: robak, sbz Approved by: robak, sbz Differential Revision: https://reviews.freebsd.org/D6551
Notes
Notes: svn path=/head/; revision=415908
Diffstat (limited to 'security/py-paramiko/Makefile')
-rw-r--r--security/py-paramiko/Makefile4
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