Upgrade to 2.2.0, remove extra WANTLIB and LIB_DEPENDS

OK bcallah@
This commit is contained in:
abieber 2013-04-14 18:12:36 +00:00
parent fcc47f929a
commit c4f0cf5eb7
4 changed files with 13 additions and 28 deletions

View File

@ -1,14 +1,16 @@
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:37:55 espie Exp $
# $OpenBSD: Makefile,v 1.10 2013/04/14 18:12:36 abieber Exp $
COMMENT = command line todo list manager
VERSION = 2.1.2
VERSION = 2.2.0
DISTNAME = task-${VERSION}
PKGNAME = taskwarrior-${VERSION}
CATEGORIES = productivity
HOMEPAGE = http://www.taskwarrior.org/
MAINTAINER= Aaron Bieber <abieber@openbsd.org>
MASTER_SITES = ${HOMEPAGE}/download/
# GPLv2
@ -18,10 +20,9 @@ MODULES = devel/cmake \
lang/lua
MODLUA_SA = Yes
WANTLIB = c e2fs-uuid m stdc++ ${MODLUA_WANTLIB}
LIB_DEPENDS = ${MODLUA_LIB_DEPENDS} \
sysutils/e2fsprogs
WANTLIB = c e2fs-uuid m stdc++
LIB_DEPENDS = sysutils/e2fsprogs
CONFIGURE_STYLE = cmake

View File

@ -1,2 +1,2 @@
SHA256 (task-2.1.2.tar.gz) = z1FxtUttLS3NnFWfQ3z4oss4NsdjHt+WoW77+LQ4PjY=
SIZE (task-2.1.2.tar.gz) = 4639841
SHA256 (task-2.2.0.tar.gz) = OeJd0oXmvIR0M3pYaMsuxVZ1l4+h8IyALm2li0GB7hQ=
SIZE (task-2.2.0.tar.gz) = 1190905

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_util_cpp,v 1.1 2012/05/11 09:44:30 jasper Exp $
--- src/util.cpp.orig Fri May 11 11:20:27 2012
+++ src/util.cpp Fri May 11 11:20:36 2012
@@ -406,7 +406,7 @@ int execute(const std::string& executable, std::vector
// create command line before forking because the parent process also needs this for
// calling context.debug()
- char shell[] = "bash";
+ char shell[] = "sh";
char opt[] = "-c";
std::string cmdline = executable;

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2012/09/15 22:53:42 abieber Exp $
@comment $OpenBSD: PLIST,v 1.4 2013/04/14 18:12:36 abieber Exp $
@bin bin/task
@man man/man1/task.1
@man man/man5/task-color.5
@ -16,6 +16,8 @@ share/taskwarrior/AUTHORS
share/taskwarrior/i18n/
share/taskwarrior/i18n/tips.de-DE
share/taskwarrior/i18n/tips.en-US
share/taskwarrior/i18n/tips.es-ES
share/taskwarrior/i18n/tips.fr-FR
share/taskwarrior/i18n/tips.it-IT
share/taskwarrior/i18n/tips.ja-JP
share/taskwarrior/i18n/tips.sv-SE
@ -55,6 +57,7 @@ share/taskwarrior/scripts/add-ons/export-csv.pl
share/taskwarrior/scripts/add-ons/export-html.pl
share/taskwarrior/scripts/add-ons/export-ical.pl
share/taskwarrior/scripts/add-ons/export-sql.py
share/taskwarrior/scripts/add-ons/export-tsv.pl
share/taskwarrior/scripts/add-ons/export-xml.pl
share/taskwarrior/scripts/add-ons/export-xml.py
share/taskwarrior/scripts/add-ons/export-xml.rb
@ -65,13 +68,6 @@ share/taskwarrior/scripts/add-ons/import-yaml.pl
share/taskwarrior/scripts/add-ons/update-holidays.pl
share/taskwarrior/scripts/bash/
share/taskwarrior/scripts/bash/task.sh
share/taskwarrior/scripts/extensions/
share/taskwarrior/scripts/extensions/command.lua
share/taskwarrior/scripts/extensions/dom.lua
share/taskwarrior/scripts/extensions/format.lua
share/taskwarrior/scripts/extensions/program_hook.lua
share/taskwarrior/scripts/extensions/task_hook.lua
share/taskwarrior/scripts/extensions/uda.lua
share/taskwarrior/scripts/fish/
share/taskwarrior/scripts/fish/task.fish
share/taskwarrior/scripts/vim/