Ticket #28353: portfile.diff

File portfile.diff, 928 bytes (added by dreness (Andre LaBranche), 13 years ago)

Portfile diff

  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name            eggdrop
    5 version         1.6.19
     5version         1.6.20
    66categories      irc
    77maintainers     dre@mac.com
    88description     Eggdrop is the world's most popular Internet Relay Chat (IRC) bot.
    9 long_description        ${description} This version includes the 'ctcpfix' patch.
     9long_description        ${description}
    1010homepage        http://www.eggheads.org
    1111platforms       darwin
    1212master_sites    ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/
    13 checksums       md5 775d77294784a2e6b0e3d4ea89eb08e2
    14 distname        ${name}${version}+ctcpfix
     13checksums       md5 f6887c045dba11fa2755a6a9e40380a3 \
     14                sha1 7ebecd0955af36caa1846d0e7cd1f959f819f6b5 \
     15                rmd160 567668974e971a0c8ad6674a0500b32991a95f3d
     16distname        ${name}${version}
    1517worksrcdir      ${name}${version}
    1618use_bzip2       yes
    1719post-configure  { system "cd ${worksrcpath} && make config" }