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:           Tue Apr 15 20:37:16 UTC 2025

Modified Files:
        pkgsrc/net/zenmap: Makefile

Log Message:
zenmap: Fix setuptools TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/net/zenmap/Makefile:1.16
--- pkgsrc/net/zenmap/Makefile:1.15     Mon Nov 11 07:28:52 2024
+++ pkgsrc/net/zenmap/Makefile  Tue Apr 15 20:37:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2024/11/11 07:28:52 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/04/15 20:37:16 kim Exp $
 
 .include "../../net/nmap/Makefile.common"
 
@@ -12,7 +12,7 @@ EXTRACT_ELEMENTS=     ${DISTNAME}/zenmap
 
 WHEEL_NAME=    zenmap-${PKGVERSION_NOREV}
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index