pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/zenmap



Module Name:    pkgsrc
Committed By:   kim
Date:           Wed Apr 16 05:47:55 UTC 2025

Modified Files:
        pkgsrc/net/zenmap: Makefile

Log Message:
Fix setup-tools tool dependecy correctly


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/zenmap/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/zenmap/Makefile
diff -u pkgsrc/net/zenmap/Makefile:1.17 pkgsrc/net/zenmap/Makefile:1.18
--- pkgsrc/net/zenmap/Makefile:1.17     Tue Apr 15 20:54:46 2025
+++ pkgsrc/net/zenmap/Makefile  Wed Apr 16 05:47:55 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2025/04/15 20:54:46 kim Exp $
+# $NetBSD: Makefile,v 1.18 2025/04/16 05:47:55 kim Exp $
 
 .include "../../net/nmap/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/nmap/zenmap/}
-PKGREVISION=   1
+PKGREVISION=   2
 
 COMMENT=       Nmap Security Scanner GUI
 
@@ -13,7 +13,7 @@ EXTRACT_ELEMENTS=     ${DISTNAME}/zenmap
 
 WHEEL_NAME=    zenmap-${PKGVERSION_NOREV}
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index