Ticket #44286: Portfile.patch
File Portfile.patch, 1017 bytes (added by dreness (Andre LaBranche), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name eggdrop 7 version 1.6.2 07 version 1.6.21 8 8 revision 1 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 categories irc … … 16 16 master_sites ftp://ftp.eggheads.org/pub/eggdrop/source/${branch}/ freebsd 17 17 distname ${name}${version} 18 18 19 checksums sha1 7ebecd0955af36caa1846d0e7cd1f959f819f6b5\20 rmd160 567668974e971a0c8ad6674a0500b32991a95f3d19 checksums rmd160 1006dfd6a6e735500c2b484eb3061f1d2dfd20f8 \ 20 sha256 75bd5573a609eac3940c0b6ca8251c3f38ea5d54b520e1cad93c650b4bc21754 21 21 22 22 use_bzip2 yes 23 23 … … 40 40 if {${os.platform} eq "darwin" && ${os.major} >= 10} { 41 41 patchfiles-append patch-Makefile.in.diff 42 42 } 43 44 if {${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 }