New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16498: Portfile-py25-jinja.diff

File Portfile-py25-jinja.diff, 1.0 KB (added by info@…, 3 years ago)
  • Portfile

    old new  
    1 # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ 
     1# $Id: Portfile 39857 2008-09-09 00:02:31Z ryandesign@macports.org $ 
    22 
    33PortSystem          1.0 
    44PortGroup           python25 1.0 
    55 
    66name                py25-jinja 
    77version             1.2 
     8revision            1 
    89categories-append   devel 
    9 maintainers         wzoeterwoude.net:rick 
     10maintainers         rickvanderzwet.nl:info 
    1011description         Python based sandboxed template engine 
    1112long_description \ 
    1213    Jinja is a sandboxed template engine written in pure Python licensed\ 
     
    2425                    sha1 46fcf22ce2a1d432296ebfe16bcf11ce17f5c097 \ 
    2526                    rmd160 5b0a9ba2241e8ec6417b382384bbe3e1bf4dba8a 
    2627 
     28patchfiles          patch-setup.py.diff 
     29post-patch { 
     30   reinplace "s|@@NAME@@|${name}|g" ${worksrcpath}/setup.py 
     31} 
     32 
    2733depends_lib-append  port:py25-setuptools