Ticket #12087: Portfile.patch

File Portfile.patch, 836 bytes (added by mschout@…, 17 years ago)
  • Portfile

    old new  
    44PortGroup python24 1.0
    55
    66name                    py-zsi
    7 version                 1.7
     7version                 2.0
    88categories              python net
    99platforms               darwin
    1010maintainers             nomaintainer@macports.org
     
    1919homepage                http://pywebsvcs.sourceforge.net/
    2020master_sites    sourceforge:pywebsvcs
    2121distname                ZSI-${version}
    22 checksums               sha1 c4adeb4788e377404546bb79c5062d7a4199382b
     22checksums               sha1 e691d9610f04afad9cf62f7990cfd3b4df47ff01
     23
     24depends_lib-append      port:py-xml
    2325
    2426post-destroot   {
     27        # macports handles dependencies.  PyXML does not use setuptools.
     28        reinplace s|^PyXML.*||g $destroot/$prefix/lib/python2.4/site-packages/ZSI-${version}-py2.4.egg-info/requires.txt
    2529        xinstall -m 644 ${worksrcpath}/README \
    2630                ${destroot}${prefix}/share/doc/${name}
    2731}