Ticket #22178: Portfile-pine.2.diff
File Portfile-pine.2.diff, 1.3 KB (added by BlackFrog1, 14 years ago) |
---|
-
Portfile
old new 4 4 name pine 5 5 version 4.64 6 6 categories mail 7 maintainers fuzzymagic.com:sean 7 license UW's Pine License 8 maintainers nomaintainer 8 9 description Pine - a Program for Internet News and Email 9 10 homepage http://www.washington.edu/pine/ 10 11 platforms darwin … … 15 16 16 17 master_sites ftp://ftp.cac.washington.edu/pine/ \ 17 18 ftp://ftp.cac.washington.edu/pine/old/ 18 checksums md5 75af127948cc0c701d424d22d621f792 19 checksums md5 75af127948cc0c701d424d22d621f792 \ 20 sha1 ff73928c51bfd3786cd6b49d84120e12ab5d5c1c \ 21 rmd160 e72c46f7e3b70cc25bf98a78bca75f4bea6f089d 19 22 distname ${name}${version} 20 23 extract.suffix .tar.Z 21 24 … … 30 33 macosx_deployment_target 10.4 31 34 } 32 35 33 if {${os.platform} == "darwin" && ${os.major} >= 10} { 34 pre-fetch { 35 return -code error "$name does not build on Snow Leopard. Consider using alpine instead." 36 } 36 pre-fetch { 37 if {${os.platform} == "darwin" && ${os.major} >= 10} { 38 ui_error "Pine development ended with version 4.64 and evolved into the upwards-compatible replacement Alpine. Also, this version does not build on Snow Leopard." 39 return -code error "incompatible Mac OS X version" 40 } 37 41 } 38 42 39 43 destroot { xinstall -m 755 -d \