Ticket #43256: patch-tftp-hpa-Portfile.diff

File patch-tftp-hpa-Portfile.diff, 1.1 KB (added by jul_bsd@…, 10 years ago)
  • net/tftp-hpa/Portfile

    old new  
    33PortSystem 1.0
    44
    55name            tftp-hpa
    6 version         0.48
    7 revision        2
     6version         5.2
    87categories      net
    98maintainers     markd
    109description     Enhanced port of the BSD TFTP server
     
    1514                pretty much any modern Unix variant.
    1615
    1716homepage        http://www.kernel.org/pub/software/network/tftp/
    18 master_sites    ${homepage}
     17master_sites    ${homepage}/tftp-hpa/
    1918use_bzip2       yes
    20 checksums       md5 f2e0a1ca0c49ae46ecad26a54df3e887
     19
     20checksums           rmd160  dc3935af75f2919c55cac6c04b61488af425918c \
     21                    sha256  0a9f88d4c1c02687b4853b02ab5dd8779d4de4ffdb9b2e5c9332841304d1a269
     22
     23patchfiles          patch-tftpd-recvfrom.c.diff
     24
     25depends_lib         port:readline port:ncurses
    2126
    2227set tftp-root   ${prefix}/var/${name}/
    2328
     
    5560}
    5661
    5762# tftp-ha setup instructions
    58 post-install {
    59         ui_msg "\n
     63notes "
    6064
    6165***** Setup Instructions *****
    6266
     
    8286file and replace the one installed by MacPorts in /Library/LaunchDaemons.  You
    8387may use /System/Library/LaunchDaemons/tftp.plist as a template.
    8488
    85 \n"
    86 }
     89"
    8790