Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2024 20:09:56 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: b9ecf4765a81 - 2024Q2 - security/py-certbot-dns-powerdns: Fix runtime dependencies
Message-ID:  <202405302009.44UK9unT090739@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b9ecf4765a812545bee5e46558bfd97050278dd5

commit b9ecf4765a812545bee5e46558bfd97050278dd5
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-05-30 19:59:30 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-05-30 20:09:41 +0000

    security/py-certbot-dns-powerdns: Fix runtime dependencies
    
    This module also depends on devel/py-zope.interface
    
    Sponsored by:   Resulta, s.r.o.
    
    (cherry picked from commit c07b7eeac1bff51a371a7e14683ee1402fa20026)
---
 security/py-certbot-dns-powerdns/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/security/py-certbot-dns-powerdns/Makefile b/security/py-certbot-dns-powerdns/Makefile
index fcb5cd0f772e..a6a55a42b798 100644
--- a/security/py-certbot-dns-powerdns/Makefile
+++ b/security/py-certbot-dns-powerdns/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	certbot-dns-powerdns
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,7 +14,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${P
 		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.2.4:dns/py-dns-lexicon@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}mock>=4.0.3:devel/py-mock@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}mock>=4.0.3:devel/py-mock@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
 
 USES=		python
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405302009.44UK9unT090739>