diff options
author | Romain Tartière <romain@FreeBSD.org> | 2020-01-12 04:35:36 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2020-01-12 04:35:36 +0000 |
commit | 894427cb1bcf9db79581ee47b239901cf430a3ea (patch) | |
tree | d39bdc1aa672e602c1e1a42bc193fea72e9dd91d /mail/py-postfix-mta-sts-resolver | |
parent | 6c74f82aaf066c93f8c0b73d8021d5c606a832d9 (diff) | |
download | ports-894427cb1bcf9db79581ee47b239901cf430a3ea.tar.gz ports-894427cb1bcf9db79581ee47b239901cf430a3ea.zip |
Notes
Diffstat (limited to 'mail/py-postfix-mta-sts-resolver')
-rw-r--r-- | mail/py-postfix-mta-sts-resolver/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/py-postfix-mta-sts-resolver/Makefile b/mail/py-postfix-mta-sts-resolver/Makefile index 6a3593ccb100..acb800ddd3c8 100644 --- a/mail/py-postfix-mta-sts-resolver/Makefile +++ b/mail/py-postfix-mta-sts-resolver/Makefile @@ -12,9 +12,9 @@ COMMENT= TLS client policy for Postfix according to domain MTA-STS policy LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiodns>0:dns/py-aiodns@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiodns>=1.1.1:dns/py-aiodns@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.4.4:www/py-aiohttp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR} \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= python:3.5+ @@ -25,8 +25,8 @@ GH_ACCOUNT= Snawoot OPTIONS_DEFINE= REDIS SQLITE -REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioredis>0:databases/py-aioredis@${PY_FLAVOR} -SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiosqlite>0:databases/py-aiosqlite@${PY_FLAVOR} +REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioredis>=1.2.0:databases/py-aioredis@${PY_FLAVOR} +SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiosqlite>=1.10.0:databases/py-aiosqlite@${PY_FLAVOR} USE_RC_SUBR= mta_sts |