diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 23:17:17 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 23:17:17 +0000 |
commit | 9f389bdc7d7ff9a54d5114cc5233f71887fdcb0e (patch) | |
tree | ef648e01ecb182b48a9d45c57ac7f9635dbcfa97 /shells/tcsh | |
parent | 267d5e83f7db0f30be6d29c6e2d53d4e9b009169 (diff) | |
download | ports-9f389bdc7d7ff9a54d5114cc5233f71887fdcb0e.tar.gz ports-9f389bdc7d7ff9a54d5114cc5233f71887fdcb0e.zip |
Notes
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 10 | ||||
-rw-r--r-- | shells/tcsh/distinfo | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 5db0a120aac6..ee531dc5dfb8 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,18 +1,20 @@ # New ports collection makefile for: tcsh -# Version required: 6.08 +# Version required: 6.09 # Date created: 22 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.22 1998/10/21 19:16:47 ache Exp $ +# $Id: Makefile,v 1.23 1999/08/22 19:00:00 mharo 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/ MAINTAINER= ache@FreeBSD.ORG +Y2K= ftp://ftp.astron.com/pub/tcsh/Y2K + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= all catalogs diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo index 66856cb26835..ebbc8368b30b 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -1 +1 @@ -MD5 (tcsh-6.08.tar.gz) = e16e0f08b324e67f654ecab554042967 +MD5 (tcsh-6.09.tar.gz) = 33511c75037cd4948ed6f1627d1793aa |