git: 855bec424971 - main - Revert "dns/knock: Mark DEPRECATED"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 20:38:36 UTC
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=855bec42497147aed1af7ac8a8b7c15771971e4e
commit 855bec42497147aed1af7ac8a8b7c15771971e4e
Author: Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-10-29 20:30:46 +0000
Commit: Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-10-29 20:37:05 +0000
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.
---
dns/knock/Makefile | 3 ---
1 file changed, 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}