New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20825: Portfile-mod_wsgi2.6.diff

File Portfile-mod_wsgi2.6.diff, 1.2 KB (added by jerome.caffaro@…, 4 years ago)
  • /Users/jerome/

    old new  
    33PortSystem 1.0 
    44 
    55name            mod_wsgi 
    6 version         1.1 
     6version         2.6 
    77revision        1 
    88categories      www python 
    99platforms       darwin 
     
    1616mod_python or alternative FASTCGI/SCGI/CGI based solutions. 
    1717 
    1818homepage        http://www.modwsgi.org/ 
    19 master_sites    http://modwsgi.googlecode.com/files/ 
    20 checksums       md5 40b56807c8b685133fede6b59c32600f \ 
    21                 sha1 a82e79d5d429dba64ef1e0d65b502577f0434649 
    22                  
     19fetch.type      svn 
     20svn.url         http://modwsgi.googlecode.com/svn/branches/mod_wsgi-2.X 
     21svn.tag         1409 
     22worksrcdir      ${name} 
    2323depends_lib     port:apache2 port:python24 
    24  
    25 patchfiles      patch-configure.diff 
    26  
    27 configure.args \ 
    28                 --with-apxs=${prefix}/apache2/bin/apxs \ 
    29                 --with-python=${prefix}/bin/python2.4 
     24configure.args          --prefix=${prefix} \ 
     25                        --with-apxs=${prefix}/apache2/bin/apxs \ 
     26                        --with-python=${prefix}/bin/python2.4 
    3027 
    3128destroot.violate_mtree yes 
    3229pre-destroot {