Changeset 36432
- Timestamp:
- 05/01/08 13:40:16 (7 months ago)
- Files:
-
- 1 modified
-
trunk/dports/net/hdhomerun/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/hdhomerun/Portfile
r35294 r36432 4 4 5 5 name hdhomerun 6 version 20080305 6 version 20080430 7 set firm_version 20080427 7 8 categories net multimedia 8 9 platforms darwin … … 16 17 distname lib${name}_${version} 17 18 extract.suffix .tgz 18 distfiles-append ${name}_firmware_${ version}.bin19 distfiles-append ${name}_firmware_${firm_version}.bin 19 20 extract.only ${distname}${extract.suffix} 20 21 worksrcdir lib${name} 21 22 checksums ${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 ad43d7d9c7834cb2eb72d159796bd806365807d423 md5 c04626fc46727adcdbd10bcef2e577e0 \ 24 sha1 4f858896755003ce9ef4593d7e34b02087f7013a \ 25 rmd160 14ae37f60aa758c61d80f1d3c012e6b343df85de \ 26 ${name}_firmware_${firm_version}.bin \ 27 md5 63efcc22bd5a5ef155e1ecc2a1376b38 \ 28 sha1 cf3ddc798c52a18c8c0d3f9d1f7305c7e99e3cd9 \ 29 rmd160 c0005ab24f9b31d1130c9351c7959c0c9e80adf3 29 30 30 31 livecheck.check regex … … 40 41 ${destroot}${prefix}/bin/hdhomerun_config 41 42 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}.bin43 xinstall -m 0644 ${distpath}/${name}_firmware_${firm_version}.bin \ 44 ${destroot}${prefix}/share/${name}/${name}_firmware_${firm_version}.bin 44 45 xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}/ 45 46 xinstall -m 0644 ${worksrcpath}/README \ … … 49 50 post-activate { 50 51 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" 52 53 } 53 54

