[41958] trunk/dports/python/py25-tz/Portfile

nox at macports.org nox at macports.org
Wed Nov 12 07:38:55 PST 2008


Revision: 41958
          http://trac.macports.org/changeset/41958
Author:   nox at macports.org
Date:     2008-11-12 07:38:55 -0800 (Wed, 12 Nov 2008)
Log Message:
-----------
py25-tz: Updated to 2008i.

Modified Paths:
--------------
    trunk/dports/python/py25-tz/Portfile

Modified: trunk/dports/python/py25-tz/Portfile
===================================================================
--- trunk/dports/python/py25-tz/Portfile	2008-11-12 15:35:29 UTC (rev 41957)
+++ trunk/dports/python/py25-tz/Portfile	2008-11-12 15:38:55 UTC (rev 41958)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
@@ -5,10 +6,10 @@
 
 name            py25-tz
 set my_name     pytz
-version         2007k
+version         2008i
 categories      python devel
 platforms       darwin
-maintainers     nox
+maintainers     nox openmaintainer
 description     World Timezone Definitions for Python
 
 long_description \
@@ -21,18 +22,17 @@
 distname        ${my_name}-${version}
 use_bzip2       yes
 
-checksums       md5 2c790056738968c9cf7be397b6b5a4e5 \
-                sha1 f5e5da2ec946ad7a33ed9af28d2ec63329c9324a \
-                rmd160 7fa27ce75feaf876a3d4e645cb54f03db65eaeb1
+checksums       md5     5e076be3c465f8bb11bc79757ce136dc \
+                sha1    8cdec1446cfa38cbe3da1990bb12f23d9249f9cc \
+                rmd160  0d2cbd99b670026f26d0a05e3060db64fe70955a
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}-${version}
     xinstall -d ${destroot}${docdir}
-    xinstall -m 0644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \
+    xinstall -m 644 -W $worksrcpath CHANGES.txt LICENSE.txt README.txt \
         ${destroot}${docdir}
 }
 
 livecheck.check regex
 livecheck.url   ${master_sites}?C=M&O=D
 livecheck.regex ${my_name}-(\\d+\\w?)
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081112/c63f5f7d/attachment.html>


More information about the macports-changes mailing list