[60460] trunk/dports/python/py26-mako/Portfile

snc at macports.org snc at macports.org
Thu Nov 12 16:35:58 PST 2009


Revision: 60460
          http://trac.macports.org/changeset/60460
Author:   snc at macports.org
Date:     2009-11-12 16:35:56 -0800 (Thu, 12 Nov 2009)
Log Message:
-----------
updated version, ticket #22420. missing dependency on setuptools. maintainer timeout.

Modified Paths:
--------------
    trunk/dports/python/py26-mako/Portfile

Modified: trunk/dports/python/py26-mako/Portfile
===================================================================
--- trunk/dports/python/py26-mako/Portfile	2009-11-13 00:23:22 UTC (rev 60459)
+++ trunk/dports/python/py26-mako/Portfile	2009-11-13 00:35:56 UTC (rev 60460)
@@ -5,7 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-mako
-version				0.2.4
+version				0.2.5
 categories-append   www
 maintainers			akitada
 description         A super-fast templating language that borrows \
@@ -26,14 +26,15 @@
                     Python calling and scoping semantics.
 
 platforms           darwin
+depends_build       port:py26-setuptools
 
 homepage            http://www.makotemplates.org/
 master_sites        http://cheeseshop.python.org/packages/source/M/Mako/
 distname            Mako-${version}
 
-checksums           md5 f1a3d79bb79f6787e6d5c70dfd1c8ff8 \
-                    sha1 324d8668ce50c5a59e02eed68e910ae68c7b62bb \
-                    rmd160 cddcbf5cf4d892193676166cd40b6745deb98cf6 \
+checksums           md5     d8ca783630dc5e93970a2075532fa643 \
+                    sha1    b3e4d48c30b5a2d273959e3921de428772f2acb4 \
+                    rmd160  53341654526e5636d3eb3c5472bf53446d82dfad
 
 post-destroot {
     foreach bin [glob -tails -directory ${destroot}${python.prefix}/bin *] {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091112/c373e2b2/attachment-0001.html>


More information about the macports-changes mailing list