Ticket #12055: dnspython.patch
File dnspython.patch, 1.1 KB (added by halley@…, 17 years ago) |
---|
-
dports/python/py-dnspython/Portfile
4 4 PortGroup python24 1.0 5 5 6 6 name py-dnspython 7 version 1. 3.57 version 1.5.0 8 8 categories python net 9 9 platforms darwin 10 10 maintainers nomaintainer@macports.org … … 15 15 authenticated messages and EDNS0. 16 16 17 17 homepage http://www.dnspython.org/ 18 master_sites ${homepage}/kits/stable/18 master_sites ${homepage}/kits/${version}/ 19 19 distname dnspython-${version} 20 checksums md5 d086b05b70f7ab1b6308f29f2427623b20 checksums md5 8b9bfb32988d03e49cdf8b3de7c7e6df 21 21 22 22 post-destroot { 23 23 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples 24 24 xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README TODO \ 25 25 ${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 \ 27 28 xfr.py ${destroot}${prefix}/share/doc/${name}/examples 28 29 }