pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/pbosh



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Jun 25 11:01:09 UTC 2021

Modified Files:
        pkgsrc/shells/pbosh: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/shells/pbosh/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/shells/pbosh/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/pbosh/Makefile
diff -u pkgsrc/shells/pbosh/Makefile:1.18 pkgsrc/shells/pbosh/Makefile:1.19
--- pkgsrc/shells/pbosh/Makefile:1.18   Mon Apr 26 10:52:42 2021
+++ pkgsrc/shells/pbosh/Makefile        Fri Jun 25 11:01:09 2021
@@ -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

Index: pkgsrc/shells/pbosh/distinfo
diff -u pkgsrc/shells/pbosh/distinfo:1.15 pkgsrc/shells/pbosh/distinfo:1.16
--- pkgsrc/shells/pbosh/distinfo:1.15   Mon Apr 26 10:52:42 2021
+++ pkgsrc/shells/pbosh/distinfo        Fri Jun 25 11:01:09 2021
@@ -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