Ticket #46225: Portfile-net-snmp.diff

File Portfile-net-snmp.diff, 1.5 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    44PortSystem              1.0
    55
    66name                    net-snmp
    7 version                 5.7.2
    8 revision                4
     7version                 5.7.3
    98categories              net
    109license                 BSD
    1110platforms               darwin
     
    2322                        handle SNMP traps, a version of the unix 'netstat' \
    2423                        command using SNMP, a Tk/perl MIB browser.
    2524
    26 checksums               rmd160  392d643e9f2f42ee4fa688b4702329ad005ee12e \
    27                         sha256  09ed31b4cc1f3c0411ef9a16eff79ef3b30d89c32ca46d5a01a41826c4ceb816
     25checksums               rmd160  c5cf54d5723ee417e07f1f9fa3936aef505104a2 \
     26                        sha256  12ef89613c7707dc96d13335f153c1921efc9d61d3708ef09f3fc4a7014fb4f0
    2827
    2928post-extract {
    30     # darwin13.h does not exist in 5.7.2
     29    # darwin14.h does not exist in 5.7.3
    3130    # https://sourceforge.net/p/net-snmp/bugs/2504/
    32     copy ${worksrcpath}/include/net-snmp/system/darwin12.h ${worksrcpath}/include/net-snmp/system/darwin13.h
     31    copy ${worksrcpath}/include/net-snmp/system/darwin13.h ${worksrcpath}/include/net-snmp/system/darwin14.h
    3332}
    3433
    3534patchfiles              patch-configure.diff
    36 patchfiles-append       patch-include-net-snmp-system-darwin13.h.diff
    37 patchfiles-append       patch-5.7.2.1.diff
     35patchfiles-append       patch-include-net-snmp-system-darwin14.h.diff
    3836
    3937depends_lib             port:openssl \
    4038                        port:zlib \