[104193] trunk/dports/devel/libftdi/Portfile

snc at macports.org snc at macports.org
Wed Mar 20 07:22:55 PDT 2013


Revision: 104193
          https://trac.macports.org/changeset/104193
Author:   snc at macports.org
Date:     2013-03-20 07:22:55 -0700 (Wed, 20 Mar 2013)
Log Message:
-----------
libftdi: fix livecheck

Modified Paths:
--------------
    trunk/dports/devel/libftdi/Portfile

Modified: trunk/dports/devel/libftdi/Portfile
===================================================================
--- trunk/dports/devel/libftdi/Portfile	2013-03-20 14:18:41 UTC (rev 104192)
+++ trunk/dports/devel/libftdi/Portfile	2013-03-20 14:22:55 UTC (rev 104193)
@@ -31,6 +31,7 @@
     distname            libftdi-${version}
     checksums           rmd160  7406f831a6d7b3ccf8e246504f7275a5208f94e9 \
                         sha256  3176d5b5986438f33f5208e690a8bfe90941be501cc0a72118ce3d338d4b838e
+    livecheck.regex     "(?i)<title>libftdi (0(\\.\\d+)+)</title>"
 }
 
 subport             libftdi1 {
@@ -45,3 +46,7 @@
     checksums           rmd160  288ca78807455be6c2625a98cc5b313638d7a903 \
                         sha256  7290fd38208d8c00d25ed13ce172aaa0403b37148080e4a33a99837022d2b321
 }
+
+if {${subport} == ${name}} {
+    livecheck.type      none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130320/8593e1ef/attachment.html>


More information about the macports-changes mailing list