Date: Sun, 13 Apr 2008 17:58:16 +0200 (CEST) From: Daniel Roethlisberger <daniel@roe.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: daniel@roe.ch Subject: ports/122729: [maintainer] Update security/zenmap to 4.60 Message-ID: <200804131558.m3DFwGqK009821@marvin.roe> Resent-Message-ID: <200804131600.m3DG03dH059699@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122729 >Category: ports >Synopsis: [maintainer] Update security/zenmap to 4.60 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 13 16:00:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Daniel Roethlisberger >Release: FreeBSD 6.3-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD marvin.roe 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #0: Wed Feb 13 02:40:56 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update zenmap to 4.60 and fix moved MASTER_SITES. Zenmap now has a manual page, zenmap(1). >How-To-Repeat: >Fix: --- zenmap-4.60.diff begins here --- diff -ruN zenmap.orig/Makefile zenmap/Makefile --- zenmap.orig/Makefile 2008-03-14 22:30:29.000000000 +0100 +++ zenmap/Makefile 2008-04-13 17:19:28.000000000 +0200 @@ -6,9 +6,9 @@ # PORTNAME= zenmap -PORTVERSION= 4.52 +PORTVERSION= 4.60 CATEGORIES= security ipv6 -MASTER_SITES= http://download.insecure.org/nmap/dist/ \ +MASTER_SITES= http://nmap.org/dist/ \ http://www.mirrors.wiretapped.net/security/network-mapping/nmap/ \ http://www.mirrorservice.org/sites/ftp.wiretapped.net/pub/security/network-mapping/nmap/ \ http://mirror.sg.depaul.edu/pub/security/nmap/ @@ -26,6 +26,9 @@ USE_GNOME= pygtk2 INSTALLS_EGGINFO= yes +MAN1= zenmap.1 +MLINKS= zenmap.1 xnmap.1 + .include <bsd.port.pre.mk> .if ${ARCH} != "i386" @@ -48,5 +51,7 @@ do-install: cd ${WRKSRC}/${PORTNAME} && \ ${PYTHON_CMD} setup.py install --prefix ${PREFIX} + @${RM} ${PREFIX}/bin/uninstall_zenmap + ${INSTALL_MAN} ${WRKSRC}/docs/zenmap.1 ${MAN1PREFIX}/man/man1 .include <bsd.port.post.mk> diff -ruN zenmap.orig/distinfo zenmap/distinfo --- zenmap.orig/distinfo 2008-03-14 22:30:29.000000000 +0100 +++ zenmap/distinfo 2008-04-13 17:03:36.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (nmap-4.52.tar.bz2) = 4f965a89e4e724d266dd9235c485633f -SHA256 (nmap-4.52.tar.bz2) = ec44e89f12bb1c140e9e580f2ceee8950caa03537cf74f5718b25b19a476589a -SIZE (nmap-4.52.tar.bz2) = 3147364 +MD5 (nmap-4.60.tar.bz2) = 6201551054050c11182fd6dd91682cb1 +SHA256 (nmap-4.60.tar.bz2) = 1c0c6a055761ac2952de49585a6d7209fdbc83aa8a88c8f7f736576a90571cca +SIZE (nmap-4.60.tar.bz2) = 3213870 diff -ruN zenmap.orig/pkg-descr zenmap/pkg-descr --- zenmap.orig/pkg-descr 2008-03-14 22:30:29.000000000 +0100 +++ zenmap/pkg-descr 2008-04-13 17:41:01.000000000 +0200 @@ -1,4 +1,4 @@ zenmap is the official GUI front end for the nmap port scanning tool. Originally based on umit, it has replaced nmapfe as per nmap 4.50. -WWW: http://www.insecure.org/nmap/ +WWW: http://nmap.org/ diff -ruN zenmap.orig/pkg-plist zenmap/pkg-plist --- zenmap.orig/pkg-plist 2008-03-14 22:30:29.000000000 +0100 +++ zenmap/pkg-plist 2008-04-13 17:05:18.000000000 +0200 @@ -1,4 +1,3 @@ -bin/uninstall_zenmap bin/zenmap %%PYTHON_SITELIBDIR%%/higwidgets/__init__.py %%PYTHON_SITELIBDIR%%/higwidgets/__init__.pyc --- zenmap-4.60.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804131558.m3DFwGqK009821>