Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2017 09:22:14 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450578 - head/security/py-openssl
Message-ID:  <201709250922.v8P9MERw062969@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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