diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2007-05-02 21:03:43 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2007-05-02 21:03:43 +0800 |
commit | 939985d54e776bc56fc2b60a64699aa451afe3ac (patch) | |
tree | eb32d78f87b8eb77b33c25d8a8813fbe1928378f /emulators/gxemul | |
parent | 9fb4727bf7a90eb5add1deb9ca1c6df6777f6cd4 (diff) | |
download | freebsd-ports-gnome-939985d54e776bc56fc2b60a64699aa451afe3ac.tar.gz freebsd-ports-gnome-939985d54e776bc56fc2b60a64699aa451afe3ac.tar.zst freebsd-ports-gnome-939985d54e776bc56fc2b60a64699aa451afe3ac.zip |
Upgrade to v0.4.5.1. Upstream changes from the previous version
of the port include:
- Initial support for "disk overlays", enabling rollback of
emulated disk contents.
- Bug fixes to dyntrans and other modules.
- GDB debugging stub support, some dummy and experimentals CPUs
and machine modes have been removed.
- Landisk emulation now runs OpenBSD/landisk.
Diffstat (limited to 'emulators/gxemul')
-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 0e6311aa7a84..23da6f737e7d 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gxemul -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.5.1 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ \ ${MASTER_SITE_LOCAL} diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index 5084c79b7871..3f6eacf50052 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,3 +1,3 @@ -MD5 (gxemul-0.4.4.tar.gz) = d969d1e8653405dd696f9c01cf54463e -SHA256 (gxemul-0.4.4.tar.gz) = 823e635cceda785cf2cfef6b233d5105e48eb46346d70228917f4059172515be -SIZE (gxemul-0.4.4.tar.gz) = 2101388 +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 |