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

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


Revision: 128766
          https://trac.macports.org/changeset/128766
Author:   larryv at macports.org
Date:     2014-11-27 02:04:48 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
py-icalendar: Drop extraneous variable

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:38 UTC (rev 128765)
+++ trunk/dports/python/py-icalendar/Portfile	2014-11-27 10:04:48 UTC (rev 128766)
@@ -7,7 +7,6 @@
 
 github.setup        collective icalendar 3.5
 name                py-icalendar
-set realname        icalendar
 categories          python
 platforms           darwin
 license             BSD
@@ -45,5 +44,5 @@
 }
 
 livecheck.type      regex
-livecheck.url       https://pypi.python.org/pypi/${realname}
-livecheck.regex     "${realname} (\\d+(?:\\.\\d+)*)"
+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/75a5f4fc/attachment-0001.html>


More information about the macports-changes mailing list