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:           Fri Apr 14 14:59:31 UTC 2023

Modified Files:
        pkgsrc/shells/tcsh: Makefile.common distinfo

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

Changes since 6.24.07:

 29. V6.24.10 - 2023-04-14
 28. Restore skipping of the "$edit" and "Comments" tests when not running
     on a terminal (Kimmo Suominen)
 27. V6.24.09 - 2023-04-13
 26. ls-F: unsetenv LS*COLOR reapplies other LS*COLOR (Luke Mewburn)
 25. Don't crash if LSCOLORS contains > 11 pairs (Luke Mewburn)
 24. V6.24.08 - 2023-04-10
 23. Support LS_COLORS su,sg,tw,ow,st,mh variables. (Luke Mewburn)
 22. Fixes for LS_COLORS ln=target: ls-F directory; reset on unsetenv;
     intermittent parse bug; only support lower-case "target". (Luke Mewburn)
 21. Fix LSCOLORS bold/bright color support, add to manual (Luke Mewburn)
 20. Implement CLICOLOR_FORCE (Luke Mewburn)
 19. On startup, use LS_COLORS in preference to LSCOLORS (Luke Mewburn)
 18. Improve color ls-F documentation (Luke Mewburn)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/shells/tcsh/Makefile.common
cvs rdiff -u -r1.65 -r1.66 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.common
diff -u pkgsrc/shells/tcsh/Makefile.common:1.11 pkgsrc/shells/tcsh/Makefile.common:1.12
--- pkgsrc/shells/tcsh/Makefile.common:1.11     Wed Dec 21 20:49:17 2022
+++ pkgsrc/shells/tcsh/Makefile.common  Fri Apr 14 14:59:31 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.11 2022/12/21 20:49:17 kim Exp $
+# $NetBSD: Makefile.common,v 1.12 2023/04/14 14:59:31 kim Exp $
 #
 # used by shells/standalone-tcsh/Makefile
 # used by shells/static-tcsh/Makefile
 # used by shells/tcsh/Makefile
 
-DISTNAME=      tcsh-6.24.07
+DISTNAME=      tcsh-6.24.10
 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.65 pkgsrc/shells/tcsh/distinfo:1.66
--- pkgsrc/shells/tcsh/distinfo:1.65    Wed Dec 21 20:49:17 2022
+++ pkgsrc/shells/tcsh/distinfo Fri Apr 14 14:59:31 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.65 2022/12/21 20:49:17 kim Exp $
+$NetBSD: distinfo,v 1.66 2023/04/14 14:59:31 kim Exp $
 
-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
+BLAKE2s (tcsh-6.24.10.tar.gz) = a6663cf428957491e596b91b61038e374546f1f90512e51ee25a3f97131b04d8
+SHA512 (tcsh-6.24.10.tar.gz) = 74bd17f4d8bb1fb60a2a6904d87e26b7490f0ec571866e62d6e1d35e9da435c888ab14bfa842d7282e8993d366580439b4cc884b08a22e45dc98a36f813094be
+Size (tcsh-6.24.10.tar.gz) = 956578 bytes



Home | Main Index | Thread Index | Old Index