pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/oksh



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Oct 10 11:27:35 UTC 2021

Modified Files:
        pkgsrc/shells/oksh: Makefile distinfo

Log Message:
Update to 7.0. From the changelog:

- Use old conversion of clock_gettime on macOS prior to 10.12
- Manpage tweak: shell scripts should use getopts instead of getopt
- In addition to 2-byte and 3-byte UTF-8 sequences, correctly identify
  all 4-byte UTF-8 sequences
- Do not permit an empty list between "while" and "do"


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/shells/oksh/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/shells/oksh/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/oksh/Makefile
diff -u pkgsrc/shells/oksh/Makefile:1.8 pkgsrc/shells/oksh/Makefile:1.9
--- pkgsrc/shells/oksh/Makefile:1.8     Sat May  1 07:40:00 2021
+++ pkgsrc/shells/oksh/Makefile Sun Oct 10 11:27:35 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/05/01 07:40:00 schmonz Exp $
+# $NetBSD: Makefile,v 1.9 2021/10/10 11:27:35 schmonz Exp $
 
-DISTNAME=      oksh-6.9
+DISTNAME=      oksh-7.0
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ibara/}
 GITHUB_TAG=    ${DISTNAME}

Index: pkgsrc/shells/oksh/distinfo
diff -u pkgsrc/shells/oksh/distinfo:1.7 pkgsrc/shells/oksh/distinfo:1.8
--- pkgsrc/shells/oksh/distinfo:1.7     Thu Oct  7 14:56:11 2021
+++ pkgsrc/shells/oksh/distinfo Sun Oct 10 11:27:35 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/07 14:56:11 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/10/10 11:27:35 schmonz Exp $
 
-RMD160 (oksh-6.9.tar.gz) = f5fd030947ca857b1603ed54d10360e1cc7cf9bf
-SHA512 (oksh-6.9.tar.gz) = ebb1a1b57ead0eb2f16799facaa948ee4856704dfcd73a4dbd092969fedb306cdd2ac673cd79a5952d739647c910c653fc82be1c28e6afcfa4afd1a5cbebaa7e
-Size (oksh-6.9.tar.gz) = 307213 bytes
+RMD160 (oksh-7.0.tar.gz) = 5e74f06e1930405d3660a85b3913a99c02990779
+SHA512 (oksh-7.0.tar.gz) = e06536b63c64ee0ab50a7a0ef28a1597e06ef9e1579ff35f48d2a1da414dbd6e6c8a53792dbdb1c77613f8f3d1247988fdfec53cb95e12974e086f3c558aa5f7
+Size (oksh-7.0.tar.gz) = 308123 bytes



Home | Main Index | Thread Index | Old Index