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:   abs
Date:           Wed Aug 17 10:37:12 UTC 2022

Modified Files:
        pkgsrc/net/zenmap: Makefile

Log Message:
Add py-expat DEPENDS to zenmap

Needed to parse nmap output. Issue not obvious when building and
running zenmap on the same host, as py-setuptools pulls in py-expat


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/net/zenmap/Makefile:1.9
--- pkgsrc/net/zenmap/Makefile:1.8      Thu Jun 30 11:18:44 2022
+++ pkgsrc/net/zenmap/Makefile  Wed Aug 17 10:37:12 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/06/30 11:18:44 nia Exp $
+# $NetBSD: Makefile,v 1.9 2022/08/17 10:37:12 abs Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../net/nmap/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/nmap/zenmap/}
@@ -18,6 +18,7 @@ EGG_NAME=     zenmap-${PKGVERSION_NOREV}
 PYTHON_VERSIONS_ACCEPTED=      27
 
 DEPENDS+=      nmap-[0-9]*:../../net/nmap
+DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 DEPENDS+=      ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 



Home | Main Index | Thread Index | Old Index