diff options
author | glewis <glewis@FreeBSD.org> | 2004-03-18 09:51:29 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-03-18 09:51:29 +0800 |
commit | cf5abbafceb9f059ebce8f4357deb50237ebf961 (patch) | |
tree | 4d699148db95206def4cf6f403cbc33f813c8f48 /shells/ksh93 | |
parent | 19ab0bd3a651826398d1a6d5611a38e9ece4ad03 (diff) | |
download | freebsd-ports-graphics-cf5abbafceb9f059ebce8f4357deb50237ebf961.tar.gz freebsd-ports-graphics-cf5abbafceb9f059ebce8f4357deb50237ebf961.tar.zst freebsd-ports-graphics-cf5abbafceb9f059ebce8f4357deb50237ebf961.zip |
. Unbreak by updating to 2004-02-29.
PR: 64370
Submitted by: Gautam Gopalakrishnan <ggop@myrealbox.com>
Diffstat (limited to 'shells/ksh93')
-rw-r--r-- | shells/ksh93/Makefile | 6 | ||||
-rw-r--r-- | shells/ksh93/distinfo | 8 | ||||
-rw-r--r-- | shells/ksh93/pkg-plist | 1 |
3 files changed, 7 insertions, 8 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index a452efd49e0..2301638b32f 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Official AT&T release of KornShell 93 -VERSION= 2003-07-24 +VERSION= 2004-02-29 RESTRICTED= "Source recipient must acknowledge license" NO_WRKSUBDIR= yes @@ -29,8 +29,6 @@ INSTALLROOT= ${WRKSRC}/arch/freebsd.${ARCH} .include <bsd.port.pre.mk> -BROKEN= "Does not fetch" - .if ${ARCH} == "sparc64" BROKEN= "Does not compile on sparc64" .endif @@ -43,7 +41,7 @@ do-install: ${INSTALL_MAN} ${INSTALLROOT}/man/man1/sh.1 \ ${MANPREFIX}/man/man1/ksh93.1 ${MKDIR} ${PREFIX}/share/examples/ksh93 -.for fun in dirs popd +.for fun in dirs popd pushd ${INSTALL_SCRIPT} ${INSTALLROOT}/fun/${fun} \ ${PREFIX}/share/examples/ksh93/ .endfor diff --git a/shells/ksh93/distinfo b/shells/ksh93/distinfo index 1cae6030c36..73a51e70cb8 100644 --- a/shells/ksh93/distinfo +++ b/shells/ksh93/distinfo @@ -1,4 +1,4 @@ -MD5 (ksh93/INIT.2003-07-24.tgz) = aabd19505eba0ac65a4ff450ab7a935b -SIZE (ksh93/INIT.2003-07-24.tgz) = 258944 -MD5 (ksh93/ast-ksh.2003-07-24.tgz) = e8c764fb40c8720c105448da406b5e9b -SIZE (ksh93/ast-ksh.2003-07-24.tgz) = 1459120 +MD5 (ksh93/INIT.2004-02-29.tgz) = cd4cc8fe24b040685451bea07f9bd163 +SIZE (ksh93/INIT.2004-02-29.tgz) = 268141 +MD5 (ksh93/ast-ksh.2004-02-29.tgz) = fa91217bc99ccf9cc32b3250a2431185 +SIZE (ksh93/ast-ksh.2004-02-29.tgz) = 2501552 diff --git a/shells/ksh93/pkg-plist b/shells/ksh93/pkg-plist index bae0b175f89..6c29fc97600 100644 --- a/shells/ksh93/pkg-plist +++ b/shells/ksh93/pkg-plist @@ -4,4 +4,5 @@ bin/ksh93 @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak share/examples/ksh93/dirs share/examples/ksh93/popd +share/examples/ksh93/pushd @dirrm share/examples/ksh93 |