[54285] trunk/dports/python/py26-markdown/Portfile

arthurk at macports.org arthurk at macports.org
Fri Jul 24 07:10:36 PDT 2009


Revision: 54285
          http://trac.macports.org/changeset/54285
Author:   arthurk at macports.org
Date:     2009-07-24 07:10:35 -0700 (Fri, 24 Jul 2009)
Log Message:
-----------
Updated py26-markdown to 2.0.1

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

Modified: trunk/dports/python/py26-markdown/Portfile
===================================================================
--- trunk/dports/python/py26-markdown/Portfile	2009-07-24 13:53:26 UTC (rev 54284)
+++ trunk/dports/python/py26-markdown/Portfile	2009-07-24 14:10:35 UTC (rev 54285)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 PortGroup           python26 1.0
 name                py26-markdown
-version             2.0
+version             2.0.1
 categories-append   textproc
 maintainers         openmaintainer arthurk
 description         Python implementation of Markdown
@@ -15,16 +15,13 @@
 master_sites        http://pypi.python.org/packages/source/M/Markdown/
 distname            Markdown-${version}
 
-checksums           md5     4db8d332f531de10370ebaf1d2615786 \
-                    sha1    967beb00d7d4a4b9a68f3872d0fe2a8ca3d23ffa \
-                    rmd160  852a91f31cb198c1da96558c93f6f70353b64bf0
+checksums           md5     bfdb2171faeb410d6099653da90b9bf7 \
+                    sha1    5cd8485a29ee2185470e356a08fad9d1fdec8211 \
+                    rmd160  dcf9e8f54073c0193279c0eea2afd3959a8e8e9e
 
 post-destroot {
-    move ${destroot}${python.prefix}/bin/markdown.py \
-        ${destroot}${python.prefix}/bin/markdown.py-${python.branch}
-
-    ln -s ${python.prefix}/bin/markdown.py-${python.branch} \
-        ${destroot}${prefix}/bin/
+    ln -s ${python.prefix}/bin/markdown.py \
+        ${destroot}${prefix}/bin/markdown.py-${python.branch}
 }
 
 livecheck.check     regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090724/b2a31b48/attachment.html>


More information about the macports-changes mailing list