[79410] trunk/dports/php/php5-markdown/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jun 12 23:26:01 PDT 2011


Revision: 79410
          http://trac.macports.org/changeset/79410
Author:   ryandesign at macports.org
Date:     2011-06-12 23:26:01 -0700 (Sun, 12 Jun 2011)
Log Message:
-----------
php5-markdown: the extension name is discount.so... see #29798

Modified Paths:
--------------
    trunk/dports/php/php5-markdown/Portfile

Modified: trunk/dports/php/php5-markdown/Portfile
===================================================================
--- trunk/dports/php/php5-markdown/Portfile	2011-06-13 06:05:34 UTC (rev 79409)
+++ trunk/dports/php/php5-markdown/Portfile	2011-06-13 06:26:01 UTC (rev 79410)
@@ -3,17 +3,24 @@
 PortSystem      1.0
 PortGroup       php5extension 1.0
 
-php5extension.setup markdown 0.2.0 pecl
+php5extension.setup discount 0.2.0 pecl
+revision            1
+name                php5-markdown
 license         PHP
 categories      php textproc devel
 platforms       darwin
 maintainers     nomaintainer
+homepage            http://pecl.php.net/package/markdown/
+
 description     A fast Markdown parser
 
 long_description \
     Markdown is an extension to parse a Markdown text, from a string or a \
     file. It is fast and has a simple API.
 
+distname            markdown-${version}
+php5extension.ini   markdown.ini
+
 checksums       sha1    863722163c67aeed1a858c8e68426b43d31f7fea \
                 rmd160  c5d2e27758882e3edfaaab337f059be0dc215935
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110612/97c9bf64/attachment.html>


More information about the macports-changes mailing list