Ticket #44286: Portfile.patch

File Portfile.patch, 1017 bytes (added by dreness (Andre LaBranche), 10 years ago)
  • Portfile

    old new  
    44PortSystem 1.0
    55
    66name            eggdrop
    7 version         1.6.20
     7version         1.6.21
    88revision        1
    99set branch      [join [lrange [split ${version} .] 0 1] .]
    1010categories      irc
     
    1616master_sites    ftp://ftp.eggheads.org/pub/eggdrop/source/${branch}/ freebsd
    1717distname        ${name}${version}
    1818
    19 checksums       sha1    7ebecd0955af36caa1846d0e7cd1f959f819f6b5 \
    20                 rmd160  567668974e971a0c8ad6674a0500b32991a95f3d
     19checksums       rmd160  1006dfd6a6e735500c2b484eb3061f1d2dfd20f8 \
     20                sha256  75bd5573a609eac3940c0b6ca8251c3f38ea5d54b520e1cad93c650b4bc21754
    2121
    2222use_bzip2       yes
    2323
     
    4040if {${os.platform} eq "darwin" && ${os.major} >= 10} {
    4141    patchfiles-append patch-Makefile.in.diff
    4242}
     43
     44if {${os.platform} eq "darwin" && ${os.major} >= 13} {
     45    patchfiles-append tclhash.h.diff
     46    patchfiles-append proto.h.diff
     47    patchfiles-append match.c.diff
     48}