diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2016-11-08 13:48:03 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2016-11-08 13:48:03 +0800 |
commit | 28b177a7f1625e43e0bdd8b73136271778c86e81 (patch) | |
tree | 88528b91997f45f1e20aa920394d47b8a1d0aea9 | |
parent | 7acab25f0e23c2119ace84df22c9ef5c1ca22798 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |