git: a7e8563a1e39 - main - all: add more ports depending on expired security/py-pycrypto
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 20:06:39 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7e8563a1e39693720fd6e3259d2a180e7067718 commit a7e8563a1e39693720fd6e3259d2a180e7067718 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2022-09-30 20:05:00 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-09-30 20:06:28 +0000 all: add more ports depending on expired security/py-pycrypto --- irc/weechat-otr/Makefile | 3 +++ sysutils/ansible4/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/irc/weechat-otr/Makefile b/irc/weechat-otr/Makefile index 453514195670..ed0936bb62b3 100644 --- a/irc/weechat-otr/Makefile +++ b/irc/weechat-otr/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/mmb/weechat-otr LICENSE= GPLv3 +DEPRECATED= Depends on expired security/py-pycrypto (via security/py-potr) +EXPIRATION_DATE=2022-12-31 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR} \ weechat:irc/weechat diff --git a/sysutils/ansible4/Makefile b/sysutils/ansible4/Makefile index 8f785e91c712..c45ecc6d27aa 100644 --- a/sysutils/ansible4/Makefile +++ b/sysutils/ansible4/Makefile @@ -12,6 +12,9 @@ WWW= https://www.ansible.com/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expired security/py-pycrypto (via sysutils/py-ansible-core211) +EXPIRATION_DATE=2022-12-31 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible-core211>0:sysutils/py-ansible-core211@${PY_FLAVOR} USES= ansible:env cpe python:3.6+ shebangfix