diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2008-02-22 14:56:38 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2008-02-22 14:56:38 +0000 |
commit | 513df8ce6f4668bff3ac796eeebc263a066af2bb (patch) | |
tree | 650ab5d1a91e460a1b12498db1f4e8f0ab0a0614 /emulators/gxemul | |
parent | Add spnetkit, it's a C++ wrapper for BSD-style sockets. (diff) |
Upgrade to v0.4.6.2. Changes from the previous ported version include:
- The MIPS32/64 "ror" instruction is now supported.
- Support for NetBSD 4.0, OpenBSD/landisk 4.2.
- Documentation updates.
- Bug fixes.
Notes
Notes:
svn path=/head/; revision=207754
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 79243fd8efb4..e849d844836a 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gxemul -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.6.2 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ \ ${MASTER_SITE_LOCAL} diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index 0af27f0586da..7bec21899260 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,3 +1,3 @@ -MD5 (gxemul-0.4.6.tar.gz) = 462e4e77ad0721742f8655ab6ff0ec4f -SHA256 (gxemul-0.4.6.tar.gz) = e38b0597eb97f380b276ed5483c5b4ea49d65a74357e9040c95834074d7cc341 -SIZE (gxemul-0.4.6.tar.gz) = 2191737 +MD5 (gxemul-0.4.6.2.tar.gz) = f26e1f796f50889c6f94e0764cdc36b5 +SHA256 (gxemul-0.4.6.2.tar.gz) = 21c33f6c9da762459ca3e5050d1334c31b07bd66e30f6ea6732c1b5ca8b41179 +SIZE (gxemul-0.4.6.2.tar.gz) = 2186472 |