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

raimue at macports.org raimue at macports.org
Wed Oct 9 12:22:01 PDT 2013


Revision: 112018
          https://trac.macports.org/changeset/112018
Author:   raimue at macports.org
Date:     2013-10-09 12:22:01 -0700 (Wed, 09 Oct 2013)
Log Message:
-----------
office/task:
* Remove errorneous lua dependency (support for lua was removed in 2.2.0)
* Update description according to their website
* Remove generically named README from the vimfiles directory and copy files instead of moving

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

Modified: trunk/dports/office/task/Portfile
===================================================================
--- trunk/dports/office/task/Portfile	2013-10-09 19:13:31 UTC (rev 112017)
+++ trunk/dports/office/task/Portfile	2013-10-09 19:22:01 UTC (rev 112018)
@@ -5,14 +5,15 @@
 
 name                task
 version             2.2.0
-revision            2
+revision            3
 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
+description         A command-line todo list manager
+long_description    Taskwarrior is a command-line todo list manager \
+                    with an interactive interface, GTD features, color themes, \
+                    data synchronization, dependencies, custom reports, and \
+                    charts.
 
 platforms           darwin
 license             MIT
@@ -23,8 +24,6 @@
 checksums           rmd160  286c67655b217058f26dcafc98693599a00cce88 \
                     sha256  39e25dd285e6bc8474337a5868cb2ec55675978fa1f08c802e6da58b4181ee14
 
-depends_lib-append  port:lua
-
 post-destroot {
     # Install bash completions
     xinstall -d ${destroot}${prefix}/share/bash-completion/completions
@@ -38,7 +37,9 @@
     # Install vim runtime files
     set vim-files ${destroot}${prefix}/share/vim
     xinstall -d ${vim-files}
-    move ${worksrcpath}/scripts/vim ${vim-files}/vimfiles
+    file copy ${worksrcpath}/scripts/vim ${vim-files}/vimfiles
+    # Delete README with install instructions due to its generic filename
+    file delete ${vim-files}/vimfiles/README
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131009/068c4db2/attachment.html>


More information about the macports-changes mailing list