pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2019Q3] pkgsrc/shells/tcsh



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Dec  7 10:58:33 UTC 2019

Modified Files:
        pkgsrc/shells/tcsh [pkgsrc-2019Q3]: Makefile distinfo
Removed Files:
        pkgsrc/shells/tcsh/patches [pkgsrc-2019Q3]: patch-tests_subst.at
            patch-tests_variables.at

Log Message:
Pullup ticket #6091 - requested by leot
shells/tcsh: bugfix

Revisions pulled up:
- shells/tcsh/Makefile                                          1.93
- shells/tcsh/distinfo                                          1.43
- shells/tcsh/patches/patch-tests_subst.at                      deleted
- shells/tcsh/patches/patch-tests_variables.at                  deleted

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Thu Nov 28 20:46:40 UTC 2019

   Modified Files:
           pkgsrc/shells/tcsh: Makefile distinfo
   Removed Files:
           pkgsrc/shells/tcsh/patches: patch-tests_subst.at
               patch-tests_variables.at

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

   pkgsrc changes:
    - Remove no longer needed patches (both backport from upstream to 6.21.00)

   Changes:
   V6.22.00 - 20191128
   -------------------
    - PR/113: Sobomax: avoid infinite loops for -c commands when stdout is
      not a tty.
    - Avoid infinite loops during history loads when merging, print a better
      error for errors during history load.
    - PR/88: Preserve empty arguments in :q
    - PR/94: Small apple issues (SAVESIGVEC, HOSTTYPE)
    - PR/81: Fix range matching issue where we were comparing with the
      range character instead of the start of range. [l-z]* would match foo


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.92.2.1 pkgsrc/shells/tcsh/Makefile
cvs rdiff -u -r1.42 -r1.42.4.1 pkgsrc/shells/tcsh/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/shells/tcsh/patches/patch-tests_subst.at \
    pkgsrc/shells/tcsh/patches/patch-tests_variables.at

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.92 pkgsrc/shells/tcsh/Makefile:1.92.2.1
--- pkgsrc/shells/tcsh/Makefile:1.92    Sun Aug 11 13:23:02 2019
+++ pkgsrc/shells/tcsh/Makefile Sat Dec  7 10:58:32 2019
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.92 2019/08/11 13:23:02 wiz Exp $
+# $NetBSD: Makefile,v 1.92.2.1 2019/12/07 10:58:32 bsiegert Exp $
 #
 # used by shells/standalone-tcsh/Makefile
 # used by shells/static-tcsh/Makefile
 
-DISTNAME=      tcsh-6.21.00
+DISTNAME=      tcsh-6.22.00
 PKGREVISION?=  0                       # use ?= to allow for overrides.
-PKGREVISION=   1
 CATEGORIES=    shells
 MASTER_SITES=  ftp://ftp.astron.com/pub/tcsh/
 MASTER_SITES+= ftp://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/

Index: pkgsrc/shells/tcsh/distinfo
diff -u pkgsrc/shells/tcsh/distinfo:1.42 pkgsrc/shells/tcsh/distinfo:1.42.4.1
--- pkgsrc/shells/tcsh/distinfo:1.42    Wed May 15 09:18:01 2019
+++ pkgsrc/shells/tcsh/distinfo Sat Dec  7 10:58:32 2019
@@ -1,13 +1,11 @@
-$NetBSD: distinfo,v 1.42 2019/05/15 09:18:01 leot Exp $
+$NetBSD: distinfo,v 1.42.4.1 2019/12/07 10:58:32 bsiegert Exp $
 
-SHA1 (tcsh-6.21.00.tar.gz) = aeb43ee952d47bdf33cc29fdecd170cfedbe8481
-RMD160 (tcsh-6.21.00.tar.gz) = 665d522ded31e3fa23b71a5726d2d52e1c60e085
-SHA512 (tcsh-6.21.00.tar.gz) = d7f46588a35b9cd01cfa33d0f9bbae09e9692605b5c045c2b58e66dba958ab904ddfe45aa7361767034e6cc03a34ad9ba4d14fa836df723bade29f3f6a18a46c
-Size (tcsh-6.21.00.tar.gz) = 1001909 bytes
+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 (patch-aa) = 6ec2bcee6029e733743a73d267aa51bfcc898843
 SHA1 (patch-ab) = 8cf26988778b5331360eb1aab98bfcc920c71ac2
 SHA1 (patch-configure) = 6970c041a66910325d1fb53ebf8ab3627d764778
 SHA1 (patch-nls_Makefile.in) = 58d859e8a50e6436b9bc6514497eb876426d92d7
 SHA1 (patch-sh.h) = ac6211ddd5e552e9baec2d35aed5e7e573cab04e
-SHA1 (patch-tests_subst.at) = 3be0ec07237e12653805644f1d545122842e97c9
-SHA1 (patch-tests_variables.at) = 809c7c006f59581bdae8280eabc7a43ce93a697d



Home | Main Index | Thread Index | Old Index