pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/asdf



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Mar  5 00:43:38 UTC 2025

Modified Files:
        pkgsrc/devel/asdf: Makefile distinfo

Log Message:
asdf: update to 0.16.5. Changes:

* always propagate env variables when executing commands
* correct exit status when sub-command does not exist
* latest version returns latest version
* preserve files untracked by Git on plugin update
* set correct env vars on recursive calls
* simplify env vars parsing


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/asdf/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/asdf/distinfo

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

Modified files:

Index: pkgsrc/devel/asdf/Makefile
diff -u pkgsrc/devel/asdf/Makefile:1.17 pkgsrc/devel/asdf/Makefile:1.18
--- pkgsrc/devel/asdf/Makefile:1.17     Sat Feb 22 18:49:11 2025
+++ pkgsrc/devel/asdf/Makefile  Wed Mar  5 00:43:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2025/02/22 18:49:11 schmonz Exp $
+# $NetBSD: Makefile,v 1.18 2025/03/05 00:43:38 schmonz Exp $
 
-DISTNAME=              asdf-0.16.4
+DISTNAME=              asdf-0.16.5
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=asdf-vm/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}

Index: pkgsrc/devel/asdf/distinfo
diff -u pkgsrc/devel/asdf/distinfo:1.14 pkgsrc/devel/asdf/distinfo:1.15
--- pkgsrc/devel/asdf/distinfo:1.14     Sat Feb 22 18:49:11 2025
+++ pkgsrc/devel/asdf/distinfo  Wed Mar  5 00:43:38 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2025/02/22 18:49:11 schmonz Exp $
+$NetBSD: distinfo,v 1.15 2025/03/05 00:43:38 schmonz Exp $
 
-BLAKE2s (asdf-0.16.4.tar.gz) = ea17179b8783bbd88d84205b1629b1d3e1d4a8aa8ed0106e0502405193be4348
-SHA512 (asdf-0.16.4.tar.gz) = ef6042b44bad20e0918953ca46e4879215784a3b82099d670a46ebccb2c922bce0eebbbba46f5e57aa8783433c4166cd78809c12eebc97fe1829a8882cb62b8a
-Size (asdf-0.16.4.tar.gz) = 315515 bytes
+BLAKE2s (asdf-0.16.5.tar.gz) = 807bba57db7725dbb5a0f9e60cccc312d45663c12329a5a4f7410af9e6f9f358
+SHA512 (asdf-0.16.5.tar.gz) = bfbb6724f92bf30f7ca9e854502d876823ed9bb35cc213eb0d8bee948ff9895e401b266a0ff2b8f68e2c47fd9fc4933e27ed81c41f58f63c76a91f86390e0cdd
+Size (asdf-0.16.5.tar.gz) = 323594 bytes
 BLAKE2s (dario.cat_mergo_@v_v1.0.0.mod) = 0af2e8f4417b8a004650a071a3fcd9716e3bb01ac60f24dc579155e301d2911f
 SHA512 (dario.cat_mergo_@v_v1.0.0.mod) = 706f0038b07866385f4d91a8a28e4b9648c1bd45f0f7124f97069bfa1af16ce6ea77fadd0585c050996c9a36001151b68bdd1d6a6c44fd8645865ef76a7c0c57
 Size (dario.cat_mergo_@v_v1.0.0.mod) = 65 bytes



Home | Main Index | Thread Index | Old Index