20 | | master_sites ftp://ftp.cac.washington.edu/alpine/ \ |
21 | | ftp://ftp.cac.washington.edu/alpine/old/ |
22 | | use_bzip2 yes |
23 | | checksums md5 84e44cbf71ed674800a5d57eed9c1c52 |
24 | | |
25 | | patchfiles patch-Makefile.in.diff \ |
26 | | patch-configure.diff \ |
27 | | patch-imap_Makefile.diff \ |
28 | | alpine-2.00_panic_rename.patch |
29 | | patch.pre_args -p1 |
30 | | if {${os.platform} eq "darwin" && ${os.major} >= 10} { |
31 | | patchfiles-append alpine-osx-10.6.patch |
32 | | } |
33 | | post-patch { |
34 | | reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/imap/Makefile |
| 20 | master_sites http://patches.freeiz.com/alpine/patches/${distname}/ |
| 21 | use_xz yes |
| 22 | checksums rmd160 ee3105682357175c87b9a91c1d008a69740008c9 \ |
| 23 | sha256 50dab64fda64fca8a810de6c9013279a986404ee799a5e21d32bd5cf066ac977 |
| 24 | |
| 25 | patchfiles patch-alpine-2.11-alpine-Makefile.in.diff |
| 26 | if {${os.platform} eq "darwin" && ${os.major} == 14} { |
| 27 | patchfiles-append patch-yosemite-panic-rename.diff |