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:   leot
Date:           Sun Dec  8 22:08:55 UTC 2019

Modified Files:
        pkgsrc/shells/tcsh: Makefile distinfo

Log Message:
{,standalone-,static-}tcsh: Update to 6.22.02

Changes:
6.22.02 - 20191204
------------------
Fix version in configure.ac

6.22.01 - 20191201
------------------
undo PR/88: Preserve empty arguments in :q, since it breaks
        $ set x=""
        $ alias test "echo "\""$x:q"\"" is working."
        $ alias test
        echo "


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/shells/tcsh/Makefile
cvs rdiff -u -r1.43 -r1.44 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.93 pkgsrc/shells/tcsh/Makefile:1.94
--- pkgsrc/shells/tcsh/Makefile:1.93    Thu Nov 28 20:46:39 2019
+++ pkgsrc/shells/tcsh/Makefile Sun Dec  8 22:08:55 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.93 2019/11/28 20:46:39 leot Exp $
+# $NetBSD: Makefile,v 1.94 2019/12/08 22:08:55 leot Exp $
 #
 # used by shells/standalone-tcsh/Makefile
 # used by shells/static-tcsh/Makefile
 
-DISTNAME=      tcsh-6.22.00
+DISTNAME=      tcsh-6.22.02
 PKGREVISION?=  0                       # use ?= to allow for overrides.
 CATEGORIES=    shells
 MASTER_SITES=  ftp://ftp.astron.com/pub/tcsh/

Index: pkgsrc/shells/tcsh/distinfo
diff -u pkgsrc/shells/tcsh/distinfo:1.43 pkgsrc/shells/tcsh/distinfo:1.44
--- pkgsrc/shells/tcsh/distinfo:1.43    Thu Nov 28 20:46:39 2019
+++ pkgsrc/shells/tcsh/distinfo Sun Dec  8 22:08:55 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.43 2019/11/28 20:46:39 leot Exp $
+$NetBSD: distinfo,v 1.44 2019/12/08 22:08:55 leot Exp $
 
-SHA1 (tcsh-6.22.00.tar.gz) = e219409934060af8aa278db20d712b5b7777b531
-RMD160 (tcsh-6.22.00.tar.gz) = 18e13da1601ffee536a11ef22391cad978380fbc
-SHA512 (tcsh-6.22.00.tar.gz) = 533d61a4870fcbf759a07347578a20557865a2bc363c971210bd86f17439c3188352a502cfd09f0b134d41ec9df5c174d017f15fe3a54c63ab35034b9cf2ccaf
-Size (tcsh-6.22.00.tar.gz) = 1002785 bytes
+SHA1 (tcsh-6.22.02.tar.gz) = d3c916c82eec7e20c49dedf660edd51a7971f8ab
+RMD160 (tcsh-6.22.02.tar.gz) = f6c7d6521e1e092dd2c68727e45fbadd54af82e4
+SHA512 (tcsh-6.22.02.tar.gz) = 32d271b568c63265ea4c98494f5e60b37c3a3fc2594e8763b8f6f0b09018ab9db7ef6f951120b37f7880ccf04ba3a2559e30dc08d24f4ba9dc36853238d55980
+Size (tcsh-6.22.02.tar.gz) = 1006405 bytes
 SHA1 (patch-aa) = 6ec2bcee6029e733743a73d267aa51bfcc898843
 SHA1 (patch-ab) = 8cf26988778b5331360eb1aab98bfcc920c71ac2
 SHA1 (patch-configure) = 6970c041a66910325d1fb53ebf8ab3627d764778



Home | Main Index | Thread Index | Old Index