[79335] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Thu Jun 9 10:55:08 PDT 2011


Revision: 79335
          http://trac.macports.org/changeset/79335
Author:   ryandesign at macports.org
Date:     2011-06-09 10:55:08 -0700 (Thu, 09 Jun 2011)
Log Message:
-----------
py-cherrypy3, py25-cherrypy3, py26-cherrypy3: fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py-cherrypy3/Portfile
    trunk/dports/python/py25-cherrypy3/Portfile
    trunk/dports/python/py26-cherrypy3/Portfile

Modified: trunk/dports/python/py-cherrypy3/Portfile
===================================================================
--- trunk/dports/python/py-cherrypy3/Portfile	2011-06-09 17:47:34 UTC (rev 79334)
+++ trunk/dports/python/py-cherrypy3/Portfile	2011-06-09 17:55:08 UTC (rev 79335)
@@ -28,3 +28,7 @@
     move ${destroot}${prefix}/lib/python2.4/site-packages/cherrypy/tutorial \
         ${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.type      regex
+livecheck.url       ${homepage}wiki/CherryPyDownload
+livecheck.regex     {cherrypy/([0-9.]+)/}

Modified: trunk/dports/python/py25-cherrypy3/Portfile
===================================================================
--- trunk/dports/python/py25-cherrypy3/Portfile	2011-06-09 17:47:34 UTC (rev 79334)
+++ trunk/dports/python/py25-cherrypy3/Portfile	2011-06-09 17:55:08 UTC (rev 79335)
@@ -22,3 +22,7 @@
 checksums           md5 3a37c6eae833324897f298191ff11ae2 \
                     sha1 0a8aace00ea28adc05edd41e20dd910042e6d265 \
                     rmd160 1d5975ade0b511ad5f116c398938c87ce38d323f
+
+livecheck.type      regex
+livecheck.url       ${homepage}wiki/CherryPyDownload
+livecheck.regex     {cherrypy/([0-9.]+)/}

Modified: trunk/dports/python/py26-cherrypy3/Portfile
===================================================================
--- trunk/dports/python/py26-cherrypy3/Portfile	2011-06-09 17:47:34 UTC (rev 79334)
+++ trunk/dports/python/py26-cherrypy3/Portfile	2011-06-09 17:55:08 UTC (rev 79335)
@@ -22,3 +22,7 @@
 checksums           md5 15c60b3a91886b9a304d366fba93669c \
                     sha1 a94aedfd0e675858dbcc32dd250c23d285ee9b88 \
                     rmd160 43a34bc7454da21b597c60124ff0fc61b8dc3e31
+
+livecheck.type      regex
+livecheck.url       ${homepage}wiki/CherryPyDownload
+livecheck.regex     {cherrypy/([0-9.]+)/}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110609/5455312f/attachment.html>


More information about the macports-changes mailing list