Ticket #16609: Portfile-snoopy.diff

File Portfile-snoopy.diff, 1.9 KB (added by pandagoat@…, 16 years ago)

Patch file for a newer version of snoopy. I was not sure if the patch needed to patch the very first Portfile I submitted or the newest patched Portfile. So this patch is for the original that I submitted. I removed the applying the .diff for brain.c since I have the fix in the code.

  • (a) snoopy.tcl vs. (b) Portfile

    a b  
    22# $Id$
    33
    44PortSystem          1.0
     5
    56name                snoopy
    6 version             2.9.95
     7version             2.9.96
    78categories          games
    8 maintainers         pandagoat@gmail.com
     9maintainers         gmail.com:pandagoat
    910description         Warcraft III Hosting Utility
    1011long_description    Snoopy helps hosts host by showing pings, locations, and other utilities. \
    11                     It has a banlist also and utilitites for both clients and hosts.
    12 homepage            http://www.snoopy.tuxfamily.org
     12                    It has a banlist also and utilities for both clients and hosts.
     13homepage            http://snoopy.tuxfamily.org/
    1314platforms           darwin
    1415
    15 master_sites        http://snoopy.tuxfamily.org/?q=node/2 \
    16                     http://snoopy.tuxfamily.org/files/snoopy-2.9.95.tar.gz
     16master_sites        ${homepage}files/
     17
     18checksums           md5     eda21b44802f69f1a6fa46789d463268 \
     19                    sha1    ed95276e6930cba250a4e4f6599b7505d9e6d48b \
     20                    rmd160  e45d4e5bbe93ff1e0689734aa3b21b9d5d952ed6
    1721
    18 checksums           md5 932afb4743d9215f733b3858d5bf91d0 \
    19                     sha1 4199712f30ca4e60e81f1212c8d06278954d3416
     22depends_lib         port:gcc43 \
     23                    port:dsniff \
     24                    port:gettext \
     25                    port:glib2 \
     26                    port:libgeoip \
     27                    port:libiconv \
     28                    port:libpcap
    2029
    21 depends_lib         port:libpcap \
    22                     port:glib2-devel \
    23                     port:libgeoip
     30configure.compiler  macports-gcc-4.3
    2431
    25 configure           CC=/opt/local/bin/gcc-mp-4.2 \
    26                     LIBS="-L/opt/local/lib"
    27  No newline at end of file
     32livecheck.check     regex
     33livecheck.url       [lindex ${master_sites} 0]?C=M&O=D
     34livecheck.regex     ${name}-(\[0-9.\]+)\\.tar