Ticket #9225: Portfile.patch
File Portfile.patch, 939 bytes (added by reddan@…, 18 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python24 1.0 5 5 6 6 name py-twisted 7 version 2. 2.07 version 2.4.0 8 8 categories python devel net 9 9 maintainers mww@opendarwin.org 10 10 description An event-based Python framework for internet applications … … 15 15 much more. 16 16 17 17 homepage http://www.twistedmatrix.com/ 18 master_sites http://tmrc.mit.edu/mirror/twisted/Twisted/2. 2/18 master_sites http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/ 19 19 distname Twisted-${version} 20 20 use_bzip2 yes 21 checksums sha1 fcce114624dfde91bc1c2358f905d3170e72ad6a21 checksums sha1 d605333f7ca3e2479a5dd31044e540ee40a54838 22 22 23 23 depends_lib-append port:py-zopeinterface 24 24 25 destroot.env "PYTHONPATH=\$PYTHONPATH:${destroot}/opt/local/lib/python2.4/site-packages" 26 27 build {}