diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2023-10-29 20:30:46 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-10-29 20:37:05 +0000 |
commit | 855bec42497147aed1af7ac8a8b7c15771971e4e (patch) | |
tree | b76f99c606396451ff03acb8d213e24915e3fdf1 | |
parent | dd1f86c13f231a48e29ca34dcca009a94c3dfbda (diff) | |
download | ports-855bec42497147aed1af7ac8a8b7c15771971e4e.tar.gz ports-855bec42497147aed1af7ac8a8b7c15771971e4e.zip |
Revert "dns/knock: Mark DEPRECATED"
This reverts commit c498dfb3b88bfc3bf230fa220ae63e759a968b65.
devel/py-qt5-pyqt is no longer marked DEPRECATED. This port does not
require python bindings for www/qt5-webkit.
-rw-r--r-- | dns/knock/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dns/knock/Makefile b/dns/knock/Makefile index 2731907736d7..a058c8c4756c 100644 --- a/dns/knock/Makefile +++ b/dns/knock/Makefile @@ -10,9 +10,6 @@ WWW= https://github.com/guelfoweb/knock LICENSE= GPLv2 -DEPRECATED= Depends on deprecated devel/py-qt5-pyqt -EXPIRATION_DATE= 2023-11-28 - PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} |