Ticket #20198: Portfile-eggdrop-1.6.19-ctcpfix.diff

File Portfile-eggdrop-1.6.19-ctcpfix.diff, 1.1 KB (added by dreness (Andre LaBranche), 15 years ago)

Portfile patch

  • Portfile

    old new  
    1 # $Id: Portfile 28563 2007-09-03 20:05:18Z mww@macports.org $
     1# $Id$
    22
    33PortSystem 1.0
    44name            eggdrop
    5 version         1.6.18
     5version         1.6.19
    66categories      irc
    77maintainers     dre@mac.com
    8 description     Eggdrop is the World's most popular Internet Relay Chat (IRC) bot.
    9 long_description        ${description}
     8description     Eggdrop is the world's most popular Internet Relay Chat (IRC) bot.
     9long_description        ${description} This version includes the 'ctcpfix' patch.
    1010homepage        http://www.eggheads.org
    1111platforms       darwin
    1212master_sites    ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/
    13 checksums       md5 0cfc13dcc84cd4e9d4a23d23d9429ee7
    14 distname        ${name}${version}
     13checksums       md5 775d77294784a2e6b0e3d4ea89eb08e2
     14distname        ${name}${version}+ctcpfix
     15worksrcdir      ${name}${version}
    1516use_bzip2       yes
    1617post-configure  { system "cd ${worksrcpath} && make config" }
    1718destroot.destdir DEST=${destroot}${prefix}/share/eggdrop
     
    2425platform darwin 8 {
    2526        configure.cflags-append "-DBIND_8_COMPAT"
    2627}
     28
     29platform darwin 10 {
     30        patchfiles patch-Makefile.in.diff
     31}