Ticket #1253: ethereal.Portfile.2.diff

File ethereal.Portfile.2.diff, 1.3 KB (added by opendarwin.org@…, 20 years ago)

cvs diff -u Portfile (pwd = dports/net/ethereal), updated to remove 'contents' from description

  • Portfile

    RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/ethereal/Portfile,v
    retrieving revision 1.17
    diff -u -r1.17 Portfile
     
    22
    33PortSystem 1.0
    44name            ethereal
    5 version         0.9.14
     5version         0.9.16
     6revision        1
    67categories      net
    78maintainers     eric@opendarwin.org
    89description     Graphical network analyzer and capture tool
     
    1011platforms       darwin
    1112
    1213long_description A network analyzer that lets you capture and \
    13                  interactively browse the contents of Ethernet frames. \
     14                 interactively browse Ethernet frames. \
    1415                 Packet data can be read from a file, or live from a local \
    1516                 network interface.
    1617
     
    2223                ftp://ftp.ayamura.org/pub/ethereal/all-versions/ \
    2324                ftp://ftp.azc.uam.mx/mirrors/ethereal/all-versions/
    2425
    25 checksums       md5 460ef7b71816316212cbdd26bb3ce0d3
     26checksums       md5 ab33d191f3cca324e5c819e9e4c034e1
    2627
    2728use_bzip2       yes
    2829
    2930depends_lib     lib:libglib.1:glib lib:libgtk.2:gtk2
    3031
    3132configure.args  --without-plugins --enable-gtk2 --with-ucdsnmp=no
     33
     34variant no-x11  {
     35                        configure.args-append --disable-ethereal
     36                        configure.args-delete --enable-gtk2
     37                        depends_lib-delete lib:libgtk.2:gtk2
     38                }
     39
     40#
     41##EOF