Revision
116548
Author
g5pw@macports.org
Date
2014-01-28 03:30:44 -0800 (Tue, 28 Jan 2014)

Log Message

python/py-taskw:
  update to 0.7.2
  remove livecheck for pyXX- ports

Modified Paths

Diff

Modified: trunk/dports/python/py-taskw/Portfile (116547 => 116548)


--- trunk/dports/python/py-taskw/Portfile	2014-01-28 11:11:04 UTC (rev 116547)
+++ trunk/dports/python/py-taskw/Portfile	2014-01-28 11:30:44 UTC (rev 116548)
@@ -4,7 +4,7 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        ralphbean taskw 0.6.1
+github.setup        ralphbean taskw 0.7.2
 name                py-${name}
 maintainers         g5pw openmaintainer
 
@@ -24,6 +24,8 @@
     depends_lib         port:py${python.version}-six
     depends_run         port:task
 
-    checksums           rmd160  de6937931f807bb2aa1601b1cd2ba66228bd8e34 \
-                        sha256  bcdd98c3df2bf1e2d8d759a1ae1f14c0366e9c950cb5c88c68671805a1eb3d40
+    checksums           rmd160  f7cf9f59712c309b9b32134a1c2d352d28000d49 \
+                        sha256  4838d0c868254e338806df857065be41802011d851279b6ae2b197cbafbd5a59
+
+    livecheck.type      none
 }