Update to 0.104

Remove $MAINTAINER due to lack response to mail.

"seems good" niallo@ ok sturm@
This commit is contained in:
jsg 2006-04-01 07:20:33 +00:00
parent cedc471ed8
commit 74e7d969d3
3 changed files with 25 additions and 15 deletions

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.20 2005/12/31 15:56:09 sturm Exp $
# $OpenBSD: Makefile,v 1.21 2006/04/01 07:20:33 jsg Exp $
COMMENT= "emulates arcade machines and old home computers"
COMMENT-mame= "emulates a massive variety of arcade machines"
COMMENT-mess= "emulates game consoles and old home computers"
VERSION= 0.100
VERSION= 0.104
DISTNAME= xmame-${VERSION}
PKGNAME= xmame+xmess-${VERSION}p2
PKGNAME-mame= xmame-${VERSION}p2
PKGNAME-mess= xmess-${VERSION}p2
PKGNAME= xmame+xmess-${VERSION}
PKGNAME-mame= xmame-${VERSION}
PKGNAME-mess= xmess-${VERSION}
CATEGORIES= emulators games
MASTER_SITES= ${HOMEPAGE}/download/ \
@ -23,8 +23,6 @@ MASTER_SITES0= http://www.mameworld.net/highscore/ \
HOMEPAGE= http://x.mame.net
MAINTAINER= Claudio Castiglia <ccastig@mail.ru>
HISCORE_FILE= uhsdat${VERSION:S/.//}.zip
HISTORY_FILE= history1_02.zip
CHEAT_FILE= cheat_20051018.zip

View File

@ -1,16 +1,16 @@
MD5 (cheat_20051018.zip) = 0ff8ce7a39439d813760e1a8e57af62a
MD5 (history1_02.zip) = 5e775f567e85c5c68da56947f02966fa
MD5 (uhsdat0100.zip) = 09480efe7251a508a9f88b512fa22a37
MD5 (xmame-0.100.tar.bz2) = c289797531d540853c835a2bb9fad8bc
MD5 (uhsdat0104.zip) = d3d34853d7153ed918985b7a0e69246c
MD5 (xmame-0.104.tar.bz2) = d75ef4845f3b961ec1bfa6e80fbf9433
RMD160 (cheat_20051018.zip) = 1302c3ec942862a7e1d0e3fa5ff4b5f3ae4e13a6
RMD160 (history1_02.zip) = f394ca4cccb23db07779741a4a9ff6fe6a727756
RMD160 (uhsdat0100.zip) = ca60f0ee140dcd595b22117dbc76a6858db998ee
RMD160 (xmame-0.100.tar.bz2) = dc89f1f6312f6567a8a665169294569c252775ab
RMD160 (uhsdat0104.zip) = a8738fe5c8c404be603094fd524df0bffcc97c2d
RMD160 (xmame-0.104.tar.bz2) = 5eda9ca4fcfe5cd76adcd0ab78104fd74acceb77
SHA1 (cheat_20051018.zip) = 3eaa1be4a85a888de99ae4af38cc850e8a957b8e
SHA1 (history1_02.zip) = ba3367695950f0feb921843fd06ba13e8cca1087
SHA1 (uhsdat0100.zip) = 23ea6f88a512a20a859e03535d7b8b1798927e3c
SHA1 (xmame-0.100.tar.bz2) = 3846ca964b8aff60cf65ab494ee75703b03263db
SHA1 (uhsdat0104.zip) = d5e6b17cab70125032b0ae0933db72a52f1764db
SHA1 (xmame-0.104.tar.bz2) = d974cdc5edbdc1591eb276dadfc6c35ec4d10e43
SIZE (cheat_20051018.zip) = 944626
SIZE (history1_02.zip) = 1569593
SIZE (uhsdat0100.zip) = 62900
SIZE (xmame-0.100.tar.bz2) = 15905255
SIZE (uhsdat0104.zip) = 64969
SIZE (xmame-0.104.tar.bz2) = 16249286

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-mess_artworkx_c,v 1.1 2006/04/01 07:20:33 jsg Exp $
--- mess/artworkx.c.orig Sat Apr 1 16:25:23 2006
+++ mess/artworkx.c Sat Apr 1 16:25:36 2006
@@ -192,7 +192,7 @@ int artwork_get_inputscreen_customizatio
continue;
}
- if (!enabled || sscanf(buffer, "%64s (%d,%d)-(%d,%d)", ipt_name, &x1, &y1, &x2, &y2) != 5)
+ if (!enabled || sscanf(buffer, "%63s (%d,%d)-(%d,%d)", ipt_name, &x1, &y1, &x2, &y2) != 5)
continue;
#if 0