pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
task: update to 3.37.2
Module Name: pkgsrc-wip
Committed By: Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By: iquiw
Date: Sun Jun 23 17:02:22 2024 +0900
Changeset: f6fe9bd1b0902f992e98dc339c1581b718b45e56
Modified Files:
task/COMMIT_MSG
task/Makefile
task/distinfo
Log Message:
task: update to 3.37.2
Pkgsrc changes:
* Fix --version to show the correct number.
Upstream changes:
* Fixed a bug where an empty Taskfile would cause a panic.
* Fixed a bug where includes Taskfile variable were not being merged
correctly.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f6fe9bd1b0902f992e98dc339c1581b718b45e56
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
task/COMMIT_MSG | 2 +-
task/Makefile | 5 ++---
task/distinfo | 6 +++---
3 files changed, 6 insertions(+), 7 deletions(-)
diffs:
diff --git a/task/COMMIT_MSG b/task/COMMIT_MSG
index 858d6fc90a..b78e585f7a 100644
--- a/task/COMMIT_MSG
+++ b/task/COMMIT_MSG
@@ -1,3 +1,3 @@
-devel/task: import task version 3.37.1
+devel/task: import task version 3.37.2
Packaged in wip by iquiw
diff --git a/task/Makefile b/task/Makefile
index 8b8f8e2674..a9adbfb83c 100644
--- a/task/Makefile
+++ b/task/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-PKGNAME= task-3.37.1
+PKGNAME= task-3.37.2
DISTNAME= task-${GITHUB_TAG}
CATEGORIES= devel
@@ -18,7 +18,6 @@ EXTRACT_USING= bsdtar
.include "go-modules.mk"
GO_BUILD_PATTERN= ./cmd/task
-CHECK_RELRO_SKIP+= bin/task
INSTALLATION_DIRS+= bin \
share/bash-completion/completions \
@@ -26,7 +25,7 @@ INSTALLATION_DIRS+= bin \
do-build:
${RUN}${_ULIMIT_CMD} cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ${GO} install \
- -ldflags '-X main.version=${PKGVERSION_NOREV}' -v ${GO_BUILD_PATTERN}
+ -ldflags '-X github.com/go-task/task/v3/internal/version.version=${PKGVERSION_NOREV}' -v ${GO_BUILD_PATTERN}
do-install:
${RUN} cd ${WRKDIR}/.gopath && [ ! -d bin ] || ${PAX} -rw bin ${DESTDIR}${PREFIX}
diff --git a/task/distinfo b/task/distinfo
index 9f5260b7d8..4840c86c93 100644
--- a/task/distinfo
+++ b/task/distinfo
@@ -168,6 +168,6 @@ Size (mvdan.cc_sh_v3_@v_v3.8.0.mod) = 554 bytes
BLAKE2s (mvdan.cc_sh_v3_@v_v3.8.0.zip) = e7be8433635a23154eff72b3cb0937a7096c853e8e5cd7c23429d18e7cddd6cf
SHA512 (mvdan.cc_sh_v3_@v_v3.8.0.zip) = 4ab37fc86a69bb714037b7460d3d375066dad736b31fb228b6523a00cde9862d074355bca37931b7025adec9bd32bfb1fdf64c0ae5e13b355eb3fc226a7fa459
Size (mvdan.cc_sh_v3_@v_v3.8.0.zip) = 250353 bytes
-BLAKE2s (task-v3.37.1.tar.gz) = 7ce532e3a45f29901b401fc6124ea87f126676800929c9a0cbede3e90c0827de
-SHA512 (task-v3.37.1.tar.gz) = 5e1b9201814a61d34605cdbde51d478811dba3eedbc161a6e07113adafcd8d510797b43d54dced20635f6bb5562a16b77d90da6c1d3abef03e07034826387894
-Size (task-v3.37.1.tar.gz) = 443802 bytes
+BLAKE2s (task-v3.37.2.tar.gz) = b87ccd8791bba401bd2459800b93a866139b08501404d57f9f1df516d2cf223a
+SHA512 (task-v3.37.2.tar.gz) = 5cee01efd12215afafd2c0e30b67a7554648e69ddcc6d8a0477e825a65d084785969d6cc83afdf90975f9e7e7d6797777d3a919da7c092da0ddb4b7641122ef1
+Size (task-v3.37.2.tar.gz) = 444306 bytes
Home |
Main Index |
Thread Index |
Old Index