Ticket #9225: Portfile.patch

File Portfile.patch, 939 bytes (added by reddan@…, 18 years ago)

Patch for twisted-2.4.0 Portfile

  • Portfile

    old new  
    44PortGroup python24 1.0
    55
    66name                    py-twisted
    7 version                 2.2.0
     7version                 2.4.0
    88categories              python devel net
    99maintainers             mww@opendarwin.org
    1010description             An event-based Python framework for internet applications
     
    1515                                much more.
    1616
    1717homepage                http://www.twistedmatrix.com/
    18 master_sites    http://tmrc.mit.edu/mirror/twisted/Twisted/2.2/
     18master_sites    http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/
    1919distname                Twisted-${version}
    2020use_bzip2               yes
    21 checksums               sha1 fcce114624dfde91bc1c2358f905d3170e72ad6a
     21checksums               sha1 d605333f7ca3e2479a5dd31044e540ee40a54838
    2222
    2323depends_lib-append      port:py-zopeinterface
    2424
     25destroot.env    "PYTHONPATH=\$PYTHONPATH:${destroot}/opt/local/lib/python2.4/site-packages"
     26
     27build           {}