Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2018 15:09:11 +0000 (UTC)
From:      Sofian Brabez <sbz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459657 - head/security/py-openssl
Message-ID:  <201801221509.w0MF9BF6092858@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbz
Date: Mon Jan 22 15:09:11 2018
New Revision: 459657
URL: https://svnweb.freebsd.org/changeset/ports/459657

Log:
  - Fix RUN_DEPENDS
  
  PR:		225354
  Submitted by: 	Yasuhiro Kimura <yasu at utahime.org>

Modified:
  head/security/py-openssl/Makefile

Modified: head/security/py-openssl/Makefile
==============================================================================
--- head/security/py-openssl/Makefile	Mon Jan 22 14:57:29 2018	(r459656)
+++ head/security/py-openssl/Makefile	Mon Jan 22 15:09:11 2018	(r459657)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801221509.w0MF9BF6092858>