aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2016-11-08 13:48:03 +0800
committerlwhsu <lwhsu@FreeBSD.org>2016-11-08 13:48:03 +0800
commit28b177a7f1625e43e0bdd8b73136271778c86e81 (patch)
tree88528b91997f45f1e20aa920394d47b8a1d0aea9
parent7acab25f0e23c2119ace84df22c9ef5c1ca22798 (diff)
downloadfreebsd-ports-gnome-28b177a7f1625e43e0bdd8b73136271778c86e81.tar.gz
freebsd-ports-gnome-28b177a7f1625e43e0bdd8b73136271778c86e81.tar.zst
freebsd-ports-gnome-28b177a7f1625e43e0bdd8b73136271778c86e81.zip
- Use security/py-paramiko1
PR: 213893
-rw-r--r--devel/py-fabric/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-fabric/Makefile b/devel/py-fabric/Makefile
index 0faae2c7ba7c..222c130b5a58 100644
--- a/devel/py-fabric/Makefile
+++ b/devel/py-fabric/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fabric
PORTVERSION= 1.12.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
@@ -15,7 +16,7 @@ COMMENT= Simple, Pythonic remote execution and deployment
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.10:security/py-paramiko
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko1>=1.10:security/py-paramiko1
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \
${PYTHON_PKGNAMEPREFIX}fudge>0:devel/py-fudge \
${PYTHON_PKGNAMEPREFIX}Jinja2>=0.6:devel/py-Jinja2