summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authormicha <micha@pkgsrc.org>2021-06-25 10:56:30 +0000
committermicha <micha@pkgsrc.org>2021-06-25 10:56:30 +0000
commitdd033290449b56e79354bfd8c4d242ed7d3de9a9 (patch)
tree4598e84f9a81f69db2f934aebe5f6bc9c7044734 /shells
parentef5a61074407ff2b80000f207f7ff523ca779498 (diff)
downloadpkgsrc-dd033290449b56e79354bfd8c4d242ed7d3de9a9.tar.gz
shells/bosh: Update to 20210607
Changelog from AN-2021-05-19: - Bourne Shell: the fc(1) builtin now handles "fc -l -0" the same way as ksh does and refers to the current command. Before only "fc -l -1" did work to select the previous command. Together with the "ERR" trap fix, this permits to install a "command not found" handler in the shell that could explain users how to install a missing command. This "missing command" handler could be implemented via: trap 'show-info-message-for-missing-command $(fc -l -0)' ERR Changelog from AN-2021-06-07: - Bourne Shell: the man page now uses a correct notation for "[]" for the arguments of the builtin "dosh" that has been introduced in May 2012.
Diffstat (limited to 'shells')
-rw-r--r--shells/bosh/Makefile6
-rw-r--r--shells/bosh/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/shells/bosh/Makefile b/shells/bosh/Makefile
index cd7d82681d6..0a24af3cfb2 100644
--- a/shells/bosh/Makefile
+++ b/shells/bosh/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2021/04/26 10:45:39 micha Exp $
+# $NetBSD: Makefile,v 1.19 2021/06/25 10:56:30 micha Exp $
-DISTNAME= schily-2021-04-21
-PKGNAME= bosh-20210421
+DISTNAME= schily-2021-06-07
+PKGNAME= bosh-20210607
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=schilytools/}
EXTRACT_SUFX= .tar.bz2
diff --git a/shells/bosh/distinfo b/shells/bosh/distinfo
index fd42c564556..d6821c90268 100644
--- a/shells/bosh/distinfo
+++ b/shells/bosh/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2021/04/26 10:45:39 micha Exp $
+$NetBSD: distinfo,v 1.16 2021/06/25 10:56:30 micha Exp $
-SHA1 (schily-2021-04-21.tar.bz2) = 81f87aba8f31caa9decbbe605aa40c9b631474c9
-RMD160 (schily-2021-04-21.tar.bz2) = 0f35a4a9e4e464d7bbf40758c0d6fa314f7e4381
-SHA512 (schily-2021-04-21.tar.bz2) = feb6150fbf79b9a12be58325eac328393c504635f461993b24edcfc18df53953b4c28390187c38c8eccc8cc905354b8fb2f50f5f60beb04363bb9ce32d8203e6
-Size (schily-2021-04-21.tar.bz2) = 4919718 bytes
+SHA1 (schily-2021-06-07.tar.bz2) = 355c162afdffb730e632902620397cc7851c3595
+RMD160 (schily-2021-06-07.tar.bz2) = 8239c965ad9da0d7ce21c39ed28f3f367f929cbf
+SHA512 (schily-2021-06-07.tar.bz2) = f71fb7b521e1b39e87ec9e44b29576eb2e67f0783e24760590f4323243ee1df7e7bdc214aa95d9e3cde6d090c14cab85ddfeaa8ea93b3942997c72c257b53a60
+Size (schily-2021-06-07.tar.bz2) = 4905609 bytes