Ticket #38091: Portfile-alpine-2.20.diff
File Portfile-alpine-2.20.diff, 1.7 KB (added by jerryyhom, 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name alpine 7 version 2. 008 revision 57 version 2.20 8 revision 0 9 9 categories mail 10 10 license Apache-2 11 11 maintainers netpurgatory.com:john openmaintainer 12 12 platforms darwin 13 13 14 homepage http:// www.washington.edu/alpine/14 homepage http://patches.freeiz.com 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_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 35 } 20 master_sites http://patches.freeiz.com/alpine/patches/${distname}/ 21 use_xz yes 22 checksums rmd160 e969ff13bc0f18c5ac92e7e7cf1f35684b546d30 \ 23 sha256 989dbfec4bc2682fff14b4cbd2923ec1f1fd27c41a93e49f1ea7db8d795dc4e5 36 24 37 25 default_variants +without_tcl 38 26