Sat May 26 15:15:21 2012 UTC ()
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.


(he)
diff -r1.70 -r1.71 pkgsrc/shells/tcsh/Makefile

cvs diff -r1.70 -r1.71 pkgsrc/shells/tcsh/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/tcsh/Makefile 2012/05/25 20:01:31 1.70
+++ pkgsrc/shells/tcsh/Makefile 2012/05/26 15:15:21 1.71
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.70 2012/05/25 20:01:31 he Exp $ 1# $NetBSD: Makefile,v 1.71 2012/05/26 15:15:21 he Exp $
2 2
3DISTNAME= tcsh-6.18.01 3DISTNAME= tcsh-6.18.01
4PKGREVISION= 1 4PKGREVISION= 2
5CATEGORIES= shells 5CATEGORIES= shells
6MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ 6MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \
7 ftp://ftp.funet.fi/pub/unix/shells/tcsh/ 7 ftp://ftp.funet.fi/pub/unix/shells/tcsh/
8 8
9MAINTAINER= kim@tac.nyc.ny.us 9MAINTAINER= kim@tac.nyc.ny.us
10HOMEPAGE= http://www.tcsh.org/Welcome 10HOMEPAGE= http://www.tcsh.org/Welcome
11COMMENT= Extended C-shell with many useful features 11COMMENT= Extended C-shell with many useful features
12LICENSE= original-bsd 12LICENSE= original-bsd
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16CONFLICTS?= static-tcsh-[0-9]* 16CONFLICTS?= static-tcsh-[0-9]*
17 17