diff options
Diffstat (limited to 'security/py-openssl/Makefile')
-rw-r--r-- | security/py-openssl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index b68245a97612..aa8dc3232cfe 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 17.5.0 -PORTREVISION= 1 +PORTVERSION= 18.0.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,7 @@ COMMENT= Python interface to the OpenSSL library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.2.1:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR} OPTIONS_DEFINE= EXAMPLES |