Ticket #38091: alpine-2.10_patch.diff
File alpine-2.10_patch.diff, 1.6 KB (added by jummo4@…, 11 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name alpine 7 version 2. 007 version 2.10 8 8 revision 4 9 9 categories mail 10 10 license Apache-2 11 11 maintainers nomaintainer 12 12 platforms darwin 13 13 14 homepage http:// www.washington.edu/alpine/14 homepage http://patches.freeiz.com/alpine/info/alpine.html 15 15 description alpine - a Program for Internet News and Email 16 16 long_description Alpine is a tool for reading, sending, and \ 17 17 managing electronic messages that was designed \ 18 18 with novice users in mind. 19 19 20 master_sites ftp://ftp.cac.washington.edu/alpine/ \21 ftp://ftp.cac.washington.edu/alpine/old/ 22 use_ bzip2yes23 checksums md5 84e44cbf71ed674800a5d57eed9c1c5220 master_sites http://patches.freeiz.com/alpine/patches/alpine-2.10/ 21 distfiles alpine-2.10.clean.tar.lzma 22 use_lzma yes 23 checksums md5 727a6eaa577857b98ea74fac6ea42a25 24 24 25 patchfiles patch-Makefile.in.diff \ 26 patch-configure.diff \ 25 patchfiles patch-configure.diff \ 27 26 patch-imap_Makefile.diff 28 27 patch.pre_args -p1 29 28 if {${os.platform} == "darwin" && ${os.major} >= 10} { 30 29 patchfiles-append alpine-osx-10.6.patch 31 30 } 32 31 post-patch { 33 reinplace "s|__PREFIX__|${prefix}| " ${worksrcpath}/imap/Makefile32 reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/imap/Makefile 34 33 } 35 34 36 35 default_variants +without_tcl