diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index 9815deb3fe05..89f570079bef 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -1,33 +1,32 @@ PORTNAME= acme PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= ACME protocol implementation in Python WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/acme LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}josepy>=1.13.0:security/py-josepy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>=0:devel/py-pyrfc3339@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2019.3,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist cryptography pep517 pytest NO_ARCH= yes .include "version.mk" .include diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo index 1e23de116fb5..796673b0f839 100644 --- a/security/py-acme/distinfo +++ b/security/py-acme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (acme-2.9.0.tar.gz) = f7fb2aa4f7ccd132f4ece307d9de6d30b94b2a08c302531f4f43f85ed18673ea -SIZE (acme-2.9.0.tar.gz) = 91636 +TIMESTAMP = 1712189029 +SHA256 (acme-2.10.0.tar.gz) = de110d6550f22094c920ad6022f4b329380a6bd8f58dd671135c6226c3a470cc +SIZE (acme-2.10.0.tar.gz) = 91659 diff --git a/security/py-acme/version.mk b/security/py-acme/version.mk index a173aac5da18..5ed77576a6a0 100644 --- a/security/py-acme/version.mk +++ b/security/py-acme/version.mk @@ -1 +1 @@ -ACME_VERSION= 2.9.0 +ACME_VERSION= 2.10.0 diff --git a/security/py-certbot-apache/Makefile b/security/py-certbot-apache/Makefile index 08297166282c..2a4ce67b5ff8 100644 --- a/security/py-certbot-apache/Makefile +++ b/security/py-certbot-apache/Makefile @@ -1,40 +1,39 @@ PORTNAME= certbot-apache PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Apache plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-apache LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-augeas>=0:textproc/py-python-augeas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include .if ${PYTHON_REL} < 30900 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.3.1:devel/py-importlib-resources@${PY_FLAVOR} .endif post-patch: @${REINPLACE_CMD} -e 's|apache2ctl|apachectl|' ${WRKSRC}/certbot_apache/_internal/configurator.py @${REINPLACE_CMD} -e 's|/etc/apache2|${LOCALBASE}/etc/apache24|' ${WRKSRC}/certbot_apache/_internal/configurator.py .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-apache/distinfo b/security/py-certbot-apache/distinfo index df1acedabba0..5a456cd77f86 100644 --- a/security/py-certbot-apache/distinfo +++ b/security/py-certbot-apache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-apache-2.9.0.tar.gz) = cf1ece833a599dae903c2203d12ea0d1692399dfa4a965428056b3ae6fe50170 -SIZE (certbot-apache-2.9.0.tar.gz) = 182872 +TIMESTAMP = 1712189031 +SHA256 (certbot-apache-2.10.0.tar.gz) = c7a46ff67eac2834a3e3b975e7a1d1bc7a7be889f51c2cdc87825abd5ccc825a +SIZE (certbot-apache-2.10.0.tar.gz) = 182928 diff --git a/security/py-certbot-dns-cloudflare/Makefile b/security/py-certbot-dns-cloudflare/Makefile index 11b68944d021..2a4e77617f0b 100644 --- a/security/py-certbot-dns-cloudflare/Makefile +++ b/security/py-certbot-dns-cloudflare/Makefile @@ -1,30 +1,29 @@ PORTNAME= certbot-dns-cloudflare PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Cloudflare DNS plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-dns-cloudflare LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cloudflare>=1.5.1:dns/py-cloudflare@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-dns-cloudflare/distinfo b/security/py-certbot-dns-cloudflare/distinfo index bedfbb7de0b4..db47e16cec35 100644 --- a/security/py-certbot-dns-cloudflare/distinfo +++ b/security/py-certbot-dns-cloudflare/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-dns-cloudflare-2.9.0.tar.gz) = a6d340f3519d74184104d6aa151b086a6020815ac462942071a321999ba6fdad -SIZE (certbot-dns-cloudflare-2.9.0.tar.gz) = 16109 +TIMESTAMP = 1712189031 +SHA256 (certbot-dns-cloudflare-2.10.0.tar.gz) = 45b058c3e515a1853b33dcc3367c12978c0930990a563d26c879d9883a639c07 +SIZE (certbot-dns-cloudflare-2.10.0.tar.gz) = 16150 diff --git a/security/py-certbot-dns-digitalocean/Makefile b/security/py-certbot-dns-digitalocean/Makefile index bebce77fda69..4746d634866e 100644 --- a/security/py-certbot-dns-digitalocean/Makefile +++ b/security/py-certbot-dns-digitalocean/Makefile @@ -1,30 +1,29 @@ PORTNAME= certbot-dns-digitalocean PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= DigitalOcean DNS Authenticator plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-dns-digitalocean LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-digitalocean>=1.11:www/py-python-digitalocean@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-dns-digitalocean/distinfo b/security/py-certbot-dns-digitalocean/distinfo index 70ce1b3ad7f5..f215a1b3abff 100644 --- a/security/py-certbot-dns-digitalocean/distinfo +++ b/security/py-certbot-dns-digitalocean/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-dns-digitalocean-2.9.0.tar.gz) = 8e485ce248095d6a7e561d44b9d53933fd0e71ed904a0a6c30d4739bf674f81c -SIZE (certbot-dns-digitalocean-2.9.0.tar.gz) = 14417 +TIMESTAMP = 1712189032 +SHA256 (certbot-dns-digitalocean-2.10.0.tar.gz) = 4e2e0751884e5951533a06a582765814d9bac1faeb3a76b52c7f272ab7f991b0 +SIZE (certbot-dns-digitalocean-2.10.0.tar.gz) = 14418 diff --git a/security/py-certbot-dns-dnsimple/Makefile b/security/py-certbot-dns-dnsimple/Makefile index a29b88b9afa0..91056b080704 100644 --- a/security/py-certbot-dns-dnsimple/Makefile +++ b/security/py-certbot-dns-dnsimple/Makefile @@ -1,30 +1,29 @@ PORTNAME= certbot-dns-dnsimple PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= DNSimple DNS Authenticator plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-dns-dnsimple LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.14.1:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-dns-dnsimple/distinfo b/security/py-certbot-dns-dnsimple/distinfo index 9c9622cfb7a9..2a8456206737 100644 --- a/security/py-certbot-dns-dnsimple/distinfo +++ b/security/py-certbot-dns-dnsimple/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-dns-dnsimple-2.9.0.tar.gz) = 9847f288b4ac54da2079736acf339c82317df0b530c8501f5528fd4b960db4ab -SIZE (certbot-dns-dnsimple-2.9.0.tar.gz) = 11858 +TIMESTAMP = 1712189033 +SHA256 (certbot-dns-dnsimple-2.10.0.tar.gz) = 0ed483f93c95192432f1034646fb7e47684962f85fb30ecbd0628e0a6a7939bf +SIZE (certbot-dns-dnsimple-2.10.0.tar.gz) = 11856 diff --git a/security/py-certbot-dns-dnsmadeeasy/Makefile b/security/py-certbot-dns-dnsmadeeasy/Makefile index 9b9956023f7f..4a25016b9bc5 100644 --- a/security/py-certbot-dns-dnsmadeeasy/Makefile +++ b/security/py-certbot-dns-dnsmadeeasy/Makefile @@ -1,30 +1,29 @@ PORTNAME= certbot-dns-dnsmadeeasy PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= DNS Made Easy DNS Authenticator plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-dns-dnsmadeeasy LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.14.1:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-dns-dnsmadeeasy/distinfo b/security/py-certbot-dns-dnsmadeeasy/distinfo index ec65ed3c9653..9acbc68cd72e 100644 --- a/security/py-certbot-dns-dnsmadeeasy/distinfo +++ b/security/py-certbot-dns-dnsmadeeasy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-dns-dnsmadeeasy-2.9.0.tar.gz) = 342382518bfae38fb253056df39ec9e6be83fc172b03b2e0e08c08018d554e42 -SIZE (certbot-dns-dnsmadeeasy-2.9.0.tar.gz) = 12035 +TIMESTAMP = 1712189033 +SHA256 (certbot-dns-dnsmadeeasy-2.10.0.tar.gz) = f087a11bdc81eaa2b1d32b7fb7b898dc481c2b9876b8d8cfa9f5b538b569c02c +SIZE (certbot-dns-dnsmadeeasy-2.10.0.tar.gz) = 12023 diff --git a/security/py-certbot-dns-gehirn/Makefile b/security/py-certbot-dns-gehirn/Makefile index 3a6121c9c512..df1527b5ddc6 100644 --- a/security/py-certbot-dns-gehirn/Makefile +++ b/security/py-certbot-dns-gehirn/Makefile @@ -1,30 +1,29 @@ PORTNAME= certbot-dns-gehirn PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Gehirn Infrastructure Service DNS Authenticator plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-dns-gehirn LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.14.1:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-dns-gehirn/distinfo b/security/py-certbot-dns-gehirn/distinfo index 3d1c0525d772..6fd6b8650423 100644 --- a/security/py-certbot-dns-gehirn/distinfo +++ b/security/py-certbot-dns-gehirn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-dns-gehirn-2.9.0.tar.gz) = 3d5754c71526766121e062e29b67b2d666dd0832c3d024eac9c368d6dbc752fc -SIZE (certbot-dns-gehirn-2.9.0.tar.gz) = 11935 +TIMESTAMP = 1712189034 +SHA256 (certbot-dns-gehirn-2.10.0.tar.gz) = 669e7e550cde9664a1bcabd50c48967baff8674cf6a97253c1f45791209963cc +SIZE (certbot-dns-gehirn-2.10.0.tar.gz) = 11939 diff --git a/security/py-certbot-dns-google/Makefile b/security/py-certbot-dns-google/Makefile index 3ef3389303fb..67820130b28c 100644 --- a/security/py-certbot-dns-google/Makefile +++ b/security/py-certbot-dns-google/Makefile @@ -1,31 +1,30 @@ PORTNAME= certbot-dns-google PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Google Cloud DNS Authenticator plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-dns-google LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.6.5:www/py-google-api-python-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth>=2.16.0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-dns-google/distinfo b/security/py-certbot-dns-google/distinfo index f8cb2e28eb21..8ffb1f9e8e9f 100644 --- a/security/py-certbot-dns-google/distinfo +++ b/security/py-certbot-dns-google/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-dns-google-2.9.0.tar.gz) = b7645b2d52b4294e0cb098144e5533bb047d2f89b1af01532f3cd980410e12bc -SIZE (certbot-dns-google-2.9.0.tar.gz) = 24889 +TIMESTAMP = 1712189035 +SHA256 (certbot-dns-google-2.10.0.tar.gz) = 626725a248726a387ef269107678976afde7ec3761c10671d7bf515cd7f47e99 +SIZE (certbot-dns-google-2.10.0.tar.gz) = 24901 diff --git a/security/py-certbot-dns-linode/Makefile b/security/py-certbot-dns-linode/Makefile index bfe7dfed4356..e21eeebff23b 100644 --- a/security/py-certbot-dns-linode/Makefile +++ b/security/py-certbot-dns-linode/Makefile @@ -1,30 +1,29 @@ PORTNAME= certbot-dns-linode PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Linode DNS Authenticator plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-dns-linode LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.14.1:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-dns-linode/distinfo b/security/py-certbot-dns-linode/distinfo index 5aa22ddcef6b..86a69d3d2a0c 100644 --- a/security/py-certbot-dns-linode/distinfo +++ b/security/py-certbot-dns-linode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-dns-linode-2.9.0.tar.gz) = 42b33b3c6fcfb701d976e67e629d6a4e5e66816de3758622e0a4c8e59e220259 -SIZE (certbot-dns-linode-2.9.0.tar.gz) = 12961 +TIMESTAMP = 1712189035 +SHA256 (certbot-dns-linode-2.10.0.tar.gz) = c856b7259c8f2bb1f4d1f25451288ea480d3be5506174e61232abab5fdd3e745 +SIZE (certbot-dns-linode-2.10.0.tar.gz) = 12960 diff --git a/security/py-certbot-dns-luadns/Makefile b/security/py-certbot-dns-luadns/Makefile index 062f59870291..145c29fe6765 100644 --- a/security/py-certbot-dns-luadns/Makefile +++ b/security/py-certbot-dns-luadns/Makefile @@ -1,30 +1,29 @@ PORTNAME= certbot-dns-luadns PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= LuaDNS Authenticator plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-dns-luadns LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.14.1:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-dns-luadns/distinfo b/security/py-certbot-dns-luadns/distinfo index 96a59bb208db..23afbd45c64c 100644 --- a/security/py-certbot-dns-luadns/distinfo +++ b/security/py-certbot-dns-luadns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-dns-luadns-2.9.0.tar.gz) = 6448ee3fc5548121b2b35ce5e3762cc0d30cb15e1a00b42780a15797a1b04a4d -SIZE (certbot-dns-luadns-2.9.0.tar.gz) = 11846 +TIMESTAMP = 1712189036 +SHA256 (certbot-dns-luadns-2.10.0.tar.gz) = eecf6c720d1033b703e93ccae5b0cd33cea4870e5d08704deee705781114f5c7 +SIZE (certbot-dns-luadns-2.10.0.tar.gz) = 11857 diff --git a/security/py-certbot-dns-nsone/Makefile b/security/py-certbot-dns-nsone/Makefile index a6b5fbfe2410..04208cf673d0 100644 --- a/security/py-certbot-dns-nsone/Makefile +++ b/security/py-certbot-dns-nsone/Makefile @@ -1,30 +1,29 @@ PORTNAME= certbot-dns-nsone PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= NS1 DNS Authenticator plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-dns-nsone LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.14.1:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-dns-nsone/distinfo b/security/py-certbot-dns-nsone/distinfo index 52152beb1731..5d44954ec813 100644 --- a/security/py-certbot-dns-nsone/distinfo +++ b/security/py-certbot-dns-nsone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-dns-nsone-2.9.0.tar.gz) = c74a719eabc4f667e2edee6907dc22b8648a047e713c02e17fc68d73e37ee768 -SIZE (certbot-dns-nsone-2.9.0.tar.gz) = 11930 +TIMESTAMP = 1712189036 +SHA256 (certbot-dns-nsone-2.10.0.tar.gz) = 10cce872c88ccaca743fa7d23f330d99c6979dbc71f4f49556d492912f3984d6 +SIZE (certbot-dns-nsone-2.10.0.tar.gz) = 11929 diff --git a/security/py-certbot-dns-ovh/Makefile b/security/py-certbot-dns-ovh/Makefile index 21846afffc59..f21c10529811 100644 --- a/security/py-certbot-dns-ovh/Makefile +++ b/security/py-certbot-dns-ovh/Makefile @@ -1,30 +1,29 @@ PORTNAME= certbot-dns-ovh PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= OVH DNS Authenticator plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-dns-ovh LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.15.1:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-dns-ovh/distinfo b/security/py-certbot-dns-ovh/distinfo index e51670421d59..388cd1c3c70f 100644 --- a/security/py-certbot-dns-ovh/distinfo +++ b/security/py-certbot-dns-ovh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-dns-ovh-2.9.0.tar.gz) = d22a5bd72d4cdc4ce628f9bb253bd2a059a8efcc11bc45be1e3847bc8f375eef -SIZE (certbot-dns-ovh-2.9.0.tar.gz) = 12286 +TIMESTAMP = 1712189037 +SHA256 (certbot-dns-ovh-2.10.0.tar.gz) = 3261df25102e361ca2d7e82be8bad30536eca324d61dc8c95a24576fe4fab396 +SIZE (certbot-dns-ovh-2.10.0.tar.gz) = 12300 diff --git a/security/py-certbot-dns-rfc2136/Makefile b/security/py-certbot-dns-rfc2136/Makefile index 8f0a3635f25b..c3888044d773 100644 --- a/security/py-certbot-dns-rfc2136/Makefile +++ b/security/py-certbot-dns-rfc2136/Makefile @@ -1,30 +1,29 @@ PORTNAME= certbot-dns-rfc2136 PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= RFC 2136 DNS Authenticator plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-dns-rfc2136 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-dns-rfc2136/distinfo b/security/py-certbot-dns-rfc2136/distinfo index 8373e16af6f7..373817126297 100644 --- a/security/py-certbot-dns-rfc2136/distinfo +++ b/security/py-certbot-dns-rfc2136/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-dns-rfc2136-2.9.0.tar.gz) = 613d779c0c647dbc7dc69f05b8b2cbbc9203ed5c40c5c972d1ce23b6f60c2afc -SIZE (certbot-dns-rfc2136-2.9.0.tar.gz) = 16636 +TIMESTAMP = 1712189038 +SHA256 (certbot-dns-rfc2136-2.10.0.tar.gz) = 4f9af6c58c994d1c95e0878a1b5bf6d1d44fbb31ebcce1209cdb68a4927aca10 +SIZE (certbot-dns-rfc2136-2.10.0.tar.gz) = 16643 diff --git a/security/py-certbot-dns-route53/Makefile b/security/py-certbot-dns-route53/Makefile index c51cc6d738f0..5cb05c17b0d7 100644 --- a/security/py-certbot-dns-route53/Makefile +++ b/security/py-certbot-dns-route53/Makefile @@ -1,30 +1,29 @@ PORTNAME= certbot-dns-route53 PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Route53 DNS Authenticator plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-dns-route53 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}boto3>=1.15.15:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-dns-route53/distinfo b/security/py-certbot-dns-route53/distinfo index 7101caa34f5f..bb55106e6ad7 100644 --- a/security/py-certbot-dns-route53/distinfo +++ b/security/py-certbot-dns-route53/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-dns-route53-2.9.0.tar.gz) = ae6f481f50661048a1916b5b0a4e1352df67981fc94c3c89c68b0f5494b69641 -SIZE (certbot-dns-route53-2.9.0.tar.gz) = 15412 +TIMESTAMP = 1712189038 +SHA256 (certbot-dns-route53-2.10.0.tar.gz) = 3bbe69cf7469ca2d826ba268dfb593348c41a4b1dd8af0cace665921b53d2ba7 +SIZE (certbot-dns-route53-2.10.0.tar.gz) = 15381 diff --git a/security/py-certbot-dns-sakuracloud/Makefile b/security/py-certbot-dns-sakuracloud/Makefile index d9118437004e..9152e690605c 100644 --- a/security/py-certbot-dns-sakuracloud/Makefile +++ b/security/py-certbot-dns-sakuracloud/Makefile @@ -1,30 +1,29 @@ PORTNAME= certbot-dns-sakuracloud PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Sakura Cloud DNS Authenticator plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-dns-sakuracloud LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.14.1:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-dns-sakuracloud/distinfo b/security/py-certbot-dns-sakuracloud/distinfo index f75f154c241c..8d81f7b1ea92 100644 --- a/security/py-certbot-dns-sakuracloud/distinfo +++ b/security/py-certbot-dns-sakuracloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-dns-sakuracloud-2.9.0.tar.gz) = 9c9d4db6870094396877e0f673739c9cb7e047a77ce3b963b0fbf93deed1556a -SIZE (certbot-dns-sakuracloud-2.9.0.tar.gz) = 11940 +TIMESTAMP = 1712189039 +SHA256 (certbot-dns-sakuracloud-2.10.0.tar.gz) = 788609aab8eee36745530e811e03cdb8f1680b95bc44e3661a85ec7f4c2917e8 +SIZE (certbot-dns-sakuracloud-2.10.0.tar.gz) = 11933 diff --git a/security/py-certbot-nginx/Makefile b/security/py-certbot-nginx/Makefile index 5cabe11da131..5d67496b7389 100644 --- a/security/py-certbot-nginx/Makefile +++ b/security/py-certbot-nginx/Makefile @@ -1,40 +1,39 @@ PORTNAME= certbot-nginx PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= NGINX plugin for Certbot WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot-nginx LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0,1:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.2.1:devel/py-pyparsing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include .if ${PYTHON_REL} < 30900 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.3.1:devel/py-importlib-resources@${PY_FLAVOR} .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/certbot_nginx/_internal/constants.py .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot-nginx/distinfo b/security/py-certbot-nginx/distinfo index 8de90982be80..3ed0a64ebe59 100644 --- a/security/py-certbot-nginx/distinfo +++ b/security/py-certbot-nginx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-nginx-2.9.0.tar.gz) = b8200a4c9ca8165feb70c07d8eb8907f904bc9c742a6f8f71e780bc16b72eb57 -SIZE (certbot-nginx-2.9.0.tar.gz) = 78228 +TIMESTAMP = 1712189040 +SHA256 (certbot-nginx-2.10.0.tar.gz) = 9add7e8b7005fe6d8405cb74fd868d4b3689a572957a9112d654a5ac1e7f4d91 +SIZE (certbot-nginx-2.10.0.tar.gz) = 78264 diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile index 0e43fba99f2f..b7e49504ae1e 100644 --- a/security/py-certbot/Makefile +++ b/security/py-certbot/Makefile @@ -1,75 +1,74 @@ PORTNAME= certbot PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Let's Encrypt client #' WWW= https://certbot.eff.org/ \ https://github.com/certbot/certbot \ https://github.com/certbot/certbot/tree/master/certbot LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configargparse>=1.5.3:devel/py-configargparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}distro>=1.0.1:sysutils/py-distro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}josepy>=1.13.0:security/py-josepy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parsedatetime>=2.4:devel/py-parsedatetime@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>=0:devel/py-pyrfc3339@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2019.3,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent cryptography pep517 pytest NO_ARCH= yes PLIST_FILES= etc/periodic/weekly/500.certbot-${PYTHON_VER} SUB_FILES= 500.certbot pkg-message SUB_LIST= PYTHON_VER=${PYTHON_VER} OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT=MANPAGES MANPAGES_BUILD_DEPENDS= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>=0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}repoze.sphinx.autointerface>=0:devel/py-repoze.sphinx.autointerface@${PY_FLAVOR} MANPAGES_PLIST_FILES= share/man/man1/certbot.1.gz \ share/man/man7/certbot.7.gz .include .if ${PYTHON_REL} < 30900 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.3.1:devel/py-importlib-resources@${PY_FLAVOR} .endif .if ${PYTHON_REL} < 31000 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.6:devel/py-importlib-metadata@${PY_FLAVOR} .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/certbot/compat/misc.py ${WRKSRC}/certbot/_internal/tests/cli_test.py post-build-MANPAGES-on: # Avoid gmake / ${DO_MAKE_BUILD} -C ${WRKSRC}/docs man cd ${WRKSRC}/docs && sphinx-build-${PYTHON_VER} -N -b man . _build/man post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/weekly ${INSTALL_SCRIPT} ${WRKDIR}/500.certbot ${STAGEDIR}${PREFIX}/etc/periodic/weekly/500.certbot-${PYTHON_VER} post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/docs/_build/man/certbot.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/_build/man/certbot.7 ${STAGEDIR}${PREFIX}/share/man/man7 .include "${.CURDIR}/../py-acme/version.mk" .include diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo index 89b5914d509f..a34bd406722f 100644 --- a/security/py-certbot/distinfo +++ b/security/py-certbot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450740 -SHA256 (certbot-2.9.0.tar.gz) = 3eafe967523704dac854df36bcca5e5fa949cdd9df835651b0f3712b1cd90c05 -SIZE (certbot-2.9.0.tar.gz) = 437463 +TIMESTAMP = 1712189030 +SHA256 (certbot-2.10.0.tar.gz) = 892aa57d4db74af174aec5e4bb7f7537b200de2545a066c049d03a53215f0e4e +SIZE (certbot-2.10.0.tar.gz) = 437757