[128185] trunk/dports/python/py-apsw/Portfile

petr at macports.org petr at macports.org
Sat Nov 15 16:36:27 PST 2014


Revision: 128185
          https://trac.macports.org/changeset/128185
Author:   petr at macports.org
Date:     2014-11-15 16:36:27 -0800 (Sat, 15 Nov 2014)
Log Message:
-----------
py-apsw: correct livecheck

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

Modified: trunk/dports/python/py-apsw/Portfile
===================================================================
--- trunk/dports/python/py-apsw/Portfile	2014-11-16 00:35:39 UTC (rev 128184)
+++ trunk/dports/python/py-apsw/Portfile	2014-11-16 00:36:27 UTC (rev 128185)
@@ -42,8 +42,10 @@
         xinstall -m 644 -W ${worksrcpath}/doc/ apsw.html \
             ${destroot}${prefix}/share/doc/${subport}
     }
+
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   http://code.google.com/p/apsw/downloads/list
+    livecheck.regex {apsw-([0-9\.]+(-r1)?).zip}
 }
-
-livecheck.type  regex
-livecheck.url   http://code.google.com/p/apsw/downloads/list
-livecheck.regex {apsw-([0-9\.]+(-r1)?).zip}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141115/82f97b23/attachment.html>


More information about the macports-changes mailing list