diff options
author | tg <tg@FreeBSD.org> | 2002-05-16 11:11:54 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2002-05-16 11:11:54 +0000 |
commit | 213c878803ea2de6d491e6706d5ac82c653346c3 (patch) | |
tree | da89b507362d144f752b1abc8808f89f0ed6c175 /shells | |
parent | eb290ac86547c03ca9a5d135e10a5a91d40feee3 (diff) | |
download | FreeBSD-ports-213c878803ea2de6d491e6706d5ac82c653346c3.zip FreeBSD-ports-213c878803ea2de6d491e6706d5ac82c653346c3.tar.gz |
Change version number from 5.2.14.p2 to 5.2.14p2, so our package
tools see this as an upgrade from 5.2.14.
PR: 38131
Submitted by: Alan Eldridge <ports@geeksrus.net>
Diffstat (limited to 'shells')
-rw-r--r-- | shells/pdksh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index 588036f..8208bdb 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pdksh -PORTVERSION= 5.2.14.p2 +PORTVERSION= 5.2.14p2 CATEGORIES= shells MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \ http://gd.tuwien.ac.at/utils/shells/pdksh/ \ |