diff options
author | kim <kim@pkgsrc.org> | 2022-11-23 23:19:23 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2022-11-23 23:19:23 +0000 |
commit | a451bf919cf23d67aaee2dc880fcfdc2c645142f (patch) | |
tree | 50c5c48f2ca5ec95486f63da4b76bc73c57012ea /shells | |
parent | 02b93a71e7b475c8ebee4f82d5af7cee28c1c36e (diff) | |
download | pkgsrc-a451bf919cf23d67aaee2dc880fcfdc2c645142f.tar.gz |
{,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 (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 3 | ||||
-rw-r--r-- | shells/tcsh/Makefile.common | 4 | ||||
-rw-r--r-- | shells/tcsh/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index ce8151ca9c6..75f861fc994 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -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 --git a/shells/tcsh/Makefile.common b/shells/tcsh/Makefile.common index 13dde72f99a..39108d51b0f 100644 --- a/shells/tcsh/Makefile.common +++ b/shells/tcsh/Makefile.common @@ -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 --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo index 2a219352273..9310be31cba 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -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 |