Ticket #22675: Portfile.patch
File Portfile.patch, 869 bytes (added by mail@…, 15 years ago) |
---|
-
Portfile
old new 4 4 PortGroup xcode 1.0 5 5 6 6 name Lingon 7 version 2.1 7 version 2.1.1 8 8 categories aqua sysutils 9 9 platforms darwin 10 10 maintainers bfulgham … … 16 16 17 17 18 18 master_sites sourceforge:lingon 19 checksums md5 648c4ef122253110d28a950949c5d570\20 sha1 31e4a6f9eb8193abafa1641f029c34619b85633419 checksums md5 ddd342d070c117314117209296cceb75 \ 20 sha1 70ae697e1340e343c97bdab879e66d14c50f945d 21 21 22 22 use_zip yes 23 23 distname ${name}Source-${version} 24 24 25 25 pre-fetch { 26 26 if {[variant_isset darwin_7] || [variant_isset darwin_8]} { 27 return -code error "${name} ${version} only builds on Mac OS X Leopard (10.5.x). Sorry."27 return -code error "${name} ${version} only builds on Mac OS X >= Leopard (10.5.x). Sorry." 28 28 } 29 29 } 30 30