diff options
author | he <he> | 2012-05-26 15:15:21 +0000 |
---|---|---|
committer | he <he> | 2012-05-26 15:15:21 +0000 |
commit | bd1fadfb1f83e586f49d8cd46d7580534f6491d4 (patch) | |
tree | 2c22efa862a2665a42539940fc4910eb41ba8916 /shells | |
parent | e6a0cf7594cba1fa041118a68850c775272fec64 (diff) | |
download | pkgsrc-bd1fadfb1f83e586f49d8cd46d7580534f6491d4.tar.gz |
wiz@ points out I need to bump PKGREVISION again due to me leaving
a window when the new patch file wasn't committed, and there's no check
for "extra" lines in distinfo, so this clearly identifies the version
with the new patch file included.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index ce9c778014e..58b00b6c018 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2012/05/25 20:01:31 he Exp $ +# $NetBSD: Makefile,v 1.71 2012/05/26 15:15:21 he Exp $ DISTNAME= tcsh-6.18.01 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.funet.fi/pub/unix/shells/tcsh/ |