pkgsrc-WIP-changes archive

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

task: Update to 2.8.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun May 24 11:10:28 2020 +0900
Changeset:	c24de8e0a449fcce60369f83495e7013ba44e25a

Modified Files:
	task/Makefile
	task/distinfo

Log Message:
task: Update to 2.8.1

Changelog

* Fix error code for the --help flag.
* Print version to stdout instead of stderr.
* Supress context errors when using the --watch flag.
* Support templating on description.

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

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

diffstat:
 task/Makefile | 3 +--
 task/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/task/Makefile b/task/Makefile
index 9a934fa3df..7e51df2f48 100644
--- a/task/Makefile
+++ b/task/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	task-2.8.0
-PKGREVISION=	3
+PKGNAME=	task-2.8.1
 DISTNAME=	task-${GITHUB_TAG}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=go-task/}
diff --git a/task/distinfo b/task/distinfo
index ae087b231e..4c5db35f67 100644
--- a/task/distinfo
+++ b/task/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (task-v2.8.0.tar.gz) = d84852cfeab03428b962fc624514c3d331bfedff
-RMD160 (task-v2.8.0.tar.gz) = 154f0f59d5584b9a90ad74faf6e70556da18aecc
-SHA512 (task-v2.8.0.tar.gz) = 3e7dd5f9bc16b49f383374ffaabffaaa2f36b90e52ee7b292da23379a4abb13762027ffd1dd9cb7e82498a0117fbb0af9299f5fde9fe66c6c5908fa84af994dc
-Size (task-v2.8.0.tar.gz) = 1791658 bytes
+SHA1 (task-v2.8.1.tar.gz) = 2600038a08c04547eb93efa49a14486e1c71314c
+RMD160 (task-v2.8.1.tar.gz) = acb2d2a78f5e1c39d8781168f83169956bcda756
+SHA512 (task-v2.8.1.tar.gz) = 840257a07c87f788606af56b1658cb2d2ac24bee7224c6fea568b4b084e621f96595cfa7d76f59b4dff0147a20901ea8edc6285135ad88f106432862558f1ce6
+Size (task-v2.8.1.tar.gz) = 1834464 bytes


Home | Main Index | Thread Index | Old Index