diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-07-25 18:02:37 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-07-25 18:02:37 +0000 |
commit | b600fbe54ec486278bdfbb8037e7bdef695c1f29 (patch) | |
tree | 85fba6e5bf937bb60d16a4c157b612e201ca6342 /shells/ast-ksh/Makefile.common | |
parent | a99b38b315efa0adf6c2936d60213413bcd98c23 (diff) | |
download | pkgsrc-b600fbe54ec486278bdfbb8037e7bdef695c1f29.tar.gz |
Update ast-ksh (and static-ast-ksh) to version 20030621.
Changes since 20030422 (from the release notes):
A source and binary update. There are few small but significant patches
for ksh and nmake. nmake -l/+l library list generation is much improved.
IBM z-series { linux.s390, linux.s390-64 } and i-series { linux.ppc64 }
binary architectures have been added, and the ebcdic { mvs.390 } has
been updated after a long absence.
Diffstat (limited to 'shells/ast-ksh/Makefile.common')
-rw-r--r-- | shells/ast-ksh/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/ast-ksh/Makefile.common b/shells/ast-ksh/Makefile.common index 87564398b8d..90bf7f0d2cd 100644 --- a/shells/ast-ksh/Makefile.common +++ b/shells/ast-ksh/Makefile.common @@ -1,5 +1,5 @@ # $OpenBSD: Makefile,v 1.5 2001/11/21 01:17:43 naddy Exp $ -# $NetBSD: Makefile.common,v 1.4 2003/07/17 22:53:21 grant Exp $ +# $NetBSD: Makefile.common,v 1.5 2003/07/25 18:02:37 kristerw Exp $ DISTNAME= ast-ksh-${ASTKSH_VERSION} PKGNAME= ast-ksh-${ASTKSH_VERSION:S/-//g} @@ -25,7 +25,7 @@ NO_SRC_ON_FTP= ${RESTRICTED} # needs pdksh ONLY_FOR_PLATFORM= NetBSD-* -ASTKSH_VERSION= 2003-04-22 +ASTKSH_VERSION= 2003-06-21 USE_BUILDLINK2= YES USE_PKGINSTALL= YES |