View | Details | Raw Unified | Return to bug 253935
Collapse All | Expand All

(-)Makefile (working copy) (-2 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=      openssl
4
PORTNAME=      openssl
5
PORTVERSION=   20.0.1
5
PORTVERSION=   20.0.1
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>=2.8:security/py-cryptography@${PY_FLAVOR} \
18
RUN_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}cryptography>=3.2:security/py-cryptography@${PY_FLAVOR} \
18
               ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR}
19
               ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR}
19
TEST_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.1:devel/py-pytest@${PY_FLAVOR} \
20
TEST_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.1:devel/py-pytest@${PY_FLAVOR} \
20
               ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \
21
               ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \
Lines 38-44 Link Here
38
. if ${OSVERSION} >= 1103500 && ${OSVERSION} < 1200085
39
. if ${OSVERSION} >= 1103500 && ${OSVERSION} < 1200085
39
# 1103500      352193 2019-09-10       11.3-STABLE got OpenSSL 1.0.2t
40
# 1103500      352193 2019-09-10       11.3-STABLE got OpenSSL 1.0.2t
40
# 1200085      339270 2018-10-19       12.0-STABLE got OpenSSL 1.1.1
41
# 1200085      339270 2018-10-19       12.0-STABLE got OpenSSL 1.1.1
41
#.sinclude "${.CURDIR}/Makefile.${OPSYS}-${OSREL:R}" 
42
#.sinclude "${.CURDIR}/Makefile.${OPSYS}-${OSREL:R}"
42
PORTVERSION=   19.1.0
43
PORTVERSION=   19.1.0
43
PORTEPOCH=     1
44
PORTEPOCH=     1
44
. endif
45
. endif

Return to bug 253935