git: f3a399db6f59 - main - sysutils/ansible2: Set expiration date
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 18:24:08 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3a399db6f5937b0c22ccd84178037fbff4bcf05 commit f3a399db6f5937b0c22ccd84178037fbff4bcf05 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-01-25 14:59:40 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-01-25 18:23:48 +0000 sysutils/ansible2: Set expiration date Ansible 2.9 is going to reach the end of life on May 23, 2022. See: https://groups.google.com/g/ansible-announce/c/kegIH5_okmg MFH: 2022Q1 --- sysutils/ansible2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysutils/ansible2/Makefile b/sysutils/ansible2/Makefile index 6e9c8d870eb0..6a4b18a02072 100644 --- a/sysutils/ansible2/Makefile +++ b/sysutils/ansible2/Makefile @@ -12,6 +12,10 @@ COMMENT= Radically simple IT automation LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +# https://groups.google.com/g/ansible-announce/c/kegIH5_okmg +DEPRECATED= Upstream support ceases +EXPIRATION_DATE= 2022-05-23 + RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>0:devel/py-jmespath@${PY_FLAVOR} \