[61586] trunk/dports/aqua/Lingon/Portfile

jmr at macports.org jmr at macports.org
Tue Dec 15 12:31:44 PST 2009


Revision: 61586
          http://trac.macports.org/changeset/61586
Author:   jmr at macports.org
Date:     2009-12-15 12:31:43 -0800 (Tue, 15 Dec 2009)
Log Message:
-----------
Lingon: update to 2.1.1, simplify, add co-maintainer (#22675)

Modified Paths:
--------------
    trunk/dports/aqua/Lingon/Portfile

Modified: trunk/dports/aqua/Lingon/Portfile
===================================================================
--- trunk/dports/aqua/Lingon/Portfile	2009-12-15 19:54:25 UTC (rev 61585)
+++ trunk/dports/aqua/Lingon/Portfile	2009-12-15 20:31:43 UTC (rev 61586)
@@ -4,10 +4,9 @@
 PortGroup xcode 1.0
 
 name			Lingon
-version			2.1
+version			2.1.1
 categories		aqua sysutils
-platforms		darwin
-maintainers		bfulgham
+maintainers		bfulgham uwe-arzt.de:mail
 homepage		http://lingon.sourceforge.net/
 description		Graphical interface for creating launchd configurations
 
@@ -16,37 +15,18 @@
 			
 			
 master_sites		sourceforge:lingon
-checksums		md5 648c4ef122253110d28a950949c5d570 \
-				sha1 31e4a6f9eb8193abafa1641f029c34619b856334
+checksums		md5 ddd342d070c117314117209296cceb75 \
+				sha1 70ae697e1340e343c97bdab879e66d14c50f945d
 
 use_zip			yes
 distname		${name}Source-${version}
 
 pre-fetch {
-    if {[variant_isset darwin_7] || [variant_isset darwin_8]} {
-        return -code error "${name} ${version} only builds on Mac OS X Leopard (10.5.x). Sorry."
+    if {${os.major} < 9} {
+        return -code error "${name} ${version} only builds on Mac OS X >= Leopard (10.5.x). Sorry."
     }
 }
 
-use_configure		no
-
-platform darwin 7 { }
-platform darwin 8 { }
-
-platform darwin 9 {
-	if {$xcodeversion == "2.1"} {
-		set xcodebuilddir	build/Deployment
-	}
-}
-
-build.type		pbx
-build.dir		${workpath}/${name}Source
-build.target		"Lingon"
-build.args		-configuration "Release"
-
-destroot	{
-	xinstall -m 755 -d ${destroot}/Applications/MacPorts
-	file copy ${workpath}/${name}Source/build/Release/${name}.app \
-		${destroot}/Applications/MacPorts
-}
-
+worksrcdir		${name}Source
+xcode.target		Lingon
+xcode.configuration	Release
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091215/c257a5a2/attachment.html>


More information about the macports-changes mailing list