[Bug 291353] security/py-python-nmap: Fix port by adding required dependency nmap

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 02 Dec 2025 15:22:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291353

--- Comment #2 from Yusuf Yaman <nxjoseph@protonmail.com> ---
Comment on attachment 265779
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=265779
0001-security-py-python-nmap-Fix-port-by-adding-required-.patch

>From e8f3353f93ab76d983f7c35b3a5d1758b87d2c0e Mon Sep 17 00:00:00 2001
>From: Yusuf Yaman <nxjoseph@protonmail.com>
>Date: Tue, 2 Dec 2025 18:15:05 +0300
>Subject: [PATCH] security/py-python-nmap: Fix port by adding required
> dependency nmap
>
>PR:		291353
>Reported by:	Yusuf Yaman <nxjoseph@protonmail.com> (maintainer)
>Fixes:		bb7385d0331751936aa5de411b12e877a0438c8f
>---
> security/py-python-nmap/Makefile | 3 +++
> 1 file changed, 3 insertions(+)
>
>diff --git a/security/py-python-nmap/Makefile b/security/py-python-nmap/Makefile
>index 9f26c9cdb..a0b946641 100644
>--- a/security/py-python-nmap/Makefile
>+++ b/security/py-python-nmap/Makefile
>@@ -1,5 +1,6 @@
> PORTNAME=	python-nmap
> DISTVERSION=	0.7.1
>+PORTREVISION=	1
> CATEGORIES=	security python
> MASTER_SITES=	PYPI
> PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
>@@ -12,6 +13,8 @@ WWW=		https://pypi.org/project/python-nmap/ \
> LICENSE=	GPLv3+
> LICENSE_FILE=	${WRKSRC}/gpl-3.0.txt
> 
>+RUN_DEPENDS=	nmap:security/nmap
>+
> USES=		python:build,run
> USE_PYTHON=	autoplist distutils flavors
> 
>-- 
>2.51.2
>

-- 
You are receiving this mail because:
You are the assignee for the bug.