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:           Fri Jan 13 22:18:11 UTC 2023

Modified Files:
        pkgsrc/devel/asdf: Makefile distinfo
        pkgsrc/devel/asdf/patches: patch-lib_commands_reshim.bash

Log Message:
Update to 0.11.1. From the changelog:

# Bug Fixes

* `reshim` did not rewrite executable path (#1311)
* Add test for nushell integration and fix some bugs (#1415)
* Allow `path:` versions to use `~` (#1403)
* Ban use of 'test' (#1383)
* correct order of checks in conditional for adding a missing newline
  (#1418, closes #1417)
* Do not use `pwd`
* Do not use type not exported on older Python versions (#1409)
* force lwrcase plugin name fix capitalization mismatch errs (#1400)
* lint errors from `scripts/checkstyle.py` (#1385)
* mv dev dep from repo root to subdir to avoid clash (#1408)
* Remove unecessary backslashes (#1384)
* Remove usage of `$(pwd)` in favor of `$PWD`


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/asdf/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/asdf/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/devel/asdf/patches/patch-lib_commands_reshim.bash

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.2 pkgsrc/devel/asdf/Makefile:1.3
--- pkgsrc/devel/asdf/Makefile:1.2      Tue Dec 27 20:04:30 2022
+++ pkgsrc/devel/asdf/Makefile  Fri Jan 13 22:18:11 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/12/27 20:04:30 abs Exp $
+# $NetBSD: Makefile,v 1.3 2023/01/13 22:18:11 schmonz Exp $
 
-DISTNAME=              asdf-0.11.0
+DISTNAME=              asdf-0.11.1
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=asdf-vm/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}
@@ -22,7 +22,7 @@ AUTO_MKDIRS=          yes
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    do-configure
 SUBST_FILES.prefix=    lib/utils.bash lib/commands/reshim.bash
-SUBST_VARS.prefix=     PREFIX
+SUBST_VARS.prefix=     PREFIX BASH
 
 SUBST_CLASSES+=                lib
 SUBST_STAGE.lib=       do-configure

Index: pkgsrc/devel/asdf/distinfo
diff -u pkgsrc/devel/asdf/distinfo:1.1 pkgsrc/devel/asdf/distinfo:1.2
--- pkgsrc/devel/asdf/distinfo:1.1      Tue Dec 27 16:11:00 2022
+++ pkgsrc/devel/asdf/distinfo  Fri Jan 13 22:18:11 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2022/12/27 16:11:00 schmonz Exp $
+$NetBSD: distinfo,v 1.2 2023/01/13 22:18:11 schmonz Exp $
 
-BLAKE2s (asdf-0.11.0.tar.gz) = a811635ed0a8dbee262d932c38268aec9a546762a3d66535128fc275cfbd94a2
-SHA512 (asdf-0.11.0.tar.gz) = 1709d96038266557272f5b42403208d5fc2c5da99a3bf273abaee0668c8b3c2a32a253110c59f4af9f71eb8a6261ed0cd4f0749880a94d876f3a9ac5f71e1bc1
-Size (asdf-0.11.0.tar.gz) = 182784 bytes
-SHA1 (patch-lib_commands_reshim.bash) = 0a9927c33fb5a58f08e5dbaf15d4c41b0f3d5ec4
+BLAKE2s (asdf-0.11.1.tar.gz) = 5d676494b0b099d166b1d5ef1111a548697b8b207f38bebe5f81a4d979c07a31
+SHA512 (asdf-0.11.1.tar.gz) = d62c9552b85fa697dd6e958ddcb118e2f45361c28add6b079c3b63649fd2062605f76dd1f2b4831750209ab6663cb20e61311d5655fb50b6f1695b55e6636251
+Size (asdf-0.11.1.tar.gz) = 187832 bytes
+SHA1 (patch-lib_commands_reshim.bash) = 016cde2d9c68c47d46b01b9482091cc5b6ec11d4
 SHA1 (patch-lib_utils.bash) = f6e3c3839d21ce21520cf0e9e8b98ab5cb678225

Index: pkgsrc/devel/asdf/patches/patch-lib_commands_reshim.bash
diff -u pkgsrc/devel/asdf/patches/patch-lib_commands_reshim.bash:1.1 pkgsrc/devel/asdf/patches/patch-lib_commands_reshim.bash:1.2
--- pkgsrc/devel/asdf/patches/patch-lib_commands_reshim.bash:1.1        Tue Dec 27 16:11:01 2022
+++ pkgsrc/devel/asdf/patches/patch-lib_commands_reshim.bash    Fri Jan 13 22:18:11 2023
@@ -1,15 +1,18 @@
-$NetBSD: patch-lib_commands_reshim.bash,v 1.1 2022/12/27 16:11:01 schmonz Exp $
+$NetBSD: patch-lib_commands_reshim.bash,v 1.2 2023/01/13 22:18:11 schmonz Exp $
 
 Use pkgsrc paths.
 
---- lib/commands/reshim.bash.orig      2022-12-14 20:53:20.000000000 +0000
+--- lib/commands/reshim.bash.orig      2023-01-13 14:45:18.000000000 +0000
 +++ lib/commands/reshim.bash
-@@ -97,7 +97,7 @@ write_shim_script() {
-     cat <<EOF >"$shim_path"
- #!/usr/bin/env bash
- # asdf-plugin: ${plugin_name} ${version}
+@@ -102,9 +102,9 @@ EOF
+   fi
+ 
+   cat <<EOF >"$shim_path"
+-#!/usr/bin/env bash
++#!@BASH@
+ $(sort -u <"$temp_versions_path")
 -exec $(asdf_dir)/bin/asdf exec "${executable_name}" "\$@" # asdf_allow: ' asdf '
 +exec @PREFIX@/bin/asdf exec "${executable_name}" "\$@" # asdf_allow: ' asdf '
  EOF
-   fi
  
+   rm "$temp_versions_path"



Home | Main Index | Thread Index | Old Index