Ticket #12055: dnspython.patch

File dnspython.patch, 1.1 KB (added by halley@…, 17 years ago)

update to 1.5.0

  • dports/python/py-dnspython/Portfile

     
    44PortGroup python24 1.0
    55
    66name                    py-dnspython
    7 version                 1.3.5
     7version                 1.5.0
    88categories              python net
    99platforms               darwin
    1010maintainers             nomaintainer@macports.org
     
    1515                                authenticated messages and EDNS0.
    1616
    1717homepage                http://www.dnspython.org/
    18 master_sites    ${homepage}/kits/stable/
     18master_sites            ${homepage}/kits/${version}/
    1919distname                dnspython-${version}
    20 checksums               md5 d086b05b70f7ab1b6308f29f2427623b
     20checksums               md5 8b9bfb32988d03e49cdf8b3de7c7e6df
    2121
    2222post-destroot   {
    2323        xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples
    2424        xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README TODO \
    2525                ${destroot}${prefix}/share/doc/${name}
    26         xinstall -m 644 -W ${worksrcpath}/examples mx.py name.py reverse.py \
     26        xinstall -m 644 -W ${worksrcpath}/examples ddns.py e164.py \
     27                mx.py name.py reverse.py reverse_name.py \
    2728                xfr.py ${destroot}${prefix}/share/doc/${name}/examples
    2829}