diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-05-01 16:34:45 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-05-01 16:34:45 +0000 |
commit | 0866a40c56f185f6133b3d62cb2c2885f88e0798 (patch) | |
tree | 93ec5fd72cb40787dfcb434dd7134a42cac10f55 /emulators | |
parent | 164e7a7aad46d70a92b7fcea1631fb762699c6e9 (diff) | |
download | pkgsrc-0866a40c56f185f6133b3d62cb2c2885f88e0798.tar.gz |
Update to 0.4.5.1:
The changes between release 0.4.5 and 0.4.5.1 include, among other things:
o) OpenBSD/landisk has now had its first release (4.1, 2007-05-01).
Landisk emulation is now stable enough to allow OpenBSD/landisk
to be installed onto a disk image, and run from it.
o) Finally found and fixed an old bug in the address to symbol name
lookup mechanism, which caused some symbols to be missed. Debug
output with -t or -i should now show all symbols.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/Makefile | 4 | ||||
-rw-r--r-- | emulators/gxemul/PLIST | 4 | ||||
-rw-r--r-- | emulators/gxemul/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index aadc0094a01..c36fd064c7b 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2007/04/14 17:46:41 xtraeme Exp $ +# $NetBSD: Makefile,v 1.31 2007/05/01 16:34:45 xtraeme Exp $ # -DISTNAME= gxemul-0.4.5 +DISTNAME= gxemul-0.4.5.1 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ diff --git a/emulators/gxemul/PLIST b/emulators/gxemul/PLIST index 0f09b4342c8..a67582865cf 100644 --- a/emulators/gxemul/PLIST +++ b/emulators/gxemul/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2007/04/14 17:46:41 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.17 2007/05/01 16:34:45 xtraeme Exp $ bin/gxemul man/man1/gxemul.1 share/doc/gxemul/20040504-ultrix45-boot1.png @@ -73,6 +73,8 @@ share/doc/gxemul/20070308-linux-dreamcast-2.png share/doc/gxemul/20070308-linux-dreamcast-2_small.png share/doc/gxemul/20070318-netbsd-macppc.png share/doc/gxemul/20070318-netbsd-macppc_small.png +share/doc/gxemul/20070419-openbsd-landisk.png +share/doc/gxemul/20070419-openbsd-landisk_small.png share/doc/gxemul/HISTORY share/doc/gxemul/LICENSE share/doc/gxemul/README diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index 0ed143db7f0..c021f30ee5e 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2007/04/14 17:46:41 xtraeme Exp $ +$NetBSD: distinfo,v 1.21 2007/05/01 16:34:45 xtraeme Exp $ -SHA1 (gxemul-0.4.5.tar.gz) = fd80413e92393f084a82fab7510ee2a25b6c7f4a -RMD160 (gxemul-0.4.5.tar.gz) = 0c2875422181a49893a62d03c1b0b7213f217ab9 -Size (gxemul-0.4.5.tar.gz) = 2079522 bytes +SHA1 (gxemul-0.4.5.1.tar.gz) = 357b653d39dbdd81e5b85b0cf1c2e9216316b75c +RMD160 (gxemul-0.4.5.1.tar.gz) = b73040d1bd804eb7f549dcbb1d75402846ad8f4b +Size (gxemul-0.4.5.1.tar.gz) = 2136079 bytes |