pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/tcsh {,standalone-,static-}tcsh: Update to 6.24...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0744ef4584b7
branches:  trunk
changeset: 388636:0744ef4584b7
user:      kim <kim%pkgsrc.org@localhost>
date:      Wed Nov 23 23:19:23 2022 +0000

description:
{,standalone-,static-}tcsh: Update to 6.24.02:

Changes since 6.24.01:

  7. V6.24.02 - 20221124
  6. Complete mdoc-based manual page (Luke Mewburn)
  5. Fix rechist() check for NULL filename (broke when arg was renamed).
        > cd
        > rm .history
        > unset savehist
        > history -S /tmp/s
        > exit
     A ~/.history has been written when it should not have been.
  4. Make OpenBSD use SHORT_STRINGS and fix non-SHORT_STRINGS compilation.

diffstat:

 shells/tcsh/Makefile        |  3 +--
 shells/tcsh/Makefile.common |  4 ++--
 shells/tcsh/distinfo        |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 410a1ed0a462 -r 0744ef4584b7 shells/tcsh/Makefile
--- a/shells/tcsh/Makefile      Wed Nov 23 23:09:47 2022 +0000
+++ b/shells/tcsh/Makefile      Wed Nov 23 23:19:23 2022 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.105 2022/06/28 11:35:53 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2022/11/23 23:19:23 kim Exp $
 
-PKGREVISION= 1
 .include "../../shells/tcsh/Makefile.common"
 
 CONFLICTS=     static-tcsh-[0-9]*
diff -r 410a1ed0a462 -r 0744ef4584b7 shells/tcsh/Makefile.common
--- a/shells/tcsh/Makefile.common       Wed Nov 23 23:09:47 2022 +0000
+++ b/shells/tcsh/Makefile.common       Wed Nov 23 23:19:23 2022 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.6 2022/05/12 14:51:30 kim Exp $
+# $NetBSD: Makefile.common,v 1.7 2022/11/23 23:19:23 kim Exp $
 #
 # used by shells/standalone-tcsh/Makefile
 # used by shells/static-tcsh/Makefile
 # used by shells/tcsh/Makefile
 
-DISTNAME=      tcsh-6.24.01
+DISTNAME=      tcsh-6.24.02
 CATEGORIES=    shells
 MASTER_SITES=  ftp://ftp.astron.com/pub/tcsh/
 MASTER_SITES+= http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/
diff -r 410a1ed0a462 -r 0744ef4584b7 shells/tcsh/distinfo
--- a/shells/tcsh/distinfo      Wed Nov 23 23:09:47 2022 +0000
+++ b/shells/tcsh/distinfo      Wed Nov 23 23:19:23 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.60 2022/05/12 14:51:30 kim Exp $
+$NetBSD: distinfo,v 1.61 2022/11/23 23:19:23 kim Exp $
 
-BLAKE2s (tcsh-6.24.01.tar.gz) = 68d7c4357de96bb95388d738d1aa6d498278d1f945ef6569883640f1431e7b28
-SHA512 (tcsh-6.24.01.tar.gz) = 47425f9bc5ae3df163fe1c9f8a1b1a6c3893b186843d561fb7020c75561587286036cc679212f17fd0f760735d9e01da414e60a69db0ffcb74276f053ea80479
-Size (tcsh-6.24.01.tar.gz) = 949438 bytes
+BLAKE2s (tcsh-6.24.02.tar.gz) = c344efdbe4a593dd84c6eac0aa6f4f504e1ed2c8f79564288baeaff334a283e6
+SHA512 (tcsh-6.24.02.tar.gz) = 0a1b9d592c76e662298f8bf86a53185877d3836ef15760e37402d917051c0dbcd4bc230aaa46c295324405fefe07215f589a9a836c92358542aa929f078846bd
+Size (tcsh-6.24.02.tar.gz) = 945889 bytes



Home | Main Index | Thread Index | Old Index