[94101] trunk/dports/python/py-iso8601/Portfile

stromnov at macports.org stromnov at macports.org
Sat Jun 9 04:03:03 PDT 2012


Revision: 94101
          https://trac.macports.org/changeset/94101
Author:   stromnov at macports.org
Date:     2012-06-09 04:03:03 -0700 (Sat, 09 Jun 2012)
Log Message:
-----------
py-iso8601: fix depends

Modified Paths:
--------------
    trunk/dports/python/py-iso8601/Portfile

Modified: trunk/dports/python/py-iso8601/Portfile
===================================================================
--- trunk/dports/python/py-iso8601/Portfile	2012-06-09 11:02:40 UTC (rev 94100)
+++ trunk/dports/python/py-iso8601/Portfile	2012-06-09 11:03:03 UTC (rev 94101)
@@ -6,7 +6,7 @@
 
 name                py-iso8601
 version             0.1.4
-revision            1
+revision            2
 categories-append   devel
 license             MIT
 platforms           darwin
@@ -22,15 +22,14 @@
 
 distname            iso8601-${version}
 
-checksums           md5     f63c17a1786b9fe48d05b43d61970f85 \
-                    sha1    91af50a59c7af07b59ec7dbd2dd3e4f6cd2a8c0d \
-                    rmd160  5783da9bf409c23afd90c286465948af9c12dc1b
+checksums           rmd160  5783da9bf409c23afd90c286465948af9c12dc1b \
+                    sha256  7a28ccdfb316960431aa7f589f71cb10e0675917e36f6d718d9c03ec6e97f60d
 
 python.default_version  27
 python.versions     26 27
 
 if {$subport != $name} {
-    depends_build   port:py${python.version}-distribute
+    depends_build-append    port:py${python.version}-distribute
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120609/31a7c8ba/attachment-0001.html>


More information about the macports-changes mailing list