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

arthurk at macports.org arthurk at macports.org
Fri Oct 16 02:22:36 PDT 2009


Revision: 59537
          http://trac.macports.org/changeset/59537
Author:   arthurk at macports.org
Date:     2009-10-16 02:22:27 -0700 (Fri, 16 Oct 2009)
Log Message:
-----------
Update version; Fix symlink; Fixes #22095

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

Modified: trunk/dports/python/py26-markdown/Portfile
===================================================================
--- trunk/dports/python/py26-markdown/Portfile	2009-10-16 08:48:54 UTC (rev 59536)
+++ trunk/dports/python/py26-markdown/Portfile	2009-10-16 09:22:27 UTC (rev 59537)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 PortGroup           python26 1.0
 name                py26-markdown
-version             2.0.1
+version             2.0.3
 categories-append   textproc
 maintainers         openmaintainer arthurk
 description         Python implementation of Markdown
@@ -15,13 +15,13 @@
 master_sites        http://pypi.python.org/packages/source/M/Markdown/
 distname            Markdown-${version}
 
-checksums           md5     bfdb2171faeb410d6099653da90b9bf7 \
-                    sha1    5cd8485a29ee2185470e356a08fad9d1fdec8211 \
-                    rmd160  dcf9e8f54073c0193279c0eea2afd3959a8e8e9e
+checksums           md5     751e8055be2433dfd1a82e0fb1b12f13 \
+                    sha1    ce2848c60434a7c727c162ca5683998eb6d222c3 \
+                    rmd160  fd3b0d634a8e066c48de8bab6141662e21d935a7
 
 post-destroot {
-    ln -s ${python.prefix}/bin/markdown.py \
-        ${destroot}${prefix}/bin/markdown.py-${python.branch}
+    ln -s ${python.prefix}/bin/markdown \
+        ${destroot}${prefix}/bin/markdown-${python.branch}
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091016/901179d1/attachment.html>


More information about the macports-changes mailing list