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 | |
parent | 9ead3a36dd0d39be79bf82672f99a1f9c7d818a4 (diff) | |
download | freebsd-ports-7c9c4abbde61c3aefda7a1a98d572a80f89b2a3a.zip |
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").
Diffstat (limited to 'net')
-rw-r--r-- | net/dgd-net/Makefile | 2 | ||||
-rw-r--r-- | net/dgd/Makefile | 2 |
2 files changed, 2 insertions, 2 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/ \ diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 9ff95f9d8fb3..23dce5d10650 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dgd -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/ \ |