diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2007-07-04 15:49:52 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2007-07-04 15:49:52 +0800 |
commit | 13795bbb3bc41f7a1a952625c84170cacaa1b1f0 (patch) | |
tree | 127e84c692c33e89a31015da2ac473e2fd050545 /emulators/gxemul | |
parent | c0503c66cb52b7240e1decc0f3e781f24ed0d65b (diff) | |
download | freebsd-ports-gnome-13795bbb3bc41f7a1a952625c84170cacaa1b1f0.tar.gz freebsd-ports-gnome-13795bbb3bc41f7a1a952625c84170cacaa1b1f0.tar.zst freebsd-ports-gnome-13795bbb3bc41f7a1a952625c84170cacaa1b1f0.zip |
- Upgrade to v0.4.6. Upstream changes include:
- NetBSD/pmppc can now run in the emulator (with root-on-nfs), on
an emulated Artesyn PM/PPC board.
- Host CPU usage reductions when the guest OS is in an idle loop.
- Minor SuperH emulation speed improvements.
- General code cleanup: Non-working (skeleton) emulation modes have
been removed, and many unused/legacy constructs have been removed.
Diffstat (limited to 'emulators/gxemul')
-rw-r--r-- | emulators/gxemul/Makefile | 3 | ||||
-rw-r--r-- | emulators/gxemul/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index fdfc95aaef3f..79243fd8efb4 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gxemul -PORTVERSION= 0.4.5.1 -PORTREVISION= 1 +PORTVERSION= 0.4.6 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ \ ${MASTER_SITE_LOCAL} diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index 3f6eacf50052..0af27f0586da 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,3 +1,3 @@ -MD5 (gxemul-0.4.5.1.tar.gz) = 8c1625822dffb72c16dfbd2af8ac9eb3 -SHA256 (gxemul-0.4.5.1.tar.gz) = 1d6f21f9ba5090a9764a37d321b16dbbb320122e1260cd536248b2e2eb413425 -SIZE (gxemul-0.4.5.1.tar.gz) = 2136079 +MD5 (gxemul-0.4.6.tar.gz) = 462e4e77ad0721742f8655ab6ff0ec4f +SHA256 (gxemul-0.4.6.tar.gz) = e38b0597eb97f380b276ed5483c5b4ea49d65a74357e9040c95834074d7cc341 +SIZE (gxemul-0.4.6.tar.gz) = 2191737 |