Ticket #24425: Portfile-py26-scapy.diff

File Portfile-py26-scapy.diff, 1.2 KB (added by news@…, 14 years ago)
  • Portfile

    old new  
    55PortGroup             python26 1.0
    66
    77name                  py26-scapy
    8 version               2.1.0
     8version               2.1.1
    99categories            net security python
    1010platforms             darwin
    1111maintainers           pmq
     
    2828master_sites          ${homepage}/files/
    2929distname              scapy-${version}
    3030
    31 checksums             md5     357b5b21ea3b4f289a326c0905b715c1 \
    32                       sha1    e507bc0f2a32d209f321580c9338d2ceb72ab93a \
    33                       rmd160  caca42e89c87c07a2dbe399dd4e5924cefdff48a
     31checksums             md5     7b4452786788cb75ade841c30276a2d3 \
     32                      sha1    c82236970bf93e00d0f5d4d165f410745e648d95 \
     33                      rmd160  d368795789458344ad771834de7188974a4db252
    3434
    3535depends_lib-append    port:py26-pylibpcap \
    3636                      port:py26-libdnet     port:py26-crypto \
     
    4141        ln -s ${python.prefix}/share/man/man1/scapy.1.gz \
    4242              ${destroot}${prefix}/share/man/man1/scapy-${python.branch}.1.gz
    4343}
     44
     45variant no_pyx description {"Without PyX for creating PostScript figures"} {
     46        depends_lib-delete              port:py26-pyx
     47}