[93466] trunk/dports/net/nmap/Portfile

dluke at macports.org dluke at macports.org
Wed May 23 07:52:26 PDT 2012


Revision: 93466
          https://trac.macports.org/changeset/93466
Author:   dluke at macports.org
Date:     2012-05-23 07:52:23 -0700 (Wed, 23 May 2012)
Log Message:
-----------
nmap: add sha256 checksum, change +zenmap to use python2.7, revbump

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

Modified: trunk/dports/net/nmap/Portfile
===================================================================
--- trunk/dports/net/nmap/Portfile	2012-05-23 13:37:14 UTC (rev 93465)
+++ trunk/dports/net/nmap/Portfile	2012-05-23 14:52:23 UTC (rev 93466)
@@ -4,6 +4,7 @@
 
 name		nmap
 version		6.00
+revision	1
 categories	net
 maintainers	darkart.com:opendarwin.org geeklair.net:dluke
 description	Port scanning utility for large networks
@@ -28,7 +29,8 @@
 
 checksums	md5	e365cdada811c57e172b24b62746ab7d \
 		sha1	11d8f418e31a85e5b5ad6b4cf98f3c1b5c19ddb2 \
-		rmd160	e8f9c1da433aadcbc18ab216445466388c0e331a
+		rmd160	e8f9c1da433aadcbc18ab216445466388c0e331a \
+		sha256	9037b49ffde13a228ce4ffadd3de8320580f84a0cd8ac14b2fd74757f1fb4b26
 
 depends_lib	port:libpcap \
 		port:openssl \
@@ -68,6 +70,6 @@
 
 variant zenmap description {build zenmap in addition to nmap} {
 			configure.args-delete --without-zenmap
-			configure.python ${prefix}/bin/python2.5
-			depends_lib-append port:py25-gtk
+			configure.python ${prefix}/bin/python2.7
+			depends_lib-append port:py27-gtk
 		}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120523/2e1bd697/attachment.html>


More information about the macports-changes mailing list