Date: Sat, 11 Jan 2025 12:58:12 GMT From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9cfee31cca81 - main - security/py-certbot: drop unused dependency Message-ID: <202501111258.50BCwCMT011314@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=9cfee31cca81b59917e92f4ae729ea36930c1b6c commit 9cfee31cca81b59917e92f4ae729ea36930c1b6c Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2025-01-11 12:56:07 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2025-01-11 12:56:07 +0000 security/py-certbot: drop unused dependency Drop dependency on repoze.sphinx.autointerface. This extension isn't used since sphinx update and this upstream change: https://github.com/certbot/certbot/commit/06c81138630c6155fb37009c075320fca30c361c With hat: python --- security/py-certbot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile index 8b6a628304eb..39c68c9e95f2 100644 --- a/security/py-certbot/Makefile +++ b/security/py-certbot/Makefile @@ -1,5 +1,6 @@ PORTNAME= certbot PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= PYPI \ @@ -42,7 +43,6 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501111258.50BCwCMT011314>