[26119] trunk/dports/net/hdhomerun/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 12 19:39:01 PDT 2007


Revision: 26119
          http://trac.macosforge.org/projects/macports/changeset/26119
Author:   boeyms at macports.org
Date:     2007-06-12 19:39:01 -0700 (Tue, 12 Jun 2007)

Log Message:
-----------
net/hdhomerun:
 * Apply maintainer patch to update to latest version (closes #11957).

Modified Paths:
--------------
    trunk/dports/net/hdhomerun/Portfile

Modified: trunk/dports/net/hdhomerun/Portfile
===================================================================
--- trunk/dports/net/hdhomerun/Portfile	2007-06-13 01:16:27 UTC (rev 26118)
+++ trunk/dports/net/hdhomerun/Portfile	2007-06-13 02:39:01 UTC (rev 26119)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                hdhomerun
-version             20070423
+version             20070512
 categories          net multimedia
 platforms           darwin
 
@@ -15,17 +15,17 @@
 master_sites        http://download.silicondust.com/hdhomerun
 distname            lib${name}_${version}
 extract.suffix      .tgz
-distfiles-append    ${name}_firmware_20070423.bin
+distfiles-append    ${name}_firmware_20070512.bin
 extract.only        ${distname}${extract.suffix}
 worksrcdir          lib${name}
 checksums           ${distname}${extract.suffix} \
-                        md5 06a3f5ddfdad5f19672463202f4c62f2 \
-                        sha1 94a059a1c0b7a5ff1dc662952422fd2d9e680994 \
-                        rmd160 342083addeefd6e43010b276e9e03acac1cd61e2 \
-                    ${name}_firmware_20070423.bin \
-                        md5 0c5168d9e1b1ad5cd6bcf5d74a922d21 \
-                        sha1 13c0f8d1473e68c29ca8cd862e3de49565dd5874 \
-                        rmd160 9d1a963a540f59d16231a12f00761198eea0562e
+                        md5 9b53ec2c0391290ee25307ba345e1c05 \
+                        sha1 f37c58bc49a83e9cb49cde57e28dc31519cef01c \
+                        rmd160 0836472387a3350d136b294f41d781e0b95c89ad \
+                    ${name}_firmware_20070512.bin \
+                        md5 75995fa371021b9babe17c383244f713 \
+                        sha1 58d63f1cff0ab7b930eebc9725c3d637640ac17a \
+                        rmd160 b3b451a3a3dab3e1661b07b858b1f6b9bf05fc4a
 
 livecheck.check     regex
 livecheck.url       http://www.silicondust.com/wiki/downloads
@@ -38,11 +38,12 @@
     xinstall -m 0755 ${worksrcpath}/hdhomerun_config \
         ${destroot}${prefix}/bin/hdhomerun_config
     xinstall -d -m 0755 ${destroot}${prefix}/share/${name}/
-    xinstall -m 0644 ${distpath}/${name}_firmware_20070423.bin \
-        ${destroot}${prefix}/share/${name}/${name}_firmware_20070423.bin
+    xinstall -m 0644 ${distpath}/${name}_firmware_20070512.bin \
+        ${destroot}${prefix}/share/${name}/${name}_firmware_20070512.bin
 }
 
 post-activate {
-    ui_msg "to upgrade device firmware run:\n    hdhomerun_config <id> upgrade ${prefix}/share/${name}/${name}_firmware_20070423.bin"
+    ui_msg "to upgrade device firmware run:"
+    ui_msg "     hdhomerun_config <id> upgrade ${prefix}/share/${name}/${name}_firmware_20070512.bin"
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070612/89d50829/attachment.html


More information about the macports-changes mailing list