svn commit: r450578 - head/security/py-openssl

Kubilay Kocak koobs at FreeBSD.org
Mon Sep 25 09:22:15 UTC 2017


Author: koobs
Date: Mon Sep 25 09:22:14 2017
New Revision: 450578
URL: https://svnweb.freebsd.org/changeset/ports/450578

Log:
  security/py-openssl: Fix RUN_DEPENDS
  
  - Fix RUN_DEPENDS minimum version of cryptography to match that in setup.py [1]
  - Remove EXAMPLESDIR, already set and noop'd by USE_PYTHON=concurrent
  
  PR:		222520 [1]
  Submitted by:	Yasuhiro KIMURA <yasu utahime org> [1]
  Approved by:	portmgr (blanket)

Modified:
  head/security/py-openssl/Makefile

Modified: head/security/py-openssl/Makefile
==============================================================================
--- head/security/py-openssl/Makefile	Mon Sep 25 09:10:21 2017	(r450577)
+++ head/security/py-openssl/Makefile	Mon Sep 25 09:22:14 2017	(r450578)
@@ -14,7 +14,7 @@ COMMENT=	Python interface to the OpenSSL library
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}cryptography>=0.2.1:security/py-cryptography \
+RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}cryptography>1.9:security/py-cryptography \
 		${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six
 
 OPTIONS_DEFINE=	EXAMPLES
@@ -25,7 +25,6 @@ USE_PYTHON=	autoplist concurrent distutils pythonprefi
 CPE_VENDOR=	jean-paul_calderone
 CPE_PRODUCT=	py${PORTNAME}
 
-EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
 PORTEXAMPLES=	*
 
 post-install:


More information about the svn-ports-all mailing list