Ticket #51886: Portfile.diff

File Portfile.diff, 1.5 KB (added by iamGavinJ (GΛVĪN), 8 years ago)
  • Portfile

    old new  
    88maintainers     darkart.com:opendarwin.org geeklair.net:dluke
    99description     Port scanning utility for large networks
    1010license         {GPL-2 OpenSSLException}
    11 homepage        http://nmap.org/
     11homepage        https://nmap.org/
    1212platforms       darwin freebsd
    1313
    1414long_description Nmap is a utility for port scanning large networks, although \
     
    2323                 don't want to have 10 different scanners around, all with \
    2424                 different interfaces and capabilities.
    2525
    26 master_sites    http://download.insecure.org/nmap/dist/ \
    27                 ftp://nuxi.ucdavis.edu/pub/misc/
     26master_sites    ${homepage}dist/
    2827
    2928checksums       md5     0764f4dabe7cccda3c49fc3990b62a8a \
    3029                sha1    0c25e4089f93adec2ad50e99b92dc8c5bf85c231 \
     
    3736
    3837use_bzip2       yes
    3938
    40 configure.args  --without-zenmap --without-ndiff \
     39configure.args  --without-zenmap \
     40                --without-ndiff \
    4141                --mandir=\\\${prefix}/share/man \
    4242                --infodir=\\\${prefix}/share/info \
    4343                --with-liblua=included \
    44                 --without-subversion
     44                --without-subversion \
     45                --with-libpcap=\\\${prefix}
    4546               
    4647
    4748# nmap's configure script in nselib-bin does not respect --with-liblua=included
     
    8485if {![variant_isset no_pcre]} {
    8586        default_variants +pcre
    8687}
     88
     89livecheck.type     regex
     90livecheck.url       ${homepage}download.html
     91livecheck.regex     "nmap-(\\d+\.\\d+(?:\\.\\d+)?).tar.bz2"