[128767] trunk/dports/python/py-icalendar/Portfile

larryv at macports.org larryv at macports.org
Thu Nov 27 02:04:59 PST 2014


Revision: 128767
          https://trac.macports.org/changeset/128767
Author:   larryv at macports.org
Date:     2014-11-27 02:04:59 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
py-icalendar: Clean up livecheck

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

Modified: trunk/dports/python/py-icalendar/Portfile
===================================================================
--- trunk/dports/python/py-icalendar/Portfile	2014-11-27 10:04:48 UTC (rev 128766)
+++ trunk/dports/python/py-icalendar/Portfile	2014-11-27 10:04:59 UTC (rev 128767)
@@ -41,8 +41,9 @@
                 changelog.rst credits.rst \
                 ${destroot}${prefix}/share/doc/${subport}
     }
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   https://pypi.python.org/pypi/icalendar
+    livecheck.regex {icalendar (\d+(?:\.\d+)*)}
 }
-
-livecheck.type      regex
-livecheck.url       https://pypi.python.org/pypi/icalendar
-livecheck.regex     "icalendar (\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/c6d9e4e6/attachment.html>


More information about the macports-changes mailing list