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:           Mon Sep 11 20:19:21 UTC 2023

Modified Files:
        pkgsrc/devel/asdf: Makefile distinfo

Log Message:
asdf: update to 0.13.0. From the changelog:

### Breaking changes

* `plugin list` exit code 0 when no plugins are installed ([#1597])
* 0 exit code for success when adding an existing plugin ([#1598])
* fish: don't resolve symlinks for ASDF_DIR ([#1583])

### Features

* add plugin location when update the plugin ([#1602])

### Patches

* `plugin list` exit code 0 when no plugins are installed ([#1597])
* 0 exit code for success when adding an existing plugin ([#1598])
* fish: don't resolve symlinks for ASDF_DIR ([#1583])
* improve lint and test scripts ([#1607])
* Make asdf.fish compatible with Fish 3.1.2 ([#1590])
* no longer write temporary files to home directory ([#1592])
* nushell language syntax update ([#1624])
* set default shell version values on POSIX entrypoint ([#1594])
* warn when any ./lib/commands are marked as executable ([#1593])

### Documentation

* `bin/latest-stable` empty query is set to default ([#1591])
* migrate to VitePress from VuePress ([#1578])
* upgrade deps & fix breaking changes ([446f8c5])


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/asdf/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/devel/asdf/Makefile:1.7
--- pkgsrc/devel/asdf/Makefile:1.6      Thu Jun 15 17:32:09 2023
+++ pkgsrc/devel/asdf/Makefile  Mon Sep 11 20:19:21 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/06/15 17:32:09 schmonz Exp $
+# $NetBSD: Makefile,v 1.7 2023/09/11 20:19:21 schmonz Exp $
 
-DISTNAME=              asdf-0.12.0
+DISTNAME=              asdf-0.13.0
 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.5 pkgsrc/devel/asdf/distinfo:1.6
--- pkgsrc/devel/asdf/distinfo:1.5      Thu Jun 15 17:32:09 2023
+++ pkgsrc/devel/asdf/distinfo  Mon Sep 11 20:19:21 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2023/06/15 17:32:09 schmonz Exp $
+$NetBSD: distinfo,v 1.6 2023/09/11 20:19:21 schmonz Exp $
 
-BLAKE2s (asdf-0.12.0.tar.gz) = cb5e9ac9ab41df082d2f5a173e8e1081d4ef9356d48e9f7f28ab22920e108219
-SHA512 (asdf-0.12.0.tar.gz) = dd7b64a97443bdc40133943b4110be218c7009511fcae7281546ed1acb8019cf9041fbabdc9f2871ca4c65bc396c1becaf245a0202e57e8fa612efbd0409c4c8
-Size (asdf-0.12.0.tar.gz) = 199940 bytes
+BLAKE2s (asdf-0.13.0.tar.gz) = 06ede44924ae31745959a01a4da8b8269b96c69c684c3fb00d1cb5a9e791ad95
+SHA512 (asdf-0.13.0.tar.gz) = 4c044866f237165b8d11131bd2cbcf8b45f11cb37eec70fd9d1febd9f6b8d3a983d139b6a762403736b82a5b7080b97d0a45f0357327c7d904154c2538bb1592
+Size (asdf-0.13.0.tar.gz) = 162995 bytes
 SHA1 (patch-lib_commands_reshim.bash) = 016cde2d9c68c47d46b01b9482091cc5b6ec11d4



Home | Main Index | Thread Index | Old Index