Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 36432

Show
Ignore:
Timestamp:
05/01/08 13:40:16 (7 months ago)
Author:
ecronin@…
Message:

net/hdhomerun: Update to 20080430 tool and 20080427 firmware file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/hdhomerun/Portfile

    r35294 r36432  
    44 
    55name                hdhomerun 
    6 version             20080305 
     6version             20080430 
     7set firm_version    20080427 
    78categories          net multimedia 
    89platforms           darwin 
     
    1617distname            lib${name}_${version} 
    1718extract.suffix      .tgz 
    18 distfiles-append    ${name}_firmware_${version}.bin 
     19distfiles-append    ${name}_firmware_${firm_version}.bin 
    1920extract.only        ${distname}${extract.suffix} 
    2021worksrcdir          lib${name} 
    2122checksums           ${distname}${extract.suffix} \ 
    22                         md5 19489d8a8588b7826c1b3f2f70dcfa59 \ 
    23                         sha1 d5b1bc01c3c604a22b5be2f868e151135afe0776 \ 
    24                         rmd160 f1e0393948fd86cd6bd3f4baa1e80c8aaf181563 \ 
    25                     ${name}_firmware_${version}.bin \ 
    26                         md5 c00e35da3a97a68bf7c9c9fa661cd22d \ 
    27                         sha1 3b3e5bbdf4b02ef8821720b2efb1896fa260a8af \ 
    28                         rmd160 ad43d7d9c7834cb2eb72d159796bd806365807d4 
     23                        md5 c04626fc46727adcdbd10bcef2e577e0 \ 
     24                        sha1 4f858896755003ce9ef4593d7e34b02087f7013a \ 
     25                        rmd160 14ae37f60aa758c61d80f1d3c012e6b343df85de \ 
     26                    ${name}_firmware_${firm_version}.bin \ 
     27                        md5 63efcc22bd5a5ef155e1ecc2a1376b38 \ 
     28                        sha1 cf3ddc798c52a18c8c0d3f9d1f7305c7e99e3cd9 \ 
     29                        rmd160 c0005ab24f9b31d1130c9351c7959c0c9e80adf3 
    2930 
    3031livecheck.check     regex 
     
    4041        ${destroot}${prefix}/bin/hdhomerun_config 
    4142    xinstall -d -m 0755 ${destroot}${prefix}/share/${name}/ 
    42     xinstall -m 0644 ${distpath}/${name}_firmware_${version}.bin \ 
    43         ${destroot}${prefix}/share/${name}/${name}_firmware_${version}.bin 
     43    xinstall -m 0644 ${distpath}/${name}_firmware_${firm_version}.bin \ 
     44        ${destroot}${prefix}/share/${name}/${name}_firmware_${firm_version}.bin 
    4445    xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}/ 
    4546    xinstall -m 0644 ${worksrcpath}/README \ 
     
    4950post-activate { 
    5051    ui_msg "to upgrade device firmware run:" 
    51     ui_msg "     hdhomerun_config <id> upgrade ${prefix}/share/${name}/${name}_firmware_${version}.bin" 
     52    ui_msg "     hdhomerun_config <id> upgrade ${prefix}/share/${name}/${name}_firmware_${firm_version}.bin" 
    5253} 
    5354