Received: by mail.netbsd.org (Postfix, from userid 605) id 82F3F84D4D; Wed, 21 Dec 2022 20:49:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B266184CF9 for ; Wed, 21 Dec 2022 20:49:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rkG_Eg5-CAUP for ; Wed, 21 Dec 2022 20:49:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 309D284CE3 for ; Wed, 21 Dec 2022 20:49:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29DF1FA90; Wed, 21 Dec 2022 20:49:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671655758135760" MIME-Version: 1.0 Date: Wed, 21 Dec 2022 20:49:18 +0000 From: "Kimmo Suominen" Subject: CVS commit: pkgsrc/shells/tcsh To: pkgsrc-changes@NetBSD.org Reply-To: kim@netbsd.org X-Mailer: log_accum Message-Id: <20221221204918.29DF1FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671655758135760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kim Date: Wed Dec 21 20:49:18 UTC 2022 Modified Files: pkgsrc/shells/tcsh: Makefile.common distinfo Log Message: {,standalone-,static-}tcsh: Update to 6.24.07: No notable changes since 6.24.06: 17. V6.24.07 - 2022-12-21 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/shells/tcsh/Makefile.common cvs rdiff -u -r1.64 -r1.65 pkgsrc/shells/tcsh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671655758135760 Content-Disposition: inline Content-Length: 1699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/tcsh/Makefile.common diff -u pkgsrc/shells/tcsh/Makefile.common:1.10 pkgsrc/shells/tcsh/Makefile.common:1.11 --- pkgsrc/shells/tcsh/Makefile.common:1.10 Mon Dec 12 16:49:42 2022 +++ pkgsrc/shells/tcsh/Makefile.common Wed Dec 21 20:49:17 2022 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.10 2022/12/12 16:49:42 kim Exp $ +# $NetBSD: Makefile.common,v 1.11 2022/12/21 20:49:17 kim Exp $ # # used by shells/standalone-tcsh/Makefile # used by shells/static-tcsh/Makefile # used by shells/tcsh/Makefile -DISTNAME= tcsh-6.24.06 +DISTNAME= tcsh-6.24.07 CATEGORIES= shells MASTER_SITES= http://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.64 pkgsrc/shells/tcsh/distinfo:1.65 --- pkgsrc/shells/tcsh/distinfo:1.64 Mon Dec 12 16:49:42 2022 +++ pkgsrc/shells/tcsh/distinfo Wed Dec 21 20:49:17 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.64 2022/12/12 16:49:42 kim Exp $ +$NetBSD: distinfo,v 1.65 2022/12/21 20:49:17 kim Exp $ -BLAKE2s (tcsh-6.24.06.tar.gz) = fff761fefb4dee01a5b35545a8b3c7d45147b0b48c1302a7cbb0ff6a4b7bfafe -SHA512 (tcsh-6.24.06.tar.gz) = a69e51d08b56e1326368029c1dfc8ada9221ba0f17369cf3471c764b77e53fa259a3fe713e9443835a20f528b0940ec2af9d7fab4cb943789aab08856fd5c2e8 -Size (tcsh-6.24.06.tar.gz) = 946421 bytes +BLAKE2s (tcsh-6.24.07.tar.gz) = add138dbac187e1cd6190430d3b281512b6bafe2427d59416c534ca502f2c490 +SHA512 (tcsh-6.24.07.tar.gz) = ddea185b64f20041b742e0cb58a93714788acd490b32535709f23ae225eb67c73ca4877ae15799395ab24841ab8cc9ae27f0c8bfcfe8be64950f7a15e77b047a +Size (tcsh-6.24.07.tar.gz) = 946889 bytes --_----------=_1671655758135760--