diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 01:40:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 01:40:10 +0000 |
commit | 7c9c4abbde61c3aefda7a1a98d572a80f89b2a3a (patch) | |
tree | f2ddfa0e941b854e82c66e7791302e07ca60a14b /net/dgd-net | |
parent | Revert version from 1.2.1 back to 1.21 -- I can't find any evidence (diff) |
The "p" in "1.1p6" means "patch" or "patchlevel", so they should be
converted to "1.1.6", not "1.1.p6" (which usually means "1.1
prerelease 6").
Notes
Notes:
svn path=/head/; revision=27564
Diffstat (limited to 'net/dgd-net')
-rw-r--r-- | net/dgd-net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile index 6840fcaef750..e5dbe0fcf095 100644 --- a/net/dgd-net/Makefile +++ b/net/dgd-net/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dgd-net -PORTVERSION= 1.1.p6 +PORTVERSION= 1.1.6 CATEGORIES= net lang MASTER_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/ \ ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \ |