[76090] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Thu Feb 17 23:18:25 PST 2011


Revision: 76090
          http://trac.macports.org/changeset/76090
Author:   ryandesign at macports.org
Date:     2011-02-17 23:18:20 -0800 (Thu, 17 Feb 2011)
Log Message:
-----------
py*-urwid: update to 0.9.9.1 and fix livecheck; see #28406

Modified Paths:
--------------
    trunk/dports/python/py-urwid/Portfile
    trunk/dports/python/py26-urwid/Portfile

Modified: trunk/dports/python/py-urwid/Portfile
===================================================================
--- trunk/dports/python/py-urwid/Portfile	2011-02-18 06:25:48 UTC (rev 76089)
+++ trunk/dports/python/py-urwid/Portfile	2011-02-18 07:18:20 UTC (rev 76090)
@@ -4,7 +4,7 @@
 PortGroup python24 1.0
 
 name			py-urwid
-version			0.9.8
+version			0.9.9.1
 categories		python
 platforms		darwin
 maintainers		nomaintainer
@@ -17,8 +17,10 @@
 homepage		http://excess.org/urwid/
 master_sites	${homepage}
 distname		urwid-${version}
-checksums		sha1 4012598cfa674747161ba726123537946d6f5d1f
 
+checksums       sha1    7430e84a43d603717944d4f0d4489d90c0d59c1c \
+                rmd160  30943471f6d6ed8ec3ff777394da2eb74cd94ea0
+
 post-destroot {
 	xinstall -m 644 ${worksrcpath}/reference.html \
 		${destroot}${prefix}/share/doc/${name}
@@ -26,6 +28,5 @@
 		${destroot}${prefix}/share/doc/${name}/examples
 }
 
-livecheck.type	freshmeat
-livecheck.name	python-urwid
-
+livecheck.type  regex
+livecheck.regex {urwid-([0-9.]+)\.tar}

Modified: trunk/dports/python/py26-urwid/Portfile
===================================================================
--- trunk/dports/python/py26-urwid/Portfile	2011-02-18 06:25:48 UTC (rev 76089)
+++ trunk/dports/python/py26-urwid/Portfile	2011-02-18 07:18:20 UTC (rev 76090)
@@ -4,7 +4,7 @@
 PortGroup python26 1.0
 
 name			py26-urwid
-version			0.9.8.4
+version			0.9.9.1
 categories		python
 platforms		darwin
 maintainers		nomaintainer
@@ -17,8 +17,10 @@
 homepage		http://excess.org/urwid/
 master_sites	${homepage}
 distname		urwid-${version}
-checksums		sha1 a4307aa08895a647feec1099658e87ab1595f5c0
 
+checksums       sha1    7430e84a43d603717944d4f0d4489d90c0d59c1c \
+                rmd160  30943471f6d6ed8ec3ff777394da2eb74cd94ea0
+
 post-destroot {
 	xinstall -m 644 ${worksrcpath}/reference.html \
 		${destroot}${prefix}/share/doc/${name}
@@ -26,6 +28,5 @@
 		${destroot}${prefix}/share/doc/${name}/examples
 }
 
-livecheck.type	freshmeat
-livecheck.name	python-urwid
-
+livecheck.type  regex
+livecheck.regex {urwid-([0-9.]+)\.tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110217/6cc88b75/attachment.html>


More information about the macports-changes mailing list