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 Aug  6 10:24:18 UTC 2021

Modified Files:
        pkgsrc/shells/pbosh: Makefile distinfo

Log Message:
shells/pbosh: Update to 20210729

Changelog from AN-2021-07-29:
- Bourne Shell: "cd -" now prints the new directory. POSIX requires this.

  Thanks to a report from Robert Elz.

- Bourne Shell: "make install" now works wit SuPro Make as well.
  Previously, the target /opt/schily/xpg4/bin/bosh (a symlink) was not
  installed because of a missing rule that caused SuPro Make to complain.
  about a target with no existing rule to make.

- Bourne Shell: z/OS only supports the minimum fields from struct rusage
  that are required by POSIX. We need the same hack as for HAIKU to
  be able to compile.

  Thanks to a report from Matthew R. Wilson

- Bourne Shell: z/OS does not #define MAXPATHLEN, so we #define it
  to be 1024 by default

  Thanks to a report from Matthew R. Wilson


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/shells/pbosh/Makefile
cvs rdiff -u -r1.16 -r1.17 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.19 pkgsrc/shells/pbosh/Makefile:1.20
--- pkgsrc/shells/pbosh/Makefile:1.19   Fri Jun 25 11:01:09 2021
+++ pkgsrc/shells/pbosh/Makefile        Fri Aug  6 10:24:18 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2021/06/25 11:01:09 micha Exp $
+# $NetBSD: Makefile,v 1.20 2021/08/06 10:24:18 micha Exp $
 
-DISTNAME=      schily-2021-06-07
-PKGNAME=       pbosh-20210607
+DISTNAME=      schily-2021-07-29
+PKGNAME=       pbosh-20210729
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=schilytools/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/shells/pbosh/distinfo
diff -u pkgsrc/shells/pbosh/distinfo:1.16 pkgsrc/shells/pbosh/distinfo:1.17
--- pkgsrc/shells/pbosh/distinfo:1.16   Fri Jun 25 11:01:09 2021
+++ pkgsrc/shells/pbosh/distinfo        Fri Aug  6 10:24:18 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2021/06/25 11:01:09 micha Exp $
+$NetBSD: distinfo,v 1.17 2021/08/06 10:24:18 micha Exp $
 
-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
+SHA1 (schily-2021-07-29.tar.bz2) = 6de3773faf2aa0418ac761c011736ea05c4a66a8
+RMD160 (schily-2021-07-29.tar.bz2) = cde4b154b66cbb590faa32aae3448c62979e6c18
+SHA512 (schily-2021-07-29.tar.bz2) = 095740bf1190440d386145653763d74ad93abf996e6a1e56279b5441990898515356eda0f7b5d07386d2aac1ba1adf0e9dac423ce49ced4fdc13914857b6afc1
+Size (schily-2021-07-29.tar.bz2) = 4927143 bytes



Home | Main Index | Thread Index | Old Index