pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
task: Update to 3.10.0
Module Name: pkgsrc-wip
Committed By: Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By: iquiw
Date: Mon Jan 10 14:51:53 2022 +0900
Changeset: c0dba87a818840f80b49474f44450ac5341ce08e
Modified Files:
task/Makefile
task/distinfo
task/go-modules.mk
Log Message:
task: Update to 3.10.0
* A new --list-all (alias -a) flag is now available. It's similar to the
existing --list (-l) but prints all tasks, even those without a
description.
* It's now possible to schedule cleanup commands to run once a task
finishes with the defer: keyword (Documentation).
* Remove long deprecated and undocumented $ variable prefix and ^ command
prefix.
* Add support for .yaml extension (as an alternative to .yml). This was
requested multiple times throughout the years. Enjoy!
* Fixed error when computing a variable when the task directory do not
exist yet.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c0dba87a818840f80b49474f44450ac5341ce08e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
task/Makefile | 2 +-
task/distinfo | 18 +++++++++---------
task/go-modules.mk | 4 ++--
3 files changed, 12 insertions(+), 12 deletions(-)
diffs:
diff --git a/task/Makefile b/task/Makefile
index 0dbc9b2103..fc7710273d 100644
--- a/task/Makefile
+++ b/task/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-PKGNAME= task-3.9.2
+PKGNAME= task-3.10.0
DISTNAME= task-${GITHUB_TAG}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=go-task/}
diff --git a/task/distinfo b/task/distinfo
index a99cf81fbc..45f5056788 100644
--- a/task/distinfo
+++ b/task/distinfo
@@ -222,12 +222,12 @@ Size (mvdan.cc_editorconfig_@v_v0.2.0.mod) = 38 bytes
BLAKE2s (mvdan.cc_editorconfig_@v_v0.2.0.zip) = 5e6bb8ff637a240bd56528e1d4fe8e7180d498b5c60ca7cf95bca58f4c8bb55a
SHA512 (mvdan.cc_editorconfig_@v_v0.2.0.zip) = c1e5b925ebf97bda7f5f4d299bd6567ac014b1e97f9497ca14c19ef02dde6b6ea935b766e5a4c04dc40b4ed5f60578c014beb55e6faa913519efebed02cd1632
Size (mvdan.cc_editorconfig_@v_v0.2.0.zip) = 12867 bytes
-BLAKE2s (mvdan.cc_sh_v3_@v_v3.4.2-0.20211202103622-5ae9d64e1402.mod) = 8f5288a3e331df05ddd3d3bb3139a79b065c15366fe376cc640f18c91f640b68
-SHA512 (mvdan.cc_sh_v3_@v_v3.4.2-0.20211202103622-5ae9d64e1402.mod) = e5dcf448e09c33fac6062a3ed35d3dd0fb036ad43388bc80fa775f6d999049e1d94347189cdb2563de1e343fbf7b4d453b76a7048b3bde93fcc01314cb380153
-Size (mvdan.cc_sh_v3_@v_v3.4.2-0.20211202103622-5ae9d64e1402.mod) = 495 bytes
-BLAKE2s (mvdan.cc_sh_v3_@v_v3.4.2-0.20211202103622-5ae9d64e1402.zip) = 7fe8c4b4dcaa42e450c96ff08c52a2e1bc4fbe1350d5cfc7cd02115394cec1e6
-SHA512 (mvdan.cc_sh_v3_@v_v3.4.2-0.20211202103622-5ae9d64e1402.zip) = 86848c5b41b301ea04a01ecead40825f0d0b32f89edc3bc071bb49a2e669ab93fcda48bb5bfdceab7f50297ce5cef2b8f2e298bc269473e1455b0004a7fe2ebd
-Size (mvdan.cc_sh_v3_@v_v3.4.2-0.20211202103622-5ae9d64e1402.zip) = 222467 bytes
-BLAKE2s (task-v3.9.2.tar.gz) = e37924ca5e0cce18567fae7e6e6a301a6111092be79b170bebd6d63b0230d319
-SHA512 (task-v3.9.2.tar.gz) = fbb9dcf39213939a2bbff1c851e831edc607d56f1a181396abc258b826a00fd07a4cee6077fdbbaa14179a51c574f9fdbaebe18998ba573527f2315ab7b6364e
-Size (task-v3.9.2.tar.gz) = 136700 bytes
+BLAKE2s (mvdan.cc_sh_v3_@v_v3.4.2.mod) = 8f5288a3e331df05ddd3d3bb3139a79b065c15366fe376cc640f18c91f640b68
+SHA512 (mvdan.cc_sh_v3_@v_v3.4.2.mod) = e5dcf448e09c33fac6062a3ed35d3dd0fb036ad43388bc80fa775f6d999049e1d94347189cdb2563de1e343fbf7b4d453b76a7048b3bde93fcc01314cb380153
+Size (mvdan.cc_sh_v3_@v_v3.4.2.mod) = 495 bytes
+BLAKE2s (mvdan.cc_sh_v3_@v_v3.4.2.zip) = ea5617e1a5caf1a515f50f0de368a802a152d196bdd4bd493a0c6e00081b1de6
+SHA512 (mvdan.cc_sh_v3_@v_v3.4.2.zip) = 75c8f25ca7cb7d37a706ba3efa9a7df4bd87f0e864a1967fda8bc6deffb7978b10e60acc97315695c0e339d6218a3f15f08769cd3462c4b5f75c4b78987cb8d6
+Size (mvdan.cc_sh_v3_@v_v3.4.2.zip) = 217742 bytes
+BLAKE2s (task-v3.10.0.tar.gz) = c4e8d882fe9a352fa3c8f9b122228f39742d38da116c6db2fa1c194bc0994ba8
+SHA512 (task-v3.10.0.tar.gz) = eb28f599e31f30d79ee74352e1607f3554035b3db33752fdf97cad54189eb54f4a25b483e696feb7403138265a67118112006e13a60708ba1416290f946b464a
+Size (task-v3.10.0.tar.gz) = 138745 bytes
diff --git a/task/go-modules.mk b/task/go-modules.mk
index 13c291633b..d6e5f48cb4 100644
--- a/task/go-modules.mk
+++ b/task/go-modules.mk
@@ -74,5 +74,5 @@ GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod
GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.zip
GO_MODULE_FILES+= mvdan.cc/editorconfig/@v/v0.2.0.mod
GO_MODULE_FILES+= mvdan.cc/editorconfig/@v/v0.2.0.zip
-GO_MODULE_FILES+= mvdan.cc/sh/v3/@v/v3.4.2-0.20211202103622-5ae9d64e1402.mod
-GO_MODULE_FILES+= mvdan.cc/sh/v3/@v/v3.4.2-0.20211202103622-5ae9d64e1402.zip
+GO_MODULE_FILES+= mvdan.cc/sh/v3/@v/v3.4.2.mod
+GO_MODULE_FILES+= mvdan.cc/sh/v3/@v/v3.4.2.zip
Home |
Main Index |
Thread Index |
Old Index