[85003] trunk/dports/perl/p5-autodia/Portfile

snc at macports.org snc at macports.org
Thu Oct 6 20:20:24 PDT 2011


Revision: 85003
          http://trac.macports.org/changeset/85003
Author:   snc at macports.org
Date:     2011-10-06 20:20:21 -0700 (Thu, 06 Oct 2011)
Log Message:
-----------
p5-autodia: fix livecheck

Modified Paths:
--------------
    trunk/dports/perl/p5-autodia/Portfile

Modified: trunk/dports/perl/p5-autodia/Portfile
===================================================================
--- trunk/dports/perl/p5-autodia/Portfile	2011-10-07 01:29:02 UTC (rev 85002)
+++ trunk/dports/perl/p5-autodia/Portfile	2011-10-07 03:20:21 UTC (rev 85003)
@@ -31,6 +31,8 @@
     variant graphviz description {Build with graphviz support} {
         depends_lib-append    port:p${perl5.major}-graphviz
     }
+    livecheck.type      none
+} else {
+    livecheck.url       ${homepage}
+    livecheck.regex     version (\\d+\\.\\d+)
 }
-livecheck.url       ${homepage}
-livecheck.regex     version (\\d+\\.\\d+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111006/3e95dca0/attachment.html>


More information about the macports-changes mailing list