aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-02-08 12:16:21 +0800
committerpat <pat@FreeBSD.org>2002-02-08 12:16:21 +0800
commit048382e63e8100a9489540c7b8275bfd9b97449a (patch)
tree86e2356887214f1125cdf3ff00b54904aaa8b39b /emulators
parent2e8a4fb5ba74c25ed36ee14a373b3067d9d1d56b (diff)
downloadfreebsd-ports-gnome-048382e63e8100a9489540c7b8275bfd9b97449a.tar.gz
freebsd-ports-gnome-048382e63e8100a9489540c7b8275bfd9b97449a.tar.zst
freebsd-ports-gnome-048382e63e8100a9489540c7b8275bfd9b97449a.zip
Update to 0.58.1
PR: 34696 Submitted by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/Makefile2
-rw-r--r--emulators/xmame/distinfo2
-rw-r--r--emulators/xmame/files/patch-ak10
3 files changed, 12 insertions, 2 deletions
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);
+