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:           Thu Nov 11 10:46:04 UTC 2021

Modified Files:
        pkgsrc/shells/tcsh: Makefile distinfo

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

This is mainly a bug fix release with a couple of new features:

        1. Add "jobs -Z" to setproctitle(3)
        2. Add ln=target in LS_COLORS
        3. Add a :Q modifier that preserves empty arguments

Please consult the Fixes file for a complete list of changes.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/shells/tcsh/Makefile
cvs rdiff -u -r1.48 -r1.49 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.98 pkgsrc/shells/tcsh/Makefile:1.99
--- pkgsrc/shells/tcsh/Makefile:1.98    Mon May 24 19:54:08 2021
+++ pkgsrc/shells/tcsh/Makefile Thu Nov 11 10:46:04 2021
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.98 2021/05/24 19:54:08 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2021/11/11 10:46:04 kim Exp $
 #
 # used by shells/standalone-tcsh/Makefile
 # used by shells/static-tcsh/Makefile
 
-DISTNAME=      tcsh-6.22.02
+DISTNAME=      tcsh-6.23.00
 PKGREVISION?=  0                       # use ?= to allow for overrides.
-PKGREVISION=   2
 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.48 pkgsrc/shells/tcsh/distinfo:1.49
--- pkgsrc/shells/tcsh/distinfo:1.48    Tue Oct 26 11:18:39 2021
+++ pkgsrc/shells/tcsh/distinfo Thu Nov 11 10:46:04 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.48 2021/10/26 11:18:39 nia Exp $
+$NetBSD: distinfo,v 1.49 2021/11/11 10:46:04 kim Exp $
 
-BLAKE2s (tcsh-6.22.02.tar.gz) = 257d25f79f849ad031f8135c302af0fb34e8155432e7930adcec88b3573d4cb7
-SHA512 (tcsh-6.22.02.tar.gz) = 32d271b568c63265ea4c98494f5e60b37c3a3fc2594e8763b8f6f0b09018ab9db7ef6f951120b37f7880ccf04ba3a2559e30dc08d24f4ba9dc36853238d55980
-Size (tcsh-6.22.02.tar.gz) = 1006405 bytes
+BLAKE2s (tcsh-6.23.00.tar.gz) = a61b142efc2ca927cb33ea4eb87c0530cacc0c79ff1c30d5e9022a4404cef72d
+SHA512 (tcsh-6.23.00.tar.gz) = 8ea491e9409f12ab113bf5551398cb827692a50340318b050d0f8278d3cd9c133ba89a407dc692d9c4bd69957ecd6d4d92db7ccfacc7064ace3b09e3bd562f30
+Size (tcsh-6.23.00.tar.gz) = 1010250 bytes
 SHA1 (patch-aa) = 6ec2bcee6029e733743a73d267aa51bfcc898843
 SHA1 (patch-ab) = 715d939e8a8f4917bd219dccd91d5c49ae502939
 SHA1 (patch-configure) = 6970c041a66910325d1fb53ebf8ab3627d764778



Home | Main Index | Thread Index | Old Index