diff options
author | kim <kim> | 1999-08-16 23:01:21 +0000 |
---|---|---|
committer | kim <kim> | 1999-08-16 23:01:21 +0000 |
commit | 1a9473cbf804628e11cc3697dd5c98a7dab58e76 (patch) | |
tree | 8703aff8bb113c55ad0b12e425caa4151328acee /shells/tcsh | |
parent | a16ebd30f59f040c6af0c5755881bc1901290d56 (diff) | |
download | pkgsrc-1a9473cbf804628e11cc3697dd5c98a7dab58e76.tar.gz |
Upgraded to tcsh 6.09.00
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 8 | ||||
-rw-r--r-- | shells/tcsh/files/md5 | 4 | ||||
-rw-r--r-- | shells/tcsh/files/patch-sum | 4 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-ag | 12 |
4 files changed, 15 insertions, 13 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 587967c7bdf..64b5fc1b4e6 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 1999/03/11 08:24:21 agc Exp $ +# $NetBSD: Makefile,v 1.17 1999/08/16 23:01:21 kim Exp $ # -DISTNAME= tcsh-6.08 -PKGNAME= tcsh-6.08.00 +DISTNAME= tcsh-6.09 +PKGNAME= tcsh-6.09.00 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.gw.com/pub/unix/tcsh/ \ @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ MAINTAINER= kim@tac.nyc.ny.us -WRKSRC= ${WRKDIR}/tcsh-6.08.00 +WRKSRC= ${WRKDIR}/${PKGNAME} GNU_CONFIGURE= yes ALL_TARGET= all catalogs diff --git a/shells/tcsh/files/md5 b/shells/tcsh/files/md5 index ce2137a5d81..b37866bf052 100644 --- a/shells/tcsh/files/md5 +++ b/shells/tcsh/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 1998/10/03 07:06:24 kim Exp $ +$NetBSD: md5,v 1.4 1999/08/16 23:01:21 kim Exp $ -MD5 (tcsh-6.08.tar.gz) = e16e0f08b324e67f654ecab554042967 +MD5 (tcsh-6.09.tar.gz) = 33511c75037cd4948ed6f1627d1793aa diff --git a/shells/tcsh/files/patch-sum b/shells/tcsh/files/patch-sum index 155939f0087..a08d8b9af25 100644 --- a/shells/tcsh/files/patch-sum +++ b/shells/tcsh/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 14:23:06 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/08/16 23:01:21 kim Exp $ MD5 (patch-af) = 61817622e3cae5af6b46065f416e9e37 -MD5 (patch-ag) = 16d4e706cd2a9099e3a9914efc50bc5b +MD5 (patch-ag) = 374a5eec127ef25ad42482e304f373d9 MD5 (patch-ah) = 9490b8739fd89bbd3e6cbae5237923b3 diff --git a/shells/tcsh/patches/patch-ag b/shells/tcsh/patches/patch-ag index d1d0ab445f7..d3cde0b6184 100644 --- a/shells/tcsh/patches/patch-ag +++ b/shells/tcsh/patches/patch-ag @@ -1,11 +1,12 @@ -$NetBSD: patch-ag,v 1.5 1998/10/03 07:06:24 kim Exp $ +$NetBSD: patch-ag,v 1.6 1999/08/16 23:01:22 kim Exp $ ---- Makefile.in.orig Wed Sep 9 06:29:11 1998 -+++ Makefile.in Sun Sep 13 13:45:25 1998 -@@ -464,15 +464,10 @@ - @vgrind -t -x -h Index index >/crp/bill/csh/index.t +--- Makefile.in.orig Tue Nov 24 13:17:08 1998 ++++ Makefile.in Mon Aug 16 18:48:47 1999 +@@ -463,17 +463,10 @@ + install-strip: install install: tcsh +- mkdir -p ${DESTBIN} - -mv -f ${DESTBIN}/tcsh ${DESTBIN}/tcsh.old - cp tcsh ${DESTBIN}/tcsh - -strip ${DESTBIN}/tcsh @@ -13,6 +14,7 @@ $NetBSD: patch-ag,v 1.5 1998/10/03 07:06:24 kim Exp $ + ${BSD_INSTALL_PROGRAM} tcsh ${DESTBIN}/tcsh install.man: tcsh.man +- mkdir -p ${DESTMAN} - -rm -f ${DESTMAN}/tcsh.${MANSECT} - cp $(srcdir)/tcsh.man ${DESTMAN}/tcsh.${MANSECT} - chmod 444 ${DESTMAN}/tcsh.${MANSECT} |