diff options
author | christos <christos@pkgsrc.org> | 2000-11-19 21:44:06 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2000-11-19 21:44:06 +0000 |
commit | 0087f7ea52e2248a3482a25e6d97c19284931ba2 (patch) | |
tree | 6bb035932a21569dd79665bbe097bebe0284822a /shells | |
parent | 1f1e1f10455e5326ff60af6aebea49fc80a65e53 (diff) | |
download | pkgsrc-0087f7ea52e2248a3482a25e6d97c19284931ba2.tar.gz |
update for tcsh-6.10.00
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 8 | ||||
-rw-r--r-- | shells/tcsh/files/md5 | 4 | ||||
-rw-r--r-- | shells/tcsh/files/patch-sum | 5 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-aa | 6 |
4 files changed, 12 insertions, 11 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 82ba34a1df5..afc27b42bf6 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2000/08/30 18:00:52 abs Exp $ +# $NetBSD: Makefile,v 1.21 2000/11/19 21:44:06 christos Exp $ # -DISTNAME= tcsh-6.09 -PKGNAME= tcsh-6.09.00 +DISTNAME= tcsh-6.10 +PKGNAME= tcsh-6.10.00 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.gw.com/pub/unix/tcsh/ \ @@ -30,6 +30,8 @@ OS_VERSION!= echo ${OS_VERSION} | sed -e 's|5\.|2.|' LOWER_OPSYS= solaris${OS_VERSION} .endif +# XXX: For now we don't install the ukrainian, because there is no directory. +# ukrainian:ISO_8859-1:uk:UA post-install: @${ECHO} "Installing message catalogues" @${INSTALL_DATA} ${WRKSRC}/tcsh.C.cat ${PREFIX}/${NLSDIR}/C/tcsh.cat diff --git a/shells/tcsh/files/md5 b/shells/tcsh/files/md5 index b37866bf052..9579f2d3880 100644 --- a/shells/tcsh/files/md5 +++ b/shells/tcsh/files/md5 @@ -1,3 +1 @@ -$NetBSD: md5,v 1.4 1999/08/16 23:01:21 kim Exp $ - -MD5 (tcsh-6.09.tar.gz) = 33511c75037cd4948ed6f1627d1793aa +MD5 (tcsh-6.10.tar.gz) = f459c423074d85dfaa55439eb908a053 diff --git a/shells/tcsh/files/patch-sum b/shells/tcsh/files/patch-sum index 3aad34ed330..5149df10edd 100644 --- a/shells/tcsh/files/patch-sum +++ b/shells/tcsh/files/patch-sum @@ -1,4 +1,5 @@ -$NetBSD: patch-sum,v 1.3 1999/08/17 16:00:03 agc Exp $ +$NetBSD: patch-sum,v 1.4 2000/11/19 21:44:07 christos Exp $ +MD5 (patch-aa) = 8678b410e11f2a934adb6c94b65f0513 MD5 (patch-af) = 61817622e3cae5af6b46065f416e9e37 -MD5 (patch-ag) = 374a5eec127ef25ad42482e304f373d9 +MD5 (patch-ag) = f44546c86536726158ea3f7d4907478c diff --git a/shells/tcsh/patches/patch-aa b/shells/tcsh/patches/patch-aa index ea5bcaa3de4..c75cc7a51e2 100644 --- a/shells/tcsh/patches/patch-aa +++ b/shells/tcsh/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 2000/11/19 21:40:43 christos Exp $ +$NetBSD: patch-aa,v 1.4 2000/11/19 21:44:07 christos Exp $ ---- Makefile.orig Sun Nov 19 16:39:13 2000 -+++ Makefile Sun Nov 19 16:39:09 2000 +--- nls/Makefile.orig Sun Nov 19 16:39:13 2000 ++++ nls/Makefile Sun Nov 19 16:39:09 2000 @@ -1,5 +1,5 @@ -SUBDIRS= C finnish french german greek italian ja spanish |