aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2021-08-04 02:55:38 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-08-04 02:55:38 +0000
commit3d3519cab7ed61b399b95a422e9e95201838c285 (patch)
tree3cf2932f502d8d7112e21cbacbe5527284413df7
parentb53db6679e7c210877a251da984b8a57ac948282 (diff)
downloadports-3d3519cab7ed61b399b95a422e9e95201838c285.tar.gz
ports-3d3519cab7ed61b399b95a422e9e95201838c285.zip
security/py-paramiko1: Mark DEPRECATED
This was for letting ports migrating to newer version at security/py-paramiko. The job has been done and this port has no consumer now. Reported by: sbz
-rw-r--r--security/py-paramiko1/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-paramiko1/Makefile b/security/py-paramiko1/Makefile
index b884b363c547..a6642752e3d6 100644
--- a/security/py-paramiko1/Makefile
+++ b/security/py-paramiko1/Makefile
@@ -10,6 +10,9 @@ COMMENT= Python SSH2 protocol library
LICENSE= GPLv2
+DEPRECATED= Out of date version. No consumer now. Use security/py-paramiko
+EXPIRATION_DATE=2021-09-30
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR}