From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 17 20:20:08 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D9A816A4CE for ; Tue, 17 May 2005 20:20:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6E5043DA8 for ; Tue, 17 May 2005 20:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4HKK2p3047459 for ; Tue, 17 May 2005 20:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4HKK2Hl047458; Tue, 17 May 2005 20:20:02 GMT (envelope-from gnats) Resent-Date: Tue, 17 May 2005 20:20:02 GMT Resent-Message-Id: <200505172020.j4HKK2Hl047458@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Miguel Mendez" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BA3316A4CE for ; Tue, 17 May 2005 20:14:23 +0000 (GMT) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id A367343D8F for ; Tue, 17 May 2005 20:14:15 +0000 (GMT) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [IPv6:2001:470:1f01:198:210:4bff:fe3d:e256]) by mindfields.energyhq.es.eu.org (Postfix) with ESMTP id 40F4A36778 for ; Tue, 17 May 2005 22:13:53 +0200 (CEST) Message-Id: <1116360771.0@scienide.energyhq.es.eu.org> Date: Tue, 17 May 2005 22:12:51 +0200 From: "Miguel Mendez" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Subject: ports/81171: [Maintainer Update] emulators/xmame to 0.96 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 20:20:08 -0000 >Number: 81171 >Category: ports >Synopsis: [Maintainer Update] emulators/xmame to 0.96 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 17 20:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD 5.4-RELEASE #0: Thu May 12 19:57:42 UTC 2005 root@scienide.energyhq.es.eu.org:/usr/src/sys/i386/compile/SCIENIDE.SMP >Description: Changelog: http://x.mame.net/changes-unix.html On the FreeBSD side: - Updated the port to 0.96 - Brought the datfiles up to date (thanks Radim Kolar) - Set the new MASTER_SITES For the record: Building xmame on a 64MB box -> good FreeBSD vm stress test :) >How-To-Repeat: >Fix: --- xmame.diff begins here --- diff -ruN xmame.old/Makefile xmame/Makefile --- xmame.old/Makefile Wed May 4 16:13:03 2005 +++ xmame/Makefile Mon May 16 20:45:15 2005 @@ -6,13 +6,12 @@ # PORTNAME?= xmame -PORTVERSION?= 0.95 +PORTVERSION?= 0.96 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/:xmame \ - http://www.sys2064.com/files/util/:history \ - http://www.sys2064.com/files/mame/:highscore \ - http://cheat.retrogames.com/:cheat \ - http://www.win.tue.nl/~stijn/xmame/:history,highscore,cheat + http://www.arcade-history.com/download/:history \ + http://www.mameworld.net/highscore/:highscore \ + http://cheat.retrogames.com/:cheat DISTNAME= xmame-${XMAMEVERSION:S/.r/-rc/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:xmame DIST_SUBDIR= xmame @@ -131,18 +130,19 @@ EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -HIVER= 795 +#HIVER= 795 -DISTFILES+= uhsdat${HIVER}.zip:highscore history.dat.zip:history \ - cheat.zip:cheat +DISTFILES+= uhsdat${PORTVERSION:S/.//}.zip:highscore \ + history${PORTVERSION:S/./_/}.zip:history \ + cheat.zip:cheat EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} post-extract: cd ${WRKDIR} && \ - ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/uhsdat${HIVER}.zip \ + ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/uhsdat${PORTVERSION:S/.//}.zip \ hiscore.dat cd ${WRKDIR} && \ - ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/history.dat.zip \ + ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/history${PORTVERSION:S/./_/}.zip \ history.dat cd ${WRKDIR} && \ ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/cheat.zip cheat.dat diff -ruN xmame.old/distinfo xmame/distinfo --- xmame.old/distinfo Tue Apr 5 20:39:46 2005 +++ xmame/distinfo Mon May 16 17:41:32 2005 @@ -1,8 +1,8 @@ -MD5 (xmame/xmame-0.95.tar.bz2) = e2571ce90bdf1517eea4d8085170fe6c -SIZE (xmame/xmame-0.95.tar.bz2) = 15460834 -MD5 (xmame/uhsdat795.zip) = c30956e15cd8218f558f41013a47f22e -SIZE (xmame/uhsdat795.zip) = 43750 -MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12 -SIZE (xmame/history.dat.zip) = 409736 +MD5 (xmame/xmame-0.96.tar.bz2) = 13a5b97fa868db3926a2a9356fc629bf +SIZE (xmame/xmame-0.96.tar.bz2) = 15605353 +MD5 (xmame/uhsdat096.zip) = 76f45cf3c74501c90241dd90a3c872a0 +SIZE (xmame/uhsdat096.zip) = 60767 +MD5 (xmame/history0_96.zip) = b598b5fd95bd6aa27bc50e0c72290d85 +SIZE (xmame/history0_96.zip) = 1427557 MD5 (xmame/cheat.zip) = 0ff8ce7a39439d813760e1a8e57af62a SIZE (xmame/cheat.zip) = 944626 --- xmame.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: