diff options
author | kim <kim@pkgsrc.org> | 2015-05-22 08:03:43 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2015-05-22 08:03:43 +0000 |
commit | 42f38e82fd7043725a8f5bac5f902d9bdcfbb125 (patch) | |
tree | 020cd063583eb00867b48f14169b21a3c915bbf6 /shells/tcsh/Makefile | |
parent | 02c72ba379f68657b173bdf0a30c38a877994c5c (diff) | |
download | pkgsrc-42f38e82fd7043725a8f5bac5f902d9bdcfbb125.tar.gz |
Upgrade to 6.19.00
This is a mainly a bug fix release with few new features:
1. new cdtohome variable
2. locking in history files
3. history speedups.
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 418ed6d77ce..fae38b3cde0 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.78 2015/01/20 11:00:32 hauke Exp $ +# $NetBSD: Makefile,v 1.79 2015/05/22 08:03:43 kim Exp $ -DISTNAME= tcsh-6.18.01 -PKGREVISION= 6 +DISTNAME= tcsh-6.19.00 +#PKGREVISION= 0 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ - ftp://ftp.funet.fi/pub/unix/shells/tcsh/ + ftp://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/ MAINTAINER= kim@NetBSD.org HOMEPAGE= http://www.tcsh.org/ |