New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79410


Ignore:
Timestamp:
06/12/11 23:26:01 (4 years ago)
Author:
ryandesign@…
Message:

php5-markdown: the extension name is discount.so... see #29798

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/php/php5-markdown/Portfile

    r75421 r79410  
    44PortGroup       php5extension 1.0 
    55 
    6 php5extension.setup markdown 0.2.0 pecl 
     6php5extension.setup discount 0.2.0 pecl 
     7revision            1 
     8name                php5-markdown 
    79license         PHP 
    810categories      php textproc devel 
    911platforms       darwin 
    1012maintainers     nomaintainer 
     13homepage            http://pecl.php.net/package/markdown/ 
     14 
    1115description     A fast Markdown parser 
    1216 
     
    1418    Markdown is an extension to parse a Markdown text, from a string or a \ 
    1519    file. It is fast and has a simple API. 
     20 
     21distname            markdown-${version} 
     22php5extension.ini   markdown.ini 
    1623 
    1724checksums       sha1    863722163c67aeed1a858c8e68426b43d31f7fea \ 
Note: See TracChangeset for help on using the changeset viewer.