git: 709d6d2c1057 - main - net/cloud-init: expire on 2025-03-31 for devel/py-boto
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Feb 2025 19:55:21 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=709d6d2c1057d51356712c01b845a78d305072a4 commit 709d6d2c1057d51356712c01b845a78d305072a4 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-02-11 19:53:42 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-02-11 19:53:42 +0000 net/cloud-init: expire on 2025-03-31 for devel/py-boto --- net/cloud-init/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/cloud-init/Makefile b/net/cloud-init/Makefile index 5d65d66a9638..e789b46ff407 100644 --- a/net/cloud-init/Makefile +++ b/net/cloud-init/Makefile @@ -13,6 +13,9 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-Apache2.0 LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE-GPLv3 +DEPRECATED= Depends on expired devel/py-boto +EXPIRATION_DATE=2025-03-31 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \