diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-08-07 07:10:11 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-08-07 07:10:11 +0000 |
commit | b9fe65fc17e489bf2f66593692abcf4efd30a16f (patch) | |
tree | 1ed217f6acb2bf507f0716160badf32d7691b0da | |
parent | 4c5edca4dc4ef2df26547dd3b73e80a1b8acc72f (diff) | |
download | ports-b9fe65fc17e489bf2f66593692abcf4efd30a16f.tar.gz ports-b9fe65fc17e489bf2f66593692abcf4efd30a16f.zip |
Notes
-rw-r--r-- | deskutils/taskwarrior/Makefile | 6 | ||||
-rw-r--r-- | deskutils/taskwarrior/distinfo | 4 | ||||
-rw-r--r-- | deskutils/taskwarrior/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/deskutils/taskwarrior/Makefile b/deskutils/taskwarrior/Makefile index ce6e4d7a7cd9..1887b46fc0db 100644 --- a/deskutils/taskwarrior/Makefile +++ b/deskutils/taskwarrior/Makefile @@ -6,7 +6,7 @@ # PORTNAME= taskwarrior -DISTVERSION= 2.0.0 +DISTVERSION= 2.1.1 CATEGORIES= deskutils MASTER_SITES= http://taskwarrior.org/download/ DISTNAME= task-${DISTVERSION} @@ -14,13 +14,13 @@ DISTNAME= task-${DISTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= A framework for supercharged task and contact management -OPTIONS= LUA "Enable LUA extensions" off +OPTIONS_DEFINE= LUA WRKSRC= ${WRKDIR}/task-${DISTVERSION} .include <bsd.port.options.mk> -.if defined(WITH_LUA) +.if ${PORT_OPTIONS:MLUA} USE_LUA= 5.1 .endif diff --git a/deskutils/taskwarrior/distinfo b/deskutils/taskwarrior/distinfo index 94ca35d299ac..dc561fc660a8 100644 --- a/deskutils/taskwarrior/distinfo +++ b/deskutils/taskwarrior/distinfo @@ -1,2 +1,2 @@ -SHA256 (task-2.0.0.tar.gz) = 78971e366c2395de1cc4b0c4fc41dd950c309d3bc2f6e9594b4c5821ad6775bd -SIZE (task-2.0.0.tar.gz) = 4474676 +SHA256 (task-2.1.1.tar.gz) = b2a3d15093988c703ed0fc9b011c532f662fc939ea741dd8b9c996d83901b05e +SIZE (task-2.1.1.tar.gz) = 4770777 diff --git a/deskutils/taskwarrior/pkg-plist b/deskutils/taskwarrior/pkg-plist index 096919b1fbc7..d744ef91d781 100644 --- a/deskutils/taskwarrior/pkg-plist +++ b/deskutils/taskwarrior/pkg-plist @@ -50,8 +50,8 @@ bin/task %%DATADIR%%/scripts/add-ons/export-yaml.pl %%DATADIR%%/scripts/add-ons/import-todo.sh.pl %%DATADIR%%/scripts/add-ons/import-yaml.pl +%%DATADIR%%/scripts/bash/task.sh %%DATADIR%%/scripts/add-ons/update-holidays.pl -%%DATADIR%%/scripts/bash/task_completion.sh %%DATADIR%%/scripts/extensions/command.lua %%DATADIR%%/scripts/extensions/dom.lua %%DATADIR%%/scripts/extensions/format.lua |