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:   pho
Date:           Tue Nov 30 07:21:29 UTC 2021

Modified Files:
        pkgsrc/net/zenmap: Makefile

Log Message:
Add a link to an upstream issue about porting Zenmap to Python 3


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/net/zenmap/Makefile:1.5
--- pkgsrc/net/zenmap/Makefile:1.4      Wed Aug 28 13:55:44 2019
+++ pkgsrc/net/zenmap/Makefile  Tue Nov 30 07:21:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/08/28 13:55:44 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/11/30 07:21:29 pho Exp $
 
 .include "../../net/nmap/Makefile.common"
 
@@ -12,6 +12,8 @@ EXTRACT_ELEMENTS=     ${DISTNAME}/zenmap
 
 EGG_NAME=      ${PKGNAME:C/-([^0-9])/_\1/g}
 
+# There is an ongoing effort of porting Zenmap to Python 3. See
+# https://github.com/nmap/nmap/issues/1176
 PYTHON_VERSIONS_ACCEPTED=      27
 
 DEPENDS+=      nmap-[0-9]*:../../net/nmap



Home | Main Index | Thread Index | Old Index