[63307] trunk/dports/python/py26-docutils/Portfile

jmr at macports.org jmr at macports.org
Mon Feb 1 07:30:21 PST 2010


Revision: 63307
          http://trac.macports.org/changeset/63307
Author:   jmr at macports.org
Date:     2010-02-01 07:30:18 -0800 (Mon, 01 Feb 2010)
Log Message:
-----------
py26-docutils: update to 0.6 (#23506), fix livecheck

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

Modified: trunk/dports/python/py26-docutils/Portfile
===================================================================
--- trunk/dports/python/py26-docutils/Portfile	2010-02-01 15:10:23 UTC (rev 63306)
+++ trunk/dports/python/py26-docutils/Portfile	2010-02-01 15:30:18 UTC (rev 63307)
@@ -5,8 +5,7 @@
 PortGroup python26 1.0
 
 name                py26-docutils
-version             0.5
-revision            1
+version             0.6
 categories-append   textproc
 maintainers         jmr openmaintainer
 description         A set of tools for processing plaintext documentation
@@ -21,10 +20,12 @@
 master_sites        sourceforge:docutils
 distname            docutils-${version}
 
-checksums           md5     dd72dac92fc8e3eb0f48c3effeef80f6 \
-                    sha1    70ca2dd94969ddf76217e5fe907b0b23f16cc199 \
-                    rmd160  3e8dfd2923528bbeac0ca33ccfe6f576c74f1886
+checksums           md5     5c615479a965bc773892f585e0e08119 \
+                    sha1    1b3bfc3bdf285c208dd0c29427fd6b096569aa92 \
+                    rmd160  627665526f25d93277b977c6bfdb1b3f0554d69a
 
+depends_lib         port:py26-roman
+
 # we want *-2.6.py not *.py-2.6
 python.link_binaries no
 post-destroot {
@@ -32,3 +33,6 @@
         ln -s ${python.prefix}/bin/${f}.py ${destroot}${prefix}/bin/${f}-2.6.py
     }
 }
+
+livecheck.url       http://sourceforge.net/api/file/index/project-id/38414/rss
+livecheck.regex     {docutils/([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100201/735b8cba/attachment.html>


More information about the macports-changes mailing list