Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2023 23:01:02 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0fe1f8807dca - main - security/py-certbot-dns-standalone: Fix RUN_DEPENDS version limits
Message-ID:  <202306072301.357N12e3030366@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew:

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

commit 0fe1f8807dcab58361bd21e9489e2032ba03442e
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2023-06-07 22:58:37 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2023-06-07 22:58:37 +0000

    security/py-certbot-dns-standalone: Fix RUN_DEPENDS version limits
    
    Fix an error in the port: include the Makefile where ${ACME_VERSION}
    is defined.
    
    PR:     271889
---
 security/py-certbot-dns-standalone/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/py-certbot-dns-standalone/Makefile b/security/py-certbot-dns-standalone/Makefile
index 78f03c46c212..8d3e11189309 100644
--- a/security/py-certbot-dns-standalone/Makefile
+++ b/security/py-certbot-dns-standalone/Makefile
@@ -21,4 +21,5 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+.include "${.CURDIR}/../py-acme/version.mk"
 .include <bsd.port.mk>



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