diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-27 19:37:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-27 19:37:46 +0000 |
commit | 7adbff0fdf9565f5b724f8c67babd3ca4506c1b2 (patch) | |
tree | a7b4c591ca3c5b3418faf41df3a74c83e15fc31b /shells/scsh/Makefile | |
parent | 1ee326fda395e325133188e46cb7151ed805bc00 (diff) | |
download | pkgsrc-7adbff0fdf9565f5b724f8c67babd3ca4506c1b2.tar.gz |
Update to 0.5.2, provided by Sean Doran in pkg/11142, with some minor
cleanup by me.
Changes: 'open-source', new char-sets and -operations, new regexp system,
some renaming (reduce-* -> *-fold), and lots of bugfixes.
Diffstat (limited to 'shells/scsh/Makefile')
-rw-r--r-- | shells/scsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 78976794f42..f23a759becf 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2001/02/17 17:40:20 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/02/27 19:37:46 wiz Exp $ # FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp # -DISTNAME= scsh-0.5.1 +DISTNAME= scsh-0.5.2 CATEGORIES= shells lang MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ |