1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

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").
This commit is contained in:
Satoshi Asami 2000-04-15 01:40:10 +00:00
parent 9ead3a36dd
commit 7c9c4abbde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27564
2 changed files with 2 additions and 2 deletions

View File

@ -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/ \

View File

@ -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/ \