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

khindenburg at macports.org khindenburg at macports.org
Tue Aug 19 17:18:09 PDT 2014


Revision: 124158
          https://trac.macports.org/changeset/124158
Author:   khindenburg at macports.org
Date:     2014-08-19 17:18:09 -0700 (Tue, 19 Aug 2014)
Log Message:
-----------
Lingon: add modeline and change whitespaces

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

Modified: trunk/dports/aqua/Lingon/Portfile
===================================================================
--- trunk/dports/aqua/Lingon/Portfile	2014-08-20 00:08:36 UTC (rev 124157)
+++ trunk/dports/aqua/Lingon/Portfile	2014-08-20 00:18:09 UTC (rev 124158)
@@ -1,27 +1,28 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup xcode 1.0
+PortSystem      1.0
+PortGroup       xcode 1.0
 
-name			Lingon
-version			2.1.1
-revision		1
-license			Apache-2
-categories		aqua sysutils
-maintainers		bfulgham
-homepage		http://sourceforge.net/projects/lingon
-description		Graphical interface for creating launchd configurations
+name            Lingon
+version         2.1.1
+revision        1
+license         Apache-2
+categories      aqua sysutils
+maintainers     bfulgham
+homepage        http://sourceforge.net/projects/lingon
+description     Graphical interface for creating launchd configurations
 
-long_description	Lingon is a graphical interface for creating launchd configuration \
-			files and controlling them through launchctl.
-			
-master_sites		sourceforge:lingon
-checksums		md5 ddd342d070c117314117209296cceb75 \
-				sha1 70ae697e1340e343c97bdab879e66d14c50f945d
+long_description    Lingon is a graphical interface for creating launchd configuration \
+                    files and controlling them through launchctl.
 
-use_zip			yes
-distname		${name}Source-${version}
+master_sites    sourceforge:lingon
+checksums       md5 ddd342d070c117314117209296cceb75 \
+                sha1 70ae697e1340e343c97bdab879e66d14c50f945d
 
+use_zip         yes
+distname        ${name}Source-${version}
+
 pre-fetch {
     if {${os.major} < 9} {
         return -code error "${name} ${version} only builds on Mac OS X >= Leopard (10.5.x). Sorry."
@@ -33,6 +34,7 @@
     reinplace "s|http://tuppis.com/lingon|${homepage}|g" ${worksrcpath}/Credits.rtf
 }
 
-worksrcdir		${name}Source
-xcode.target		Lingon
-xcode.configuration	Release
+worksrcdir          ${name}Source
+xcode.target        Lingon
+xcode.configuration Release
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140819/def4fc53/attachment.html>


More information about the macports-changes mailing list