aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsbz <sbz@FreeBSD.org>2018-01-22 23:09:11 +0800
committersbz <sbz@FreeBSD.org>2018-01-22 23:09:11 +0800
commit1d7c2c0d968bc0e63dffb92a8fa413dcf4466261 (patch)
tree62b7452545ecb553b0a7f6100a24abfb47bdad4e /security
parent1a23ccded90933c9ff3a2ac5df5108db612862b5 (diff)
downloadfreebsd-ports-gnome-1d7c2c0d968bc0e63dffb92a8fa413dcf4466261.tar.gz
freebsd-ports-gnome-1d7c2c0d968bc0e63dffb92a8fa413dcf4466261.tar.zst
freebsd-ports-gnome-1d7c2c0d968bc0e63dffb92a8fa413dcf4466261.zip
- Fix RUN_DEPENDS
PR: 225354 Submitted by: Yasuhiro Kimura <yasu at utahime.org>
Diffstat (limited to 'security')
-rw-r--r--security/py-openssl/Makefile3
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