pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/yash



Module Name:    pkgsrc
Committed By:   vins
Date:           Thu Aug 22 18:02:29 UTC 2024

Modified Files:
        pkgsrc/shells/yash: Makefile distinfo

Log Message:
shells/yash: update to 2.57

# Noteworthy changes

* Added support for the "$POST_PROMPT_COMMAND" variable, whose value
 is executed after reading a command line in the interactive shell.

* If the shell exits because of a shell error during the EXIT trap,
  the shell now returns the exit status of the error rather than that
  of the last command before the EXIT trap.

* [line-editing] Fixed the spurious error message printed when
  completing after git config alias. with the nounset shell option
  enabled.

* [line-editing] Completion no longer inserts a redundant backslash
  to escape a character included in the completed word
  when the cursor follows another backslash.
  Updated the sample initialization script (yashrc):

* Added setup for VS Code shell integration.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/shells/yash/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/shells/yash/distinfo

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

Modified files:

Index: pkgsrc/shells/yash/Makefile
diff -u pkgsrc/shells/yash/Makefile:1.10 pkgsrc/shells/yash/Makefile:1.11
--- pkgsrc/shells/yash/Makefile:1.10    Sun Jun  9 07:44:54 2024
+++ pkgsrc/shells/yash/Makefile Thu Aug 22 18:02:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/06/09 07:44:54 vins Exp $
+# $NetBSD: Makefile,v 1.11 2024/08/22 18:02:29 vins Exp $
 
-DISTNAME=      yash-2.56.1
+DISTNAME=      yash-2.57
 CATEGORIES=    shells
 MASTER_SITES=   ${MASTER_SITE_GITHUB:=magicant/}
 GITHUB_RELEASE= ${PKGVERSION_NOREV}

Index: pkgsrc/shells/yash/distinfo
diff -u pkgsrc/shells/yash/distinfo:1.5 pkgsrc/shells/yash/distinfo:1.6
--- pkgsrc/shells/yash/distinfo:1.5     Sun Jun  9 07:44:54 2024
+++ pkgsrc/shells/yash/distinfo Thu Aug 22 18:02:29 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2024/06/09 07:44:54 vins Exp $
+$NetBSD: distinfo,v 1.6 2024/08/22 18:02:29 vins Exp $
 
-BLAKE2s (yash-2.56.1.tar.xz) = 2e3ecb3cfcb9b197f433e9d2e2139c04527b7d86c60c9641ab1202b6c75f2dc1
-SHA512 (yash-2.56.1.tar.xz) = 28e8bde5fc12e5178136b82ecdc0c52c37c98301245089b0d55c43266880e299237a5522e572883e5c51b7d9a0e9bf94fe265a9ebdbf346c28ff837b0f60cc00
-Size (yash-2.56.1.tar.xz) = 768752 bytes
+BLAKE2s (yash-2.57.tar.xz) = 993d99631c42cf7d0e1de24b8d95c57108bf641b4422f1f6247f6c5991d61744
+SHA512 (yash-2.57.tar.xz) = 6604ce54f698740d99e4ce3e6ff93b10936353b0690871b4dd1a0ef4569fc228284f551398b4912d324c8627eccec4cd51ac58508f741eb47b315560f02bff01
+Size (yash-2.57.tar.xz) = 771228 bytes
 SHA1 (patch-Makefile.in) = f9529b43db6f3775a5676b0f96f5cd5c4d60234e



Home | Main Index | Thread Index | Old Index