diff options
author | sbz <sbz@FreeBSD.org> | 2018-01-22 23:09:11 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:27:41 +0800 |
commit | 778af1c475bcedddf925df55443423a9b0441c19 (patch) | |
tree | 197d25327921116c81a7401f1ea8a8627aa0ff3d /security | |
parent | 5056adedc408a46baac35628ee1ede200ccec4a6 (diff) | |
download | freebsd-ports-gnome-778af1c475bcedddf925df55443423a9b0441c19.tar.gz freebsd-ports-gnome-778af1c475bcedddf925df55443423a9b0441c19.tar.zst freebsd-ports-gnome-778af1c475bcedddf925df55443423a9b0441c19.zip |
- Fix RUN_DEPENDS
PR: 225354
Submitted by: Yasuhiro Kimura <yasu at utahime.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/py-openssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index 9c0a75e1978a..c346e3c55553 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -3,6 +3,7 @@ PORTNAME= openssl PORTVERSION= 17.5.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ COMMENT= Python interface to the OpenSSL library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>1.9:security/py-cryptography@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${FLAVOR} OPTIONS_DEFINE= EXAMPLES |