[106294] trunk/dports/office/task/Portfile

raimue at macports.org raimue at macports.org
Tue May 21 12:28:53 PDT 2013


Revision: 106294
          https://trac.macports.org/changeset/106294
Author:   raimue at macports.org
Date:     2013-05-21 12:28:53 -0700 (Tue, 21 May 2013)
Log Message:
-----------
office/task:
Convert tabs to spaces and remove trailing whitespace.

Modified Paths:
--------------
    trunk/dports/office/task/Portfile

Modified: trunk/dports/office/task/Portfile
===================================================================
--- trunk/dports/office/task/Portfile	2013-05-21 19:26:54 UTC (rev 106293)
+++ trunk/dports/office/task/Portfile	2013-05-21 19:28:53 UTC (rev 106294)
@@ -1,32 +1,32 @@
 # $Id$
 
-PortSystem 			1.0
-PortGroup 			cmake 1.0 
+PortSystem          1.0
+PortGroup           cmake 1.0
 
-name 				task
-version 			2.2.0
-maintainers 		nomaintainer
+name                task
+version             2.2.0
+maintainers         nomaintainer
 
-categories 			office
-description 		Taskwarrior is an ambitious project to supercharge task management
-long_description 	${description} \
-					with an interactive interface, GTD features, color themes, data synch, \
-					dependencies, custom reports, charts, and Lua plugins
+categories          office
+description         Taskwarrior is an ambitious project to supercharge task management
+long_description    ${description} \
+                    with an interactive interface, GTD features, color themes, data synch, \
+                    dependencies, custom reports, charts, and Lua plugins
 
-platforms 			darwin
-license 			GPL-2
+platforms           darwin
+license             GPL-2
 
-homepage 			http://taskwarrior.org/ 
-master_sites 		http://www.taskwarrior.org/download/
+homepage            http://taskwarrior.org/
+master_sites        http://www.taskwarrior.org/download/
 
 checksums           sha1    70656deb48a460f95370c885e388b475475f64eb \
                     rmd160  286c67655b217058f26dcafc98693599a00cce88 \
                     sha256  39e25dd285e6bc8474337a5868cb2ec55675978fa1f08c802e6da58b4181ee14
 
-depends_lib-append 		port:lua 
+depends_lib-append  port:lua
 
 post-destroot {
-	if {[variant_isset bash_completion]} {
+    if {[variant_isset bash_completion]} {
         xinstall -d ${destroot}${prefix}/share/bash-completion/completions
         xinstall ${worksrcpath}/scripts/bash/task.sh ${destroot}${prefix}/share/bash-completion/completions/task
     }
@@ -46,6 +46,6 @@
     depends_run-append path:${prefix}/bin/zsh:zsh
 }
 
-livecheck.type 	regex 
+livecheck.type  regex
 livecheck.url   ${homepage}/projects/taskwarrior/wiki/Download
 livecheck.regex Latest stable release: (.*)<a href
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130521/6a8fc232/attachment.html>


More information about the macports-changes mailing list