Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2026 07:20:17 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0b15ac1351cd - main - dns/knock: update 8.=?utf-8?Q?0.0 =E2=86=92?= 9.0.0
Message-ID:  <69dc9931.39b7f.404b1425@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b15ac1351cd301dc365552e7eef8c3b58bc67e3

commit 0b15ac1351cd301dc365552e7eef8c3b58bc67e3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-12 22:45:14 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-13 07:20:14 +0000

    dns/knock: update 8.0.0 → 9.0.0
---
 dns/knock/Makefile | 14 +++++---------
 dns/knock/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/dns/knock/Makefile b/dns/knock/Makefile
index aa2b7ab54bf4..a9a2bfc5307b 100644
--- a/dns/knock/Makefile
+++ b/dns/knock/Makefile
@@ -1,8 +1,7 @@
 PORTNAME=	knock
-DISTVERSION=	8.0.0
+DISTVERSION=	9.0.0
 CATEGORIES=	dns
 PKGNAMESUFFIX=	py
-PORTREVISION=	1
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Tool designed to enumerate subdomains on a target domain
@@ -10,15 +9,10 @@ WWW=		https://github.com/guelfoweb/knock
 
 LICENSE=	GPLv2
 
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dnspython>=2.8.0:dns/py-dnspython@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>=2.8.0:dns/py-dnspython@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}httpx>=0.28.1:www/py-httpx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyopenssl>0:security/py-pyopenssl@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.9.9:www/py-python-dotenv@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>=2.32.5:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tqdm>=4.67.1:misc/py-tqdm@${PY_FLAVOR}
-BUILD_DEPENDS=	${PY_DEPENDS}
-RUN_DEPENDS=	${PY_DEPENDS}
+		${PYTHON_PKGNAMEPREFIX}python-dotenv>=1.0.1:www/py-python-dotenv@${PY_FLAVOR}
 
 USES=		python pyqt:5 # pyqt:5 isn't used: https://github.com/guelfoweb/knock/issues/108
 USE_PYTHON=	distutils noflavors autoplist
@@ -27,6 +21,8 @@ USE_PYQT=	pyqt5:run
 USE_GITHUB=	yes
 GH_ACCOUNT=	guelfoweb
 
+WRKSRC=		${WRKDIR}/${PORTNAME}py-${DISTVERSION}
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/dns/knock/distinfo b/dns/knock/distinfo
index 5716ed91aee7..2d65ca4ac642 100644
--- a/dns/knock/distinfo
+++ b/dns/knock/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762719957
-SHA256 (guelfoweb-knock-8.0.0_GH0.tar.gz) = 15610174a3be4737aa7530b0452e748ab61334b88c52935420e697dc4aeb2f36
-SIZE (guelfoweb-knock-8.0.0_GH0.tar.gz) = 150712
+TIMESTAMP = 1776030379
+SHA256 (guelfoweb-knock-9.0.0_GH0.tar.gz) = 3db667c2198865c58df527ff70f9a03a9b154ae19cada389535d404bbc28b025
+SIZE (guelfoweb-knock-9.0.0_GH0.tar.gz) = 116432


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dc9931.39b7f.404b1425>