Ticket #22178: Portfile-pine.diff
File Portfile-pine.diff, 1.0 KB (added by BlackFrog1, 14 years ago) |
---|
-
Portfile
old new 15 15 16 16 master_sites ftp://ftp.cac.washington.edu/pine/ \ 17 17 ftp://ftp.cac.washington.edu/pine/old/ 18 checksums md5 75af127948cc0c701d424d22d621f792 18 checksums md5 75af127948cc0c701d424d22d621f792 \ 19 sha1 ff73928c51bfd3786cd6b49d84120e12ab5d5c1c \ 20 rmd160 e72c46f7e3b70cc25bf98a78bca75f4bea6f089d 19 21 distname ${name}${version} 20 22 extract.suffix .tar.Z 21 23 … … 30 32 macosx_deployment_target 10.4 31 33 } 32 34 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 } 35 pre-fetch { 36 if {${os.platform} == "darwin" && ${os.major} >= 10} { 37 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." 38 return -code error "incompatible Mac OS X version" 39 } 37 40 } 38 41 39 42 destroot { xinstall -m 755 -d \