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 Nov 29 19:31:44 UTC 2020

Modified Files:
        pkgsrc/shells/oksh: Makefile distinfo

Log Message:
Update to 6.8.1. From the changelog:

- Fix build on musl-libc platforms (#49)
- Default CFLAGS of -g -O2 if user didn't specify any
- Fix a bug on Linux systems (#48)
- Add an OKSH_VERSION variable that gives the user the oksh version
  (KSH_VERSION and SH_VERSION are still their original values)
- Default to ST_MTIM when using --no-thanks
- Allow some code to be commented out when not compiling with curses


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/shells/oksh/Makefile
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/shells/oksh/Makefile:1.7
--- pkgsrc/shells/oksh/Makefile:1.6     Mon Oct 26 10:21:47 2020
+++ pkgsrc/shells/oksh/Makefile Sun Nov 29 19:31:43 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/10/26 10:21:47 schmonz Exp $
+# $NetBSD: Makefile,v 1.7 2020/11/29 19:31:43 schmonz Exp $
 
-DISTNAME=      oksh-6.7.1
+DISTNAME=      oksh-6.8.1
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ibara/}
 GITHUB_TAG=    ${DISTNAME}

Index: pkgsrc/shells/oksh/distinfo
diff -u pkgsrc/shells/oksh/distinfo:1.4 pkgsrc/shells/oksh/distinfo:1.5
--- pkgsrc/shells/oksh/distinfo:1.4     Mon Oct 26 10:21:47 2020
+++ pkgsrc/shells/oksh/distinfo Sun Nov 29 19:31:43 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/10/26 10:21:47 schmonz Exp $
+$NetBSD: distinfo,v 1.5 2020/11/29 19:31:43 schmonz Exp $
 
-SHA1 (oksh-6.7.1.tar.gz) = 0e1d0bc13baf6d7d090a019c3845edacf132bce4
-RMD160 (oksh-6.7.1.tar.gz) = ca031c17205f2036c14c8de5c993e5beebece43c
-SHA512 (oksh-6.7.1.tar.gz) = 0b756d24bca3a23cd6db5ec9a591f73335cb6801fde53d505169e1e47b3f27b5a661fa025184b89d9c43c4d462d5fed771e651cd6738dbd5e377353bb8199d52
-Size (oksh-6.7.1.tar.gz) = 303231 bytes
+SHA1 (oksh-6.8.1.tar.gz) = 8070e5b8ebd287f90a944641bf48a184b9aa6dd4
+RMD160 (oksh-6.8.1.tar.gz) = edc34451f1040217ec3b9a39eb35c3edad41d5ae
+SHA512 (oksh-6.8.1.tar.gz) = 8c008375e85daff9782eed9e1b594c02d95d1f991cefba2fc6fe45b23d0b0e7af5d5099b08770fc136adc2c7be95d4e4baf8c040c608acc4b294dc986c66e28c
+Size (oksh-6.8.1.tar.gz) = 303702 bytes



Home | Main Index | Thread Index | Old Index