View | Details | Raw Unified | Return to bug 222520 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	openssl
4
PORTNAME=	openssl
5
PORTVERSION=	17.3.0
5
PORTVERSION=	17.3.0
6
PORTREVISION=	1
6
CATEGORIES=	security python
7
CATEGORIES=	security python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
LICENSE=	APACHE20
15
LICENSE=	APACHE20
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
LICENSE_FILE=	${WRKSRC}/LICENSE
16
17
17
RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}cryptography>=0.2.1:security/py-cryptography \
18
RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}cryptography>=1.9:security/py-cryptography \
18
		${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six
19
		${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six
19
20
20
OPTIONS_DEFINE=	EXAMPLES
21
OPTIONS_DEFINE=	EXAMPLES

Return to bug 222520