Ticket #19848: Portfile-etherape.diff

File Portfile-etherape.diff, 863 bytes (added by hsivank@…, 15 years ago)
  • (a) ./Portfile.orig vs. (b) Portfile

    a b  
    11# $Id$
    22PortSystem        1.0
    33name              etherape
    4 version           0.9.4
     4version           0.9.7
    55categories        net
    66maintainers       nomaintainer
    77description       graphical network monitor
     
    1515homepage          http://etherape.sourceforge.net/
    1616master_sites      sourceforge:etherape
    1717platforms         darwin
    18 checksums         md5 22f25464deca3f4a09f0247513ec5d2a
     18checksums         md5 7b5783090d92abe79634da4b582c6b48
    1919
    2020depends_lib     port:libgnomeui \
    2121                                port:libglade2 \
     
    3030configure.cflags-append "-I${prefix}/include"
    3131
    3232platform darwin  {
    33         patchfiles      patch-resolv.c \
    34                         patch-main.c \
    35                         patch-globals.h \
    36                         patch-names.c
     33        patchfiles      patch-util.h
    3734}
    3835
    3936post-extract {