Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/oksh oksh: update to 6.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/764df374c937
branches:  trunk
changeset: 431167:764df374c937
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Sat May 09 21:58:20 2020 +0000

description:
oksh: update to 6.7.

No ChangeLog available.

diffstat:

 shells/oksh/Makefile                 |   5 ++---
 shells/oksh/distinfo                 |  10 +++++-----
 shells/oksh/patches/patch-io.c       |  12 ------------
 shells/oksh/patches/patch-portable.h |  22 ----------------------
 4 files changed, 7 insertions(+), 42 deletions(-)

diffs (72 lines):

diff -r 26b232decee4 -r 764df374c937 shells/oksh/Makefile
--- a/shells/oksh/Makefile      Sat May 09 21:50:49 2020 +0000
+++ b/shells/oksh/Makefile      Sat May 09 21:58:20 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/03/07 21:14:45 cheusov Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/09 21:58:20 fcambus Exp $
 
-DISTNAME=      oksh-6.5
-PKGREVISION=   1
+DISTNAME=      oksh-6.7
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ibara/}
 GITHUB_TAG=    ${DISTNAME}
diff -r 26b232decee4 -r 764df374c937 shells/oksh/distinfo
--- a/shells/oksh/distinfo      Sat May 09 21:50:49 2020 +0000
+++ b/shells/oksh/distinfo      Sat May 09 21:58:20 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2019/07/24 11:15:41 maya Exp $
+$NetBSD: distinfo,v 1.3 2020/05/09 21:58:20 fcambus Exp $
 
-SHA1 (oksh-6.5.tar.gz) = 80ca09d09a430b70ad38d7b3098d642560f5323e
-RMD160 (oksh-6.5.tar.gz) = d774a686fc76f6671cc9d6be542c6d4f0afcd07c
-SHA512 (oksh-6.5.tar.gz) = 473fc21e829018d3dd2977ae2909d95488a0c8f7a293778fe1e73f8e047cf46da2e3afe4786e95ff650fc7d207da342e0b2a8f8ccd98aa5957765a25bb844f98
-Size (oksh-6.5.tar.gz) = 301894 bytes
+SHA1 (oksh-6.7.tar.gz) = 1851b2bf02807159ed6481aa328ff7aab7bfc4e1
+RMD160 (oksh-6.7.tar.gz) = d5293fc41edd983f14fb5d5ec10e695b0dc4e8ca
+SHA512 (oksh-6.7.tar.gz) = 94bdf846dbce68a2c72bf83b867fd1beeaa0f36f8fdb3dd95cee801f75abd6acd8433cc7e534e79cc053274defeec55ba71714e178cc9b53291c7907edb01b37
+Size (oksh-6.7.tar.gz) = 301879 bytes
 SHA1 (patch-io.c) = e231fe9fbef5df7f7a73facbedb0260134e8158c
 SHA1 (patch-portable.h) = 9b4cdc1511db6093a0fe24c101bd4491c5df2f49
diff -r 26b232decee4 -r 764df374c937 shells/oksh/patches/patch-io.c
--- a/shells/oksh/patches/patch-io.c    Sat May 09 21:50:49 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-io.c,v 1.1 2019/07/24 11:15:41 maya Exp $
-
---- io.c.orig  2019-04-10 23:55:43.000000000 +0000
-+++ io.c
-@@ -10,6 +10,7 @@
- #include <errno.h>
- #include <fcntl.h>
- #include <string.h>
-+#include <stdlib.h>
- #include <unistd.h>
- 
- #include "sh.h"
diff -r 26b232decee4 -r 764df374c937 shells/oksh/patches/patch-portable.h
--- a/shells/oksh/patches/patch-portable.h      Sat May 09 21:50:49 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-portable.h,v 1.1 2019/07/24 11:15:41 maya Exp $
-
-Avoid re-defining timespecsub on netbsd, that already has it.
-
---- portable.h.orig    2019-04-10 23:55:43.000000000 +0000
-+++ portable.h
-@@ -151,6 +151,7 @@
-             ((tsp)->tv_nsec cmp (usp)->tv_nsec) :                       \
-             ((tsp)->tv_sec cmp (usp)->tv_sec))
- 
-+#ifndef timespecsub
- #define timespecsub(tsp, usp, vsp)                                      \
-         do {                                                            \
-                 (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec;          \
-@@ -160,6 +161,7 @@
-                         (vsp)->tv_nsec += 1000000000L;                  \
-                 }                                                       \
-         } while (0)
-+#endif
- #endif /* !__OpenBSD__ */
- 
- #if !defined(HAVE_ST_MTIM) && !defined(HAVE_ST_MTIMESPEC)



Home | Main Index | Thread Index | Old Index