pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/pbosh shells/pbosh: Update to 20210607



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31b4b667d954
branches:  trunk
changeset: 454995:31b4b667d954
user:      micha <micha%pkgsrc.org@localhost>
date:      Fri Jun 25 11:01:09 2021 +0000

description:
shells/pbosh: 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:

 shells/pbosh/Makefile |   6 +++---
 shells/pbosh/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 58bfda32b31c -r 31b4b667d954 shells/pbosh/Makefile
--- a/shells/pbosh/Makefile     Fri Jun 25 10:59:25 2021 +0000
+++ b/shells/pbosh/Makefile     Fri Jun 25 11:01:09 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2021/04/26 10:52:42 micha Exp $
+# $NetBSD: Makefile,v 1.19 2021/06/25 11:01:09 micha Exp $
 
-DISTNAME=      schily-2021-04-21
-PKGNAME=       pbosh-20210421
+DISTNAME=      schily-2021-06-07
+PKGNAME=       pbosh-20210607
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=schilytools/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 58bfda32b31c -r 31b4b667d954 shells/pbosh/distinfo
--- a/shells/pbosh/distinfo     Fri Jun 25 10:59:25 2021 +0000
+++ b/shells/pbosh/distinfo     Fri Jun 25 11:01:09 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2021/04/26 10:52:42 micha Exp $
+$NetBSD: distinfo,v 1.16 2021/06/25 11:01:09 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



Home | Main Index | Thread Index | Old Index