most recent changes, diff for lingon

Index: aqua/Lingon/Portfile
--- aqua/Lingon/Portfile (revision 30916)
+++ aqua/Lingon/Portfile (revision 30917)
@@ -4,7 +4,7 @@
PortGroup xcode 1.0

name Lingon
-version 1.2.1
+version 2.0.2
categories aqua sysutils
platforms darwin
maintainers bfulgham@macports.org
@@ -16,14 +16,24 @@


master_sites sourceforge:lingon
-checksums md5 98ce7fab379623fa5d78ce841640fe8b
+checksums md5 36c67fadc220e7241c9b8475f6513a6d

use_zip yes
distname ${name}Source-${version}

+pre-fetch {
+ if {[variant_isset darwin_6] || [variant_isset darwin_7] || [variant_isset darwin_8]} {
+ return -code error "${name} ${version} only builds on Mac OS X Leopard (10.5.x). Sorry."
+ }
+}
+
use_configure no

-platform darwin 8 {
+platform darwin 6 { }
+platform darwin 7 { }
+platform darwin 8 { }
+
+platform darwin 9 {
if {$xcodeversion == "2.1"} {
set xcodebuilddir build/Deployment
}