Ticket #20825: Portfile-mod_wsgi2.6.diff
File Portfile-mod_wsgi2.6.diff, 1.2 KB (added by jerome.caffaro@…, 15 years ago) |
---|
-
/Users/jerome/
old new 3 3 PortSystem 1.0 4 4 5 5 name mod_wsgi 6 version 1.16 version 2.6 7 7 revision 1 8 8 categories www python 9 9 platforms darwin … … 16 16 mod_python or alternative FASTCGI/SCGI/CGI based solutions. 17 17 18 18 homepage http://www.modwsgi.org/ 19 master_sites http://modwsgi.googlecode.com/files/ 20 checksums md5 40b56807c8b685133fede6b59c32600f \ 21 sha1 a82e79d5d429dba64ef1e0d65b502577f043464922 19 fetch.type svn 20 svn.url http://modwsgi.googlecode.com/svn/branches/mod_wsgi-2.X 21 svn.tag 1409 22 worksrcdir ${name} 23 23 depends_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 24 configure.args --prefix=${prefix} \ 25 --with-apxs=${prefix}/apache2/bin/apxs \ 26 --with-python=${prefix}/bin/python2.4 30 27 31 28 destroot.violate_mtree yes 32 29 pre-destroot {