diff options
author | alex <alex@FreeBSD.org> | 1998-11-03 10:26:39 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1998-11-03 10:26:39 +0800 |
commit | 512a579f7ac5f72c697b206d8c315bb3d128a9ca (patch) | |
tree | ab9f69878b737e9cea73ac16e9220ada131aaffb /emulators/bochs/Makefile | |
parent | 79e43b19d68bcda5a49796b89ac0afdf8f1497ab (diff) | |
download | freebsd-ports-gnome-512a579f7ac5f72c697b206d8c315bb3d128a9ca.tar.gz freebsd-ports-gnome-512a579f7ac5f72c697b206d8c315bb3d128a9ca.tar.zst freebsd-ports-gnome-512a579f7ac5f72c697b206d8c315bb3d128a9ca.zip |
Upgrade to bochs-981102b.
Submitted by: msmith
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r-- | emulators/bochs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index db9e58ded29e..a13a1b410bd7 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -3,14 +3,14 @@ # Date created: 16 December 1997 # Whom: alex # -# $Id: Makefile,v 1.10 1998/06/07 09:32:33 dburr Exp $ +# $Id: Makefile,v 1.11 1998/09/11 15:40:16 alex Exp $ # -VGABIOS= VGABIOS-elpin-2.00A -BIOS= BIOS-bochs-980331a -DATE= 980513 +VGABIOS= VGABIOS-elpin-2.20 +BIOS= BIOS-bochs-980717a +DATE= 981102 -DISTNAME= bochs-${DATE}a +DISTNAME= bochs-${DATE}b CATEGORIES= emulators MASTER_SITES= ftp://ftp.bochs.com/pub/ |