From 87c9f297e36bd96e63aeb9b6e453f8efeb713c4f Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Fri, 8 Feb 2002 04:16:21 +0000 Subject: Update to 0.58.1 PR: 34696 Submitted by: maintainer --- emulators/xmame/Makefile | 2 +- emulators/xmame/distinfo | 2 +- emulators/xmame/files/patch-ak | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 emulators/xmame/files/patch-ak (limited to 'emulators') diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 6b17f591cc2e..f4c6d0122130 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.57.1 +PORTVERSION?= 0.58.1 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/ \ http://www.mame.net/zips/ \ diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index e2f2349d7bb1..5ae57fe2b1f4 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,4 +1,4 @@ -MD5 (xmame/xmame-0.57.1.tar.bz2) = 0f38ebbde013442ee2d41153bb4c0c6f +MD5 (xmame/xmame-0.58.1.tar.bz2) = d85e54b760ec796d11a0b04e782bd69f MD5 (xmame/xmame-0.56.2.tar.bz2) = e43dd5e087f954351948fb9848485924 MD5 (xmame/xmame-0.37b14.2.tar.bz2) = 34bfba3d1412a8f8e1abd4d738de3f27 MD5 (xmame/cheat.zip) = b745ea4df1a3a517c00fedae1ee49a14 diff --git a/emulators/xmame/files/patch-ak b/emulators/xmame/files/patch-ak new file mode 100644 index 000000000000..3292ccef5446 --- /dev/null +++ b/emulators/xmame/files/patch-ak @@ -0,0 +1,10 @@ +--- src/unix/network.c.orig Wed Feb 6 04:33:30 2002 ++++ src/unix/network.c Thu Feb 7 15:14:28 2002 +@@ -361,6 +361,7 @@ + master_hostent->h_addr, + master_hostent->h_length); + _master_info.addr.sin_port = htons(MASTER_INPUT_PORT); ++ _master_info.addr.sin_family = AF_INET; + + gethostname(scratch, MAX_MSG_LEN); + -- cgit v1.2.3