Ticket #26386: nmap.Portfile.diff

File nmap.Portfile.diff, 869 bytes (added by dmitry@…, 14 years ago)

Patch to nmap portfile

  • Portfile

    diff --git a/Portfile b/Portfile
    index 0d7672d..14c329c 100644
    a b  
    33PortSystem 1.0
    44
    55name            nmap
    6 version         5.21
    7 revision        2
     6version         5.35DC1
     7revision        1
    88categories      net
    99maintainers     darkart.com:opendarwin.org geeklair.net:dluke
    1010description     Port scanning utility for large networks
    long_description Nmap is a utility for port scanning large networks, although \ 
    2626master_sites    http://download.insecure.org/nmap/dist/ \
    2727                ftp://nuxi.ucdavis.edu/pub/misc/
    2828
    29 checksums       md5     f77fa51d89ab27d35e5cd87bb086b858 \
    30                 sha1    ce5ff792161dae0037e41b31e0c2ef683ce94655 \
    31                 rmd160  85e912c3c6a7ed03eb1b399c812836071e4dcf9f
     29checksums       md5     5bc2f8629f26716aa78d4bfe474a5d3a \
     30                sha1    5fd786d4bbe6b4fbc0ae625fbb6893b19fbde627 \
     31                rmd160  d0663a669824a38f05e89c14a2ad5fd9932eddcc
    3232
    3333depends_lib     port:libpcap \
    3434                port:openssl \