diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-09-05 17:52:34 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-09-05 17:52:34 +0800 |
commit | 9a9a2f34ffbf5fe4a9fef7a1fb1ff8150ae2249b (patch) | |
tree | bc7af8fddffb2aae31e18463ae116d79d8c9063e /security | |
parent | 40418b74ec30f2bf97f5323551e73f39df25916c (diff) | |
download | freebsd-ports-gnome-9a9a2f34ffbf5fe4a9fef7a1fb1ff8150ae2249b.tar.gz freebsd-ports-gnome-9a9a2f34ffbf5fe4a9fef7a1fb1ff8150ae2249b.tar.zst freebsd-ports-gnome-9a9a2f34ffbf5fe4a9fef7a1fb1ff8150ae2249b.zip |
- Update to 6.47, announce message:
Avoid crashing when users have the antiquated PyXML package
installed. Python tries to be nice and loads it when we import xml, but it
isn't compatible. Instead, we force Python to use the standard library xml
module. [Daniel Miller]
Fix a bug in DiffViewer causing this crash:
TypeError: GtkTextBuffer.set_text() argument 1 must be string or read-only
buffer, not NmapParserSAX
Crash happened when trying to compare two scans within Zenmap. [Daniel Miller]
- USES python instead of USE_PYTHON=yes
- Use USE_PYTHON=distutils instead of USE_PYDISTUTILS=yes
- Use USE_PYTHON=autoplist instead of PYDISTUTILS_AUTOPLIST=yes
Diffstat (limited to 'security')
-rw-r--r-- | security/zenmap/Makefile | 8 | ||||
-rw-r--r-- | security/zenmap/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile index 9ba3cc543be5..b15da69b0024 100644 --- a/security/zenmap/Makefile +++ b/security/zenmap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zenmap -PORTVERSION= 6.46 +PORTVERSION= 6.47 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ \ SF/nemysisfreebsdp/security/:icons @@ -21,12 +21,10 @@ RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap \ WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} -USES= dos2unix tar:bzip2 +USES= dos2unix python tar:bzip2 DOS2UNIX_GLOB= *.xml USE_GNOME= pygtk2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USE_PYTHON= autoplist distutils OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/security/zenmap/distinfo b/security/zenmap/distinfo index c3d1f356543d..e840595e7c2d 100644 --- a/security/zenmap/distinfo +++ b/security/zenmap/distinfo @@ -1,4 +1,4 @@ -SHA256 (nmap-6.46.tar.bz2) = 3f89d9053c69507fe9533c40188a6561d49607a37b1db6380aed9039d4883137 -SIZE (nmap-6.46.tar.bz2) = 7911353 +SHA256 (nmap-6.47.tar.bz2) = 8fa11e9e203ce2d81a207db5ca4f110a525f6c01c1dd0018325a7112a51aa591 +SIZE (nmap-6.47.tar.bz2) = 7878122 SHA256 (zenmap.png) = 55c232603d0cf02ee2e7cc0c0ba02101d18a33555644a6348fb533329c4cfce1 SIZE (zenmap.png) = 2832 |