Date: Fri, 06 Feb 2026 00:38:33 +0000 From: Norikatsu Shigemura <nork@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d11b26b457c4 - main - mail/py-postfix-mta-sts-resolver: Update to 1.5.1 Message-ID: <69853809.329ee.51655f14@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by nork: URL: https://cgit.FreeBSD.org/ports/commit/?id=d11b26b457c4faae42ce0ea42da4a447b835bfa4 commit d11b26b457c4faae42ce0ea42da4a447b835bfa4 Author: Norikatsu Shigemura <nork@FreeBSD.org> AuthorDate: 2026-02-06 00:38:06 +0000 Commit: Norikatsu Shigemura <nork@FreeBSD.org> CommitDate: 2026-02-06 00:38:06 +0000 mail/py-postfix-mta-sts-resolver: Update to 1.5.1 - switch to use 'USE_PYTHON=pep517' - fix build error on Python 3.12[*] and confirmed on 3.13 and 3.14 PR: 292851 [*] Reported by: portscout, Mike Andrews <mandrews@bit0.com> [*] ChangeLogs: https://github.com/Snawoot/postfix-mta-sts-resolver/compare/v1.4.0...v1.5.1 Approved by: hrs (mentor, blanket) --- mail/py-postfix-mta-sts-resolver/Makefile | 8 ++++---- mail/py-postfix-mta-sts-resolver/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mail/py-postfix-mta-sts-resolver/Makefile b/mail/py-postfix-mta-sts-resolver/Makefile index 0011029bb230..ae7df69119ba 100644 --- a/mail/py-postfix-mta-sts-resolver/Makefile +++ b/mail/py-postfix-mta-sts-resolver/Makefile @@ -1,6 +1,5 @@ PORTNAME= postfix-mta-sts-resolver -PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 1.5.1 DISTVERSIONPREFIX= v CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +10,8 @@ WWW= https://pypi.python.org/pypi/postfix-mta-sts-resolver LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \ ${PYTHON_PKGNAMEPREFIX}aiodns>=3.0.0:dns/py-aiodns@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.4.4:www/py-aiohttp@${PY_FLAVOR} \ @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \ USES= python USE_GITHUB= yes GH_ACCOUNT= Snawoot -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 USE_RC_SUBR= mta_sts NO_ARCH= yes diff --git a/mail/py-postfix-mta-sts-resolver/distinfo b/mail/py-postfix-mta-sts-resolver/distinfo index 404f125166fa..a4379819d317 100644 --- a/mail/py-postfix-mta-sts-resolver/distinfo +++ b/mail/py-postfix-mta-sts-resolver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695492126 -SHA256 (Snawoot-postfix-mta-sts-resolver-v1.4.0_GH0.tar.gz) = 6fe07c9076e329fe3a9a347d7f9f8b2885526067dd7ea906b8916cd0dd5040ab -SIZE (Snawoot-postfix-mta-sts-resolver-v1.4.0_GH0.tar.gz) = 54627 +TIMESTAMP = 1770128585 +SHA256 (Snawoot-postfix-mta-sts-resolver-v1.5.1_GH0.tar.gz) = ed398e2a652c6f89e32ca7bb64ee30ab6309b692bcbac1b9f13affc9fc39ac04 +SIZE (Snawoot-postfix-mta-sts-resolver-v1.5.1_GH0.tar.gz) = 54992home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69853809.329ee.51655f14>
