Ticket #24425: Portfile-py26-scapy.diff
File Portfile-py26-scapy.diff, 1.2 KB (added by news@…, 15 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python26 1.0 6 6 7 7 name py26-scapy 8 version 2.1. 08 version 2.1.1 9 9 categories net security python 10 10 platforms darwin 11 11 maintainers pmq … … 28 28 master_sites ${homepage}/files/ 29 29 distname scapy-${version} 30 30 31 checksums md5 357b5b21ea3b4f289a326c0905b715c1\32 sha1 e507bc0f2a32d209f321580c9338d2ceb72ab93a\33 rmd160 caca42e89c87c07a2dbe399dd4e5924cefdff48a31 checksums md5 7b4452786788cb75ade841c30276a2d3 \ 32 sha1 c82236970bf93e00d0f5d4d165f410745e648d95 \ 33 rmd160 d368795789458344ad771834de7188974a4db252 34 34 35 35 depends_lib-append port:py26-pylibpcap \ 36 36 port:py26-libdnet port:py26-crypto \ … … 41 41 ln -s ${python.prefix}/share/man/man1/scapy.1.gz \ 42 42 ${destroot}${prefix}/share/man/man1/scapy-${python.branch}.1.gz 43 43 } 44 45 variant no_pyx description {"Without PyX for creating PostScript figures"} { 46 depends_lib-delete port:py26-pyx 47 }