pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

task: Set PKGNAME to taskwarrior



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Jun 20 22:05:44 2016 +0200
Changeset:	8841298b9401ab12b653050da5044002cbb7b657

Modified Files:
	task/Makefile
	task/distinfo
	task/patches/patch-src_commands_CmdEdit.cpp

Log Message:
task: Set PKGNAME to taskwarrior

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8841298b9401ab12b653050da5044002cbb7b657

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 task/Makefile                               | 8 +++++---
 task/distinfo                               | 2 +-
 task/patches/patch-src_commands_CmdEdit.cpp | 2 ++
 3 files changed, 8 insertions(+), 4 deletions(-)

diffs:
diff --git a/task/Makefile b/task/Makefile
index 25052f9..89770f1 100644
--- a/task/Makefile
+++ b/task/Makefile
@@ -2,20 +2,22 @@
 #
 
 DISTNAME=	task-2.5.1
+PKGNAME=	${DISTNAME:S/task/taskwarrior/}
 CATEGORIES=	time
 MASTER_SITES=	http://www.taskwarrior.org/download/
 
 MAINTAINER=	esg%sdf.lonestar.org@localhost
 HOMEPAGE=	http://taskwarrior.org/projects/show/taskwarrior/
-COMMENT=	Task is an open source, command-line, TODO list manager
+COMMENT=	Open source, command-line, TODO list manager
 LICENSE=	gnu-gpl-v2
 
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
-#GCC_REQD+=	4.7
+# C++11 required
+GCC_REQD+=	4.8
 
-PKG_OPTIONS_VAR=	PKG_OPTIONS.task
+PKG_OPTIONS_VAR=	PKG_OPTIONS.taskwarrior
 PKG_SUPPORTED_OPTIONS=	lua
 PKG_SUGGESTED_OPTIONS=	lua
 
diff --git a/task/distinfo b/task/distinfo
index 27520dc..af6cc44 100644
--- a/task/distinfo
+++ b/task/distinfo
@@ -4,4 +4,4 @@ SHA1 (task-2.5.1.tar.gz) = 647faf0784aa8ebe48cba3e2061f79e1ddbf3e84
 RMD160 (task-2.5.1.tar.gz) = ae04417ff7f007c6e01d4d6bd4dede67adc1e35f
 SHA512 (task-2.5.1.tar.gz) = ec17e5cefff55ecd2c1cb717801c02683d94030906c8d86450c3c79c0bc5a18d82559a5e9e26a91411a1025a241b78ddbc1de51cafc1a2dd531e8229e5e61c10
 Size (task-2.5.1.tar.gz) = 903428 bytes
-SHA1 (patch-src_commands_CmdEdit.cpp) = 0faaa6661c8a902d71271b654f3d627984029156
+SHA1 (patch-src_commands_CmdEdit.cpp) = 07c33f7cb07e7459cc5eabacbe3b003afa8db060
diff --git a/task/patches/patch-src_commands_CmdEdit.cpp b/task/patches/patch-src_commands_CmdEdit.cpp
index 5750910..b66c827 100644
--- a/task/patches/patch-src_commands_CmdEdit.cpp
+++ b/task/patches/patch-src_commands_CmdEdit.cpp
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Include <errno.h> for errno.
+
 --- src/commands/CmdEdit.cpp.orig	2015-10-21 20:25:42.000000000 +0000
 +++ src/commands/CmdEdit.cpp
 @@ -36,6 +36,7 @@


Home | Main Index | Thread Index | Old Index