Ticket #34590: patch-Portfile.diff
File patch-Portfile.diff, 1.1 KB (added by BjarneDMat, 12 years ago) |
---|
-
net/nmap/Portfile
old new 4 4 5 5 name nmap 6 6 version 6.00 7 revision 1 7 8 categories net 8 9 maintainers darkart.com:opendarwin.org geeklair.net:dluke 9 10 description Port scanning utility for large networks … … 26 27 master_sites http://download.insecure.org/nmap/dist/ \ 27 28 ftp://nuxi.ucdavis.edu/pub/misc/ 28 29 29 checksums md5 e365cdada811c57e172b24b62746ab7d \ 30 sha1 11d8f418e31a85e5b5ad6b4cf98f3c1b5c19ddb2 \ 31 rmd160 e8f9c1da433aadcbc18ab216445466388c0e331a 30 checksums sha256 9037b49ffde13a228ce4ffadd3de8320580f84a0cd8ac14b2fd74757f1fb4b26 \ 31 rmd160 e8f9c1da433aadcbc18ab216445466388c0e331a 32 32 33 33 depends_lib port:libpcap \ 34 34 port:openssl \ … … 68 68 69 69 variant zenmap description {build zenmap in addition to nmap} { 70 70 configure.args-delete --without-zenmap 71 configure.python ${prefix}/bin/python2. 572 depends_lib-append port:py2 5-gtk71 configure.python ${prefix}/bin/python2.7 72 depends_lib-append port:py27-gtk 73 73 }