[128223] trunk/dports/python/py-decoratortools/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Nov 16 12:29:14 PST 2014


Revision: 128223
          https://trac.macports.org/changeset/128223
Author:   khindenburg at macports.org
Date:     2014-11-16 12:29:14 -0800 (Sun, 16 Nov 2014)
Log Message:
-----------
py-decoratortools: fix homepage/master_site; add livecheck

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

Modified: trunk/dports/python/py-decoratortools/Portfile
===================================================================
--- trunk/dports/python/py-decoratortools/Portfile	2014-11-16 20:17:30 UTC (rev 128222)
+++ trunk/dports/python/py-decoratortools/Portfile	2014-11-16 20:29:14 UTC (rev 128223)
@@ -15,8 +15,8 @@
 long_description    ${description}
 platforms           darwin
 supported_archs     noarch
-homepage            http://cheeseshop.python.org/pypi/DecoratorTools
-master_sites        http://cheeseshop.python.org/packages/source/D/DecoratorTools/
+homepage            https://pypi.python.org/pypi/DecoratorTools
+master_sites        https://pypi.python.org/packages/source/D/DecoratorTools
 distname            DecoratorTools-${version}
 use_zip             yes
 checksums           md5 84df0a86aabec6a7d802439ffaa17585 \
@@ -31,4 +31,8 @@
         xinstall -m 644 -W ${worksrcpath} \
             README.txt ${destroot}${prefix}/share/doc/${subport}
     }
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     DecoratorTools-(\[0-9.\]+)${extract.suffix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141116/3f85fa10/attachment.html>


More information about the macports-changes mailing list