[127384] trunk/dports/python/py-libxml2/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Oct 26 10:45:29 PDT 2014


Revision: 127384
          https://trac.macports.org/changeset/127384
Author:   mcalhoun at macports.org
Date:     2014-10-26 10:45:29 -0700 (Sun, 26 Oct 2014)
Log Message:
-----------
py-libxml2: Allow subports to check for updates.

Modified Paths:
--------------
    trunk/dports/python/py-libxml2/Portfile

Modified: trunk/dports/python/py-libxml2/Portfile
===================================================================
--- trunk/dports/python/py-libxml2/Portfile	2014-10-26 17:42:26 UTC (rev 127383)
+++ trunk/dports/python/py-libxml2/Portfile	2014-10-26 17:45:29 UTC (rev 127384)
@@ -46,9 +46,8 @@
       xinstall -m 644 -W ${worksrcpath} README TODO \
         ${destroot}${docdir}
     }
-    livecheck.type  none
-} else {
-    livecheck.type  regex
-    livecheck.url   http://www.xmlsoft.org/news.html
-    livecheck.regex {<h3>(\d+(?:\.\d+)*): .*</h3>}
 }
+
+livecheck.type  regex
+livecheck.url   http://www.xmlsoft.org/news.html
+livecheck.regex {<h3>(\d+(?:\.\d+)*): .*</h3>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141026/b4d74f9f/attachment.html>


More information about the macports-changes mailing list