diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-07 16:05:33 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-07 16:05:33 +0800 |
commit | 1a80ec7c2281900b82b228ee3a7b070c8ca4286e (patch) | |
tree | 2e559a47aac23d474a93b5daa1100150e83b1824 /mail/py-postfix-mta-sts-resolver | |
parent | lang/nll: update to 20240703a (diff) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change
Diffstat (limited to 'mail/py-postfix-mta-sts-resolver')
-rw-r--r-- | mail/py-postfix-mta-sts-resolver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/py-postfix-mta-sts-resolver/Makefile b/mail/py-postfix-mta-sts-resolver/Makefile index 3ef30af6df59..61a29fd3faeb 100644 --- a/mail/py-postfix-mta-sts-resolver/Makefile +++ b/mail/py-postfix-mta-sts-resolver/Makefile @@ -1,6 +1,7 @@ PORTNAME= postfix-mta-sts-resolver PORTVERSION= 1.1.2 DISTVERSIONPREFIX=v +PORTREVISION= 1 CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiodns>=3.0.0: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} \ + ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.12:devel/py-pyyaml@${PY_FLAVOR} \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= python |