[32023] trunk/dports/net/nmap

dluke at macports.org dluke at macports.org
Thu Dec 13 12:20:22 PST 2007


Revision: 32023
          http://trac.macosforge.org/projects/macports/changeset/32023
Author:   dluke at macports.org
Date:     2007-12-13 12:20:19 -0800 (Thu, 13 Dec 2007)

Log Message:
-----------
Version bump, update nmap to 4.50.
 - remove obsolete patch
 - remove gtk (nmapfe) variant, should be replaced by a zenmap variant at some point (as zenmap replaces nmapfe)

Modified Paths:
--------------
    trunk/dports/net/nmap/Portfile

Removed Paths:
-------------
    trunk/dports/net/nmap/files/

Modified: trunk/dports/net/nmap/Portfile
===================================================================
--- trunk/dports/net/nmap/Portfile	2007-12-13 19:57:50 UTC (rev 32022)
+++ trunk/dports/net/nmap/Portfile	2007-12-13 20:20:19 UTC (rev 32023)
@@ -2,8 +2,7 @@
 
 PortSystem 1.0
 name		nmap
-version		4.20
-revision	1
+version		4.50
 categories	net
 maintainers	opendarwin.org at darkart.com dluke at geeklair.net
 description	Port scanning utility for large networks
@@ -25,28 +24,23 @@
 master_sites	http://download.insecure.org/nmap/dist/ \
 		ftp://nuxi.ucdavis.edu/pub/misc/
 
-checksums	md5	ea50419f99472200c4184a304e3831ea \
-		sha1	641bf8ec28313f3fd110d7fa84c3a233cf79c36b
+checksums	md5	9dabb008923641ffb51aa21f72e6f54a \
+		sha1	d82fc7cb9c96b26adf9584096743162784819101 \
+		rmd160	188f93b817185ee1c131e6bb3eeafce5edd02acd
 
 depends_lib	port:libpcap \
 		port:openssl \
 		port:pcre \
 		port:zlib
 
-patchfiles	patch-tcpip.cc
-
 use_bzip2	yes
 
-configure.args	--without-nmapfe \
+configure.args	--without-zenmap\
 		--mandir=\\\${prefix}/share/man \
 		--infodir=\\\${prefix}/share/info \
 		--with-openssl=${prefix} \
 		--with-libpcre=${prefix}
 
-variant gtk2 {	configure.args-delete --without-nmapfe
-		depends_lib-append lib:libgtk.2:gtk2
-		}
-
 variant no_ssl	{
 			configure.args-delete --with-openssl=${prefix}
 			depends_lib-delete port:openssl

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071213/8a703894/attachment.html


More information about the macports-changes mailing list