Ticket #51886: Portfile.diff
File Portfile.diff, 1.5 KB (added by iamGavinJ (GΛVĪN), 8 years ago) |
---|
-
Portfile
old new 8 8 maintainers darkart.com:opendarwin.org geeklair.net:dluke 9 9 description Port scanning utility for large networks 10 10 license {GPL-2 OpenSSLException} 11 homepage http ://nmap.org/11 homepage https://nmap.org/ 12 12 platforms darwin freebsd 13 13 14 14 long_description Nmap is a utility for port scanning large networks, although \ … … 23 23 don't want to have 10 different scanners around, all with \ 24 24 different interfaces and capabilities. 25 25 26 master_sites http://download.insecure.org/nmap/dist/ \ 27 ftp://nuxi.ucdavis.edu/pub/misc/ 26 master_sites ${homepage}dist/ 28 27 29 28 checksums md5 0764f4dabe7cccda3c49fc3990b62a8a \ 30 29 sha1 0c25e4089f93adec2ad50e99b92dc8c5bf85c231 \ … … 37 36 38 37 use_bzip2 yes 39 38 40 configure.args --without-zenmap --without-ndiff \ 39 configure.args --without-zenmap \ 40 --without-ndiff \ 41 41 --mandir=\\\${prefix}/share/man \ 42 42 --infodir=\\\${prefix}/share/info \ 43 43 --with-liblua=included \ 44 --without-subversion 44 --without-subversion \ 45 --with-libpcap=\\\${prefix} 45 46 46 47 47 48 # nmap's configure script in nselib-bin does not respect --with-liblua=included … … 84 85 if {![variant_isset no_pcre]} { 85 86 default_variants +pcre 86 87 } 88 89 livecheck.type regex 90 livecheck.url ${homepage}download.html 91 livecheck.regex "nmap-(\\d+\.\\d+(?:\\.\\d+)?).tar.bz2"