Index: head/mail/py-postfix-mta-sts-resolver/Makefile =================================================================== --- head/mail/py-postfix-mta-sts-resolver/Makefile (revision 522832) +++ head/mail/py-postfix-mta-sts-resolver/Makefile (revision 522833) @@ -1,43 +1,43 @@ # $FreeBSD$ PORTNAME= postfix-mta-sts-resolver -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.3 DISTVERSIONPREFIX=v CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= romain@FreeBSD.org 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>=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+ USE_GITHUB= yes USE_PYTHON= autoplist distutils GH_ACCOUNT= Snawoot OPTIONS_DEFINE= REDIS SQLITE 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 SUB_LIST= PYTHON_CMD=${PYTHON_CMD} PLIST_FILES= "@sample etc/mta-sts-daemon.yml.sample" post-extract: ${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|' \ ${WRKSRC}/postfix_mta_sts_resolver/defaults.py post-install: ${CP} ${WRKSRC}/config_examples/mta-sts-daemon.yml.internal ${STAGEDIR}${PREFIX}/etc/mta-sts-daemon.yml.sample .include Index: head/mail/py-postfix-mta-sts-resolver/distinfo =================================================================== --- head/mail/py-postfix-mta-sts-resolver/distinfo (revision 522832) +++ head/mail/py-postfix-mta-sts-resolver/distinfo (revision 522833) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578764689 -SHA256 (Snawoot-postfix-mta-sts-resolver-v0.7.2_GH0.tar.gz) = e5934c0ef39060e10be43d113bb81b830dd8ca02aff16022025c39993bda9526 -SIZE (Snawoot-postfix-mta-sts-resolver-v0.7.2_GH0.tar.gz) = 43533 +TIMESTAMP = 1578858389 +SHA256 (Snawoot-postfix-mta-sts-resolver-v0.7.3_GH0.tar.gz) = 3b929fc7da60547dbe34f8c07aa5b9c3dd6c195052db160b71ca74d820536ba2 +SIZE (Snawoot-postfix-mta-sts-resolver-v0.7.3_GH0.tar.gz) = 43866 Index: head/mail/py-postfix-mta-sts-resolver/files/patch-setup.py =================================================================== --- head/mail/py-postfix-mta-sts-resolver/files/patch-setup.py (revision 522832) +++ head/mail/py-postfix-mta-sts-resolver/files/patch-setup.py (nonexistent) @@ -1,10 +0,0 @@ ---- setup.py.orig 2020-01-11 21:21:32 UTC -+++ setup.py -@@ -23,7 +23,6 @@ setup(name='postfix_mta_sts_resolver', - 'aiodns>=1.1.1', - 'aiohttp>=3.4.4', - 'PyYAML>=3.12', -- 'sdnotify>=0.3.2', - ], - extras_require={ - 'sqlite': 'aiosqlite>=0.10.0', Property changes on: head/mail/py-postfix-mta-sts-resolver/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/py-postfix-mta-sts-resolver/files/patch-postfix__mta__sts__resolver_daemon.py =================================================================== --- head/mail/py-postfix-mta-sts-resolver/files/patch-postfix__mta__sts__resolver_daemon.py (revision 522832) +++ head/mail/py-postfix-mta-sts-resolver/files/patch-postfix__mta__sts__resolver_daemon.py (nonexistent) @@ -1,22 +0,0 @@ ---- postfix_mta_sts_resolver/daemon.py.orig 2020-01-11 21:18:26 UTC -+++ postfix_mta_sts_resolver/daemon.py -@@ -7,7 +7,6 @@ import logging - import signal - from functools import partial - --from sdnotify import SystemdNotifier - from . import utils - from . import defaults - from .responder import STSSocketmapResponder -@@ -72,11 +71,8 @@ async def amain(cfg, loop): # pragma: no cover - sig_handler = partial(exit_handler, exit_event) - signal.signal(signal.SIGTERM, sig_handler) - signal.signal(signal.SIGINT, sig_handler) -- notifier = await loop.run_in_executor(None, SystemdNotifier) -- await loop.run_in_executor(None, notifier.notify, "READY=1") - await exit_event.wait() - logger.debug("Eventloop interrupted. Shutting down server...") -- await loop.run_in_executor(None, notifier.notify, "STOPPING=1") - beat.cancel() - await responder.stop() - Property changes on: head/mail/py-postfix-mta-sts-resolver/files/patch-postfix__mta__sts__resolver_daemon.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property