summaryrefslogtreecommitdiff
path: root/shells/ksh93
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-03-18 01:51:29 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-03-18 01:51:29 +0000
commit4d0febb95d8e6327fd61083a15843978e9ae0bae (patch)
tree77a5af17d4983e0479e79891ae32b228a07a0c2a /shells/ksh93
parentSIZEify. (diff)
. Unbreak by updating to 2004-02-29.
PR: 64370 Submitted by: Gautam Gopalakrishnan <ggop@myrealbox.com>
Notes
Notes: svn path=/head/; revision=104353
Diffstat (limited to 'shells/ksh93')
-rw-r--r--shells/ksh93/Makefile6
-rw-r--r--shells/ksh93/distinfo8
-rw-r--r--shells/ksh93/pkg-plist1
3 files changed, 7 insertions, 8 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index a452efd49e00..2301638b32f1 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 1cae6030c360..73a51e70cb80 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 bae0b175f894..6c29fc976008 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