diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-05-01 18:48:59 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-05-01 18:48:59 +0000 |
commit | 9c6a399b107f2231b055a4afb7ba05f6471fd55c (patch) | |
tree | 8c36e4b430c39da10b4cef2bd1981b34298a2ae7 /shells/ksh93/Makefile | |
parent | Add textproc/p5-YAML, an implementation of YAML in Perl. (diff) |
Update to release 2003-04-22.
PR: 51524
Submitted by: Kevin Tower <ktower@towerfamily.org>
Notes
Notes:
svn path=/head/; revision=79957
Diffstat (limited to 'shells/ksh93/Makefile')
-rw-r--r-- | shells/ksh93/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 17eb85256989..bbf8708d5cd3 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -6,7 +6,6 @@ PORTNAME= ksh93 PORTVERSION= ${VERSION:S/-//g} -PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://www.research.att.com/~gsf/download/tgz/ DISTNAME= ${PORTNAME}-${VERSION} @@ -16,7 +15,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= naddy@FreeBSD.org COMMENT= Official AT&T release of KornShell 93 -VERSION= 2002-12-21 +VERSION= 2003-04-22 RESTRICTED= "Source recipient must acknowledge license" NO_WRKSUBDIR= yes |