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:   gdt
Date:           Wed Dec  6 00:09:39 UTC 2023

Modified Files:
        pkgsrc/shells/oksh: Makefile distinfo

Log Message:
shells/oksh: Update oksh to 7.4

- Remove broken special handling of test -t
- consistently escape control characters when displaying file name
  completions, even when there are multiple matches
- added kefir compiler support


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/shells/oksh/Makefile
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/shells/oksh/Makefile:1.13
--- pkgsrc/shells/oksh/Makefile:1.12    Thu Aug 24 15:47:03 2023
+++ pkgsrc/shells/oksh/Makefile Wed Dec  6 00:09:38 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/08/24 15:47:03 schmonz Exp $
+# $NetBSD: Makefile,v 1.13 2023/12/06 00:09:38 gdt Exp $
 
-DISTNAME=              oksh-7.3
+DISTNAME=              oksh-7.4
 CATEGORIES=            shells
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=ibara/}
 GITHUB_TAG=            ${DISTNAME}

Index: pkgsrc/shells/oksh/distinfo
diff -u pkgsrc/shells/oksh/distinfo:1.11 pkgsrc/shells/oksh/distinfo:1.12
--- pkgsrc/shells/oksh/distinfo:1.11    Thu Aug 24 15:46:18 2023
+++ pkgsrc/shells/oksh/distinfo Wed Dec  6 00:09:38 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/08/24 15:46:18 schmonz Exp $
+$NetBSD: distinfo,v 1.12 2023/12/06 00:09:38 gdt Exp $
 
-BLAKE2s (oksh-7.3.tar.gz) = 8d0ddb83953556ae99e7730ffa9cc7d62eca6c7043c4976ddb5e55c2ab49d5f6
-SHA512 (oksh-7.3.tar.gz) = c7ff73ac9024d73cef387ceb9df76dda707ddd42a2cccb54f2c12bd688b79ac1e963a302f86c5180bffe642caae94a755b951f4b5da31fa479de1065916e848b
-Size (oksh-7.3.tar.gz) = 308690 bytes
+BLAKE2s (oksh-7.4.tar.gz) = bd836a43e363c1e219383a15e09f85a03f551eb37c8eb7ac9be59ce9d995be82
+SHA512 (oksh-7.4.tar.gz) = c6b97242abf1a2c68570dfbc3a47badf7b622788a35b9971929a235e195fbdf9f6cfc8019b975394f2e79b35b8a89a762619eddb6966052a64551289aee240f2
+Size (oksh-7.4.tar.gz) = 308650 bytes



Home | Main Index | Thread Index | Old Index