Revision
68386
Author
singingwolfboy@macports.org
Date
2010-06-02 14:52:05 -0700 (Wed, 02 Jun 2010)

Log Message

Updated py26-mustache to latest version

Modified Paths

Diff

Modified: trunk/dports/python/py26-mustache/Portfile (68385 => 68386)


--- trunk/dports/python/py26-mustache/Portfile	2010-06-02 21:47:57 UTC (rev 68385)
+++ trunk/dports/python/py26-mustache/Portfile	2010-06-02 21:52:05 UTC (rev 68386)
@@ -4,8 +4,8 @@
 PortGroup           python26 1.0
 
 name                py26-mustache
-set mod_name        pystache
-version             0.2.0
+set real_name       pystache
+version             0.3.1
 categories-append   www
 platforms           darwin
 maintainers         singingwolfboy openmaintainer
@@ -15,9 +15,9 @@
     Inspired by ctemplate and et, Mustache is a framework-agnostic way \
     to render logic-free views.
 
-master_sites        http://pypi.python.org/packages/source/p/${mod_name}/
-distname            ${mod_name}-${version}
-checksums           md5     e5c514f20ec4199307a813e732d0fbf6 \
-                    sha1    299ae6c43d4fd9c72160d3ab5c42913f19badef2 \
-                    rmd160  06211ee4e621ec9f16308ac4b64d5ff5a1d01a61
+master_sites        http://pypi.python.org/packages/source/p/${real_name}/
+distname            ${real_name}-${version}
+checksums           md5     f37d4420f00039843f29a4900ff52131 \
+                    sha1    829b5fc7c9819999ddd58fd9d681f776494c2e04 \
+                    rmd160  e26573c9ffc9a9543e9508344e9d36702288085c
                     
\ No newline at end of file