Ticket #34590: patch-Portfile.diff

File patch-Portfile.diff, 1.1 KB (added by BjarneDMat, 12 years ago)
  • net/nmap/Portfile

    old new  
    44
    55name            nmap
    66version         6.00
     7revision    1
    78categories      net
    89maintainers     darkart.com:opendarwin.org geeklair.net:dluke
    910description     Port scanning utility for large networks
     
    2627master_sites    http://download.insecure.org/nmap/dist/ \
    2728                ftp://nuxi.ucdavis.edu/pub/misc/
    2829
    29 checksums       md5     e365cdada811c57e172b24b62746ab7d \
    30                 sha1    11d8f418e31a85e5b5ad6b4cf98f3c1b5c19ddb2 \
    31                 rmd160  e8f9c1da433aadcbc18ab216445466388c0e331a
     30checksums           sha256  9037b49ffde13a228ce4ffadd3de8320580f84a0cd8ac14b2fd74757f1fb4b26 \
     31                    rmd160  e8f9c1da433aadcbc18ab216445466388c0e331a
    3232
    3333depends_lib     port:libpcap \
    3434                port:openssl \
     
    6868
    6969variant zenmap description {build zenmap in addition to nmap} {
    7070                        configure.args-delete --without-zenmap
    71                         configure.python ${prefix}/bin/python2.5
    72                         depends_lib-append port:py25-gtk
     71                        configure.python ${prefix}/bin/python2.7
     72                        depends_lib-append port:py27-gtk
    7373                }