diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2006-08-20 19:16:14 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2006-08-20 19:16:14 +0800 |
commit | f725a6ac5c285dae767bdfdcac16f9042f0b7f76 (patch) | |
tree | 3631318325961b65276728472058317073d7e02f /emulators | |
parent | 596ac5c256f7f902b8b004c01a93ca009643e210 (diff) | |
download | freebsd-ports-gnome-f725a6ac5c285dae767bdfdcac16f9042f0b7f76.tar.gz freebsd-ports-gnome-f725a6ac5c285dae767bdfdcac16f9042f0b7f76.tar.zst freebsd-ports-gnome-f725a6ac5c285dae767bdfdcac16f9042f0b7f76.zip |
Update to v0.4.2. Upstream changes include:
- NetWinder emulation mode works well enough to let NetBSD/netwinder
run from a disk image.
- Algorithmics P5064 emulation works well enough to let NetBSD/algor
run from a disk image.
- PCI configuration register writes are now handled, which allows
NetBSD/Malta (evbmips) 3.0.1 and NetBSD/cobalt 3.0.1 to run
from PCI IDE harddisk images.
- Some performance increases for translation table updates.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/Makefile | 2 | ||||
-rw-r--r-- | emulators/gxemul/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index fb95d5b8d77e..06552d82dbd3 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gxemul -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ \ ${MASTER_SITE_LOCAL} diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index a83c50aba7ce..c83e3bafefea 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,3 +1,3 @@ -MD5 (gxemul-0.4.1.tar.gz) = 095cb9bff74c6ea384b1df8d309967ea -SHA256 (gxemul-0.4.1.tar.gz) = 507e46b431780723371debf2c1a718bd21f50cba25bdb680a4e26072bda2ba01 -SIZE (gxemul-0.4.1.tar.gz) = 1830123 +MD5 (gxemul-0.4.2.tar.gz) = 036021e777b9c5a646ab7e03b53a708a +SHA256 (gxemul-0.4.2.tar.gz) = 8b4655ebb9e1bbd3f873a8f1c6767a3442340c7e20a996fe9e6609ea5f09446a +SIZE (gxemul-0.4.2.tar.gz) = 1909826 |