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

ryandesign at macports.org ryandesign at macports.org
Wed Aug 19 14:57:09 PDT 2015


Revision: 139537
          https://trac.macports.org/changeset/139537
Author:   ryandesign at macports.org
Date:     2015-08-19 14:57:09 -0700 (Wed, 19 Aug 2015)
Log Message:
-----------
task: update to 2.4.4; add gnutls dependency; use cmake.out_of_source yes (#47197)

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

Modified: trunk/dports/office/task/Portfile
===================================================================
--- trunk/dports/office/task/Portfile	2015-08-19 21:53:46 UTC (rev 139536)
+++ trunk/dports/office/task/Portfile	2015-08-19 21:57:09 UTC (rev 139537)
@@ -5,7 +5,7 @@
 PortGroup           cmake 1.0
 
 name                task
-version             2.4.2
+version             2.4.4
 maintainers         nomaintainer
 
 categories          office
@@ -21,9 +21,13 @@
 homepage            http://taskwarrior.org/
 master_sites        http://taskwarrior.org/download/
 
-checksums           rmd160  e458320b9ea03acce1c1e7d0ccdc5ea5671af945 \
-                    sha256  271eca336ff97f96e646f5dd5a774ef3f21f7eab7f9bcc487ea0022cff3fa50d
+checksums           rmd160  2e39b53a9946a468c2bc31f498608edfbdd8608e \
+                    sha256  7ff406414e0be480f91981831507ac255297aab33d8246f98dbfd2b1b2df8e3b
 
+depends_lib         port:gnutls
+
+cmake.out_of_source yes
+
 post-destroot {
     # Install bash completions
     xinstall -d ${destroot}${prefix}/share/bash-completion/completions
@@ -37,7 +41,7 @@
     # Install vim runtime files
     set vim-files ${destroot}${prefix}/share/vim
     xinstall -d ${vim-files}
-    file copy ${worksrcpath}/scripts/vim ${vim-files}/vimfiles
+    copy ${worksrcpath}/scripts/vim ${vim-files}/vimfiles
     # Delete README with install instructions due to its generic filename
-    file delete ${vim-files}/vimfiles/README
+    delete ${vim-files}/vimfiles/README
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150819/90329d9e/attachment.html>


More information about the macports-changes mailing list