diff options
author | asami <asami@FreeBSD.org> | 2000-04-15 09:40:10 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-15 09:40:10 +0800 |
commit | 9a54e1c97878092f93bbc3b65e8cdcc0e853f701 (patch) | |
tree | a929945d3da591db1ead2b706c1dc6ab0e4f784a /net | |
parent | 6fcacb89271f349ebad4c6d78eff836d4454ec68 (diff) | |
download | freebsd-ports-gnome-9a54e1c97878092f93bbc3b65e8cdcc0e853f701.tar.gz freebsd-ports-gnome-9a54e1c97878092f93bbc3b65e8cdcc0e853f701.tar.zst freebsd-ports-gnome-9a54e1c97878092f93bbc3b65e8cdcc0e853f701.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/ \ |