pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/tcsh
Module Name: pkgsrc
Committed By: kim
Date: Wed Nov 23 23:19:24 UTC 2022
Modified Files:
pkgsrc/shells/tcsh: Makefile Makefile.common distinfo
Log Message:
{,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.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/shells/tcsh/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/shells/tcsh/Makefile.common
cvs rdiff -u -r1.60 -r1.61 pkgsrc/shells/tcsh/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/tcsh/Makefile
diff -u pkgsrc/shells/tcsh/Makefile:1.105 pkgsrc/shells/tcsh/Makefile:1.106
--- pkgsrc/shells/tcsh/Makefile:1.105 Tue Jun 28 11:35:53 2022
+++ pkgsrc/shells/tcsh/Makefile Wed Nov 23 23:19:23 2022
@@ -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]*
Index: pkgsrc/shells/tcsh/Makefile.common
diff -u pkgsrc/shells/tcsh/Makefile.common:1.6 pkgsrc/shells/tcsh/Makefile.common:1.7
--- pkgsrc/shells/tcsh/Makefile.common:1.6 Thu May 12 14:51:30 2022
+++ pkgsrc/shells/tcsh/Makefile.common Wed Nov 23 23:19:23 2022
@@ -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/
Index: pkgsrc/shells/tcsh/distinfo
diff -u pkgsrc/shells/tcsh/distinfo:1.60 pkgsrc/shells/tcsh/distinfo:1.61
--- pkgsrc/shells/tcsh/distinfo:1.60 Thu May 12 14:51:30 2022
+++ pkgsrc/shells/tcsh/distinfo Wed Nov 23 23:19:23 2022
@@ -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