diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-08-25 19:54:49 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-08-25 19:54:49 +0000 |
commit | 10af589a76af5338a1346b8d7d107f657028b245 (patch) | |
tree | f7117ecbab1e11178e6cec2f3e89b4ec48e08f8d /emulators/xmess | |
parent | 9345efda348f5f6668e969a9bb37a02c08330964 (diff) | |
download | pkgsrc-10af589a76af5338a1346b8d7d107f657028b245.tar.gz |
Update xmess to 0.99.
Changes since 0.97:
- Everything from MAME 0.99 (http://x.mame.net/changes-mame.html) and
MESS 0.99 (http://x.mame.net/changes-mess.html).
- The SVGAlib target no longer fails silently under certain conditions.
(Hans de Goede)
- Removed some unnecessary calls to exit() and fixed a few memory leaks
in the X11, Xv, and effects code. (Hans de Goede)
- The SVGAlib driver now handles __svgalib_tty_fd == -1. This allows
it to work with newer releases of SVGAlib. (Hans de Goede)
- Removed "-xv/-xvext" from the manpage. Bugzilla bug 535. (Erik Hovland)
- Updated the joystick types in the manpage. Bugzilla bug 737.
- Fixed some typos in the documentation. Bugzilla bug 738. (Erik Hovland)
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/Makefile | 6 | ||||
-rw-r--r-- | emulators/xmess/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 19fd36b4259..e3728e0f910 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.72 2005/06/24 22:52:15 kristerw Exp $ +# $NetBSD: Makefile,v 1.73 2005/08/25 19:54:49 kristerw Exp $ # -DISTNAME= xmame-0.97 -PKGNAME= xmess-0.97 +DISTNAME= xmame-0.99 +PKGNAME= xmess-0.99 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/xmess/distinfo b/emulators/xmess/distinfo index 1fa4ed70e36..a1fd3f35825 100644 --- a/emulators/xmess/distinfo +++ b/emulators/xmess/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.38 2005/06/24 22:52:15 kristerw Exp $ +$NetBSD: distinfo,v 1.39 2005/08/25 19:54:49 kristerw Exp $ -SHA1 (xmame-0.97.tar.bz2) = 62cd339238e2eb013f07ee90dd90e6b1108cf592 -RMD160 (xmame-0.97.tar.bz2) = 65c91084b3b81bab7b8cfc8dd96c044f083d7134 -Size (xmame-0.97.tar.bz2) = 15675753 bytes +SHA1 (xmame-0.99.tar.bz2) = 083ef1238d695b902ebf8e74d70ebae590d8248c +RMD160 (xmame-0.99.tar.bz2) = 38320772434a31fd632980812ef15a4f34aa557d +Size (xmame-0.99.tar.bz2) = 15782826 bytes SHA1 (patch-aa) = 909583adb17f7485ad5cd1e390cdbb73d367d7be SHA1 (patch-ab) = dd21329b7e1a05bc7ea12b5a98a05d502dc36656 SHA1 (patch-ae) = cf9b2684b4bdfdec7d2f09bcc424b7ee79d7f45a |