diff options
author | Rene Ladan <rene@FreeBSD.org> | 2022-09-30 22:05:00 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-09-30 22:06:28 +0200 |
commit | a7e8563a1e39693720fd6e3259d2a180e7067718 (patch) | |
tree | bf531b932d6461e03b4931bd000405150a294e29 | |
parent | security/py-keyring: drop optional dependency on expired security/py-keyrings... (diff) |
all: add more ports depending on expired security/py-pycrypto
-rw-r--r-- | irc/weechat-otr/Makefile | 3 | ||||
-rw-r--r-- | sysutils/ansible4/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
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 |