Hi ports --

Attached is an update to shells/tcsh, bringing it to its latest version.
Below is the Changelog (I could not find this on the tcsh.org website, so I'm copying it from the tarball.)

---
 20. V6.20.00 - 20161124
 19. Don't resize the screen if it did not change size.
 18. V6.19.01 - 20161025
 17. restore file description when cleaning up after eval:
        repeat 99 time
 16. PR/572: Fix $SHLVL issue when exec'ing subshells.
 15. PR/403: Fix backquote expansion for multi-byte character sets.
14. Fix drawing issu with multi-line prompt (Kensuke Iwahashi/David Kaspar)
 13. always send prusage to stdout.
 12. PR/526: Fix double \\ printing from previous fix in history expansion.
 11. Android updates from Corinna Vinschen
 10. PR/526: Quote backslashes properly so they can be preserved in ``
     expansions
  9. Fix memory leak for paraml
8. Add notempty and ask values for the noclobber setting (Martin Tournoij)
  7. more correct $wordchars for vimode (Luke Mewburn)
  6. expose VImode in $vimode (Luke Mewburn)
  5. display what the compiled in editor is in bindkey -d (Luke Mewburn)
  4. run-fg-editor improvements and documentation (Luke Mewburn)
  3. Fix parsing of 'if (cond)then' (Fridolin Pokorny)
  2. PR/437: Fix handling of invalid unicode characters.
  1. PR/451: Fix error messages containing %c to be always '%c'
---

The tests success rate for 6.20.00 appears to be on par with 6.19.00. Of course, more real-world user testing would be appreciated since I updated this for someone else and I'm not much of a (t)csh user.

Take maintainer. I touched this so I'll take it.

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/shells/tcsh/Makefile,v
retrieving revision 1.55
diff -u -p -u -p -r1.55 Makefile
--- Makefile	31 May 2016 12:11:34 -0000	1.55
+++ Makefile	6 Jun 2017 03:58:22 -0000
@@ -2,10 +2,10 @@
 
 COMMENT=	extended C-shell with many useful features
 
-DISTNAME=	tcsh-6.19.00
-REVISION=	0
+DISTNAME=	tcsh-6.20.00
 CATEGORIES=	shells
 HOMEPAGE=	http://www.tcsh.org/
+MAINTAINER=	Brian Callahan <[email protected]>
 
 # BSD
 PERMIT_PACKAGE_CDROM=	Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/shells/tcsh/distinfo,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 distinfo
--- distinfo	10 Jun 2015 13:02:34 -0000	1.11
+++ distinfo	6 Jun 2017 03:58:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (tcsh-6.19.00.tar.gz) = EuJx4LieQlnZ1ujVJTIudzQOckTPvRmaWR5fgUYoXEk=
-SIZE (tcsh-6.19.00.tar.gz) = 947135
+SHA256 (tcsh-6.20.00.tar.gz) = uJ3nBkq1TaxFSiZs/l2L9mlAy17QSNDDBnTqYufs750=
+SIZE (tcsh-6.20.00.tar.gz) = 1001696

Reply via email to