From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 11 23:20:20 2003 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 6DA4916A4B3 for ; Sat, 11 Oct 2003 23:20:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3339943FD7 for ; Sat, 11 Oct 2003 23:20:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9C6KGFY004057 for ; Sat, 11 Oct 2003 23:20:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9C6KGpe004056; Sat, 11 Oct 2003 23:20:16 -0700 (PDT) (envelope-from gnats) Resent-Date: Sat, 11 Oct 2003 23:20:16 -0700 (PDT) Resent-Message-Id: <200310120620.h9C6KGpe004056@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, Suleiman Souhlal Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E83F16A4B3 for ; Sat, 11 Oct 2003 23:11:05 -0700 (PDT) Received: from hc6524a8b.dhcp.vt.edu (hc6524a8b.dhcp.vt.edu [198.82.74.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4050E43F3F for ; Sat, 11 Oct 2003 23:11:04 -0700 (PDT) (envelope-from refugee@hc6524a8b.dhcp.vt.edu) Received: by zZzZ.segfaulted.com (Postfix, from userid 1001) id EE4AE47; Sun, 12 Oct 2003 02:11:03 -0400 (EDT) Message-Id: <20031012061103.EE4AE47@hc6524a8b.dhcp.vt.edu> Date: Sun, 12 Oct 2003 02:11:03 -0400 (EDT) From: Suleiman Souhlal To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57879: [PATCH] emulators/xmame: update to 0.74.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Suleiman Souhlal List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2003 06:20:20 -0000 X-List-Received-Date: Sun, 12 Oct 2003 06:20:20 -0000 >Number: 57879 >Category: ports >Synopsis: [PATCH] emulators/xmame: update to 0.74.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 11 23:20:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Suleiman Souhlal >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD hc6524a8b.dhcp.vt.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #10: Tue Sep 30 19:14:35 EDT 2003 refugee@zZzZ.vt.edu:/usr/obj/usr/src/sys/ZZZZ i386 >Description: Update to 0.74.1 and take maintainership. >How-To-Repeat: >Fix: --- xmame.diff begins here --- diff -urN xmame.orig/Makefile xmame/Makefile --- xmame.orig/Makefile Sat Oct 11 23:34:36 2003 +++ xmame/Makefile Sat Oct 11 23:02:04 2003 @@ -6,7 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.67.2 +PORTVERSION?= 0.74.1 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/:xmame \ http://www.sys2064.com/files/util/:history \ @@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:xmame DIST_SUBDIR= xmame -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= refugee@vt.edu COMMENT?= UNIX/X11 port of the Multi Arcade Machine Emulator (MAME) USE_BZIP2= yes @@ -51,11 +51,9 @@ # Docs list GENERALDOCS= changes.unix \ - ctrlr.txt \ dga2.txt \ img/xmame.jpg \ liesmich.unix \ - listinfo.txt \ multiplayer-readme.txt \ xmame-doc-1.html \ xmame-doc-2.html \ @@ -78,9 +76,7 @@ xmame-gdoc-8.html \ xmame-gdoc.html \ xmame.css -XMAMEDOCS= changes.mame \ - gamelist.mame \ - readme.mame +XMAMEDOCS= XMESSDOCS= changes.mess \ credits.mess \ gamelist.mess \ @@ -150,7 +146,7 @@ .if ${WITH_ASM68K:L} == "yes" ASM_COMMENT= .else -ASM_COMMENT=\#\ +ASM_COMMENT=\# .endif # Option WITH_OPTIMIZATION @@ -162,7 +158,7 @@ .endif .endif -SDLSOUNDCOMMENT= \#\ +SDLSOUNDCOMMENT= \# # Option DISPLAY_TARGET .if !defined(DISPLAY_TARGET) @@ -217,7 +213,7 @@ ESOUNDCOMMENT= USE_GNOME= esound .else -ESOUNDCOMMENT=\#\ +ESOUNDCOMMENT=\# .endif # Option WITH_NETWORK @@ -229,7 +225,7 @@ .if ${WITH_NETWORK:L} != "no" NETWORK= .else -NETWORK=\#\ +NETWORK=\# .endif .endif diff -urN xmame.orig/distinfo xmame/distinfo --- xmame.orig/distinfo Sat Oct 11 23:34:36 2003 +++ xmame/distinfo Sun Oct 5 12:31:54 2003 @@ -1,4 +1,4 @@ -MD5 (xmame/xmame-0.67.2.tar.bz2) = b3a89afe2dcd53bb3f9f1f5d47f01dc3 -MD5 (xmame/cheat.zip) = fab0ea562a8dcfd1ce4f3a1d5acc6101 -MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12 +MD5 (xmame/xmame-0.74.1.tar.bz2) = 94033f0260c83d3b91fdd79fd0855709 MD5 (xmame/uhsdat795.zip) = c30956e15cd8218f558f41013a47f22e +MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12 +MD5 (xmame/cheat.zip) = fab0ea562a8dcfd1ce4f3a1d5acc6101 diff -urN xmame.orig/pkg-plist xmame/pkg-plist --- xmame.orig/pkg-plist Sat Oct 11 23:34:36 2003 +++ xmame/pkg-plist Sun Oct 12 01:59:03 2003 @@ -2,11 +2,9 @@ etc/%%MAMEMESS%%rc.sample share/%%MAMEMESS%%/%%MAMEMESS%%rc %%PORTDOCS%%share/doc/%%MAMEMESS%%/changes.unix -%%PORTDOCS%%share/doc/%%MAMEMESS%%/ctrlr.txt %%PORTDOCS%%share/doc/%%MAMEMESS%%/dga2.txt %%PORTDOCS%%share/doc/%%MAMEMESS%%/xmame.jpg %%PORTDOCS%%share/doc/%%MAMEMESS%%/liesmich.unix -%%PORTDOCS%%share/doc/%%MAMEMESS%%/listinfo.txt %%PORTDOCS%%share/doc/%%MAMEMESS%%/multiplayer-readme.txt %%PORTDOCS%%share/doc/%%MAMEMESS%%/xmame-doc-1.html %%PORTDOCS%%share/doc/%%MAMEMESS%%/xmame-doc-2.html @@ -32,9 +30,6 @@ %%MAMEONLY%%%%DATFILES%%share/xmame/hiscore.dat %%MAMEONLY%%%%DATFILES%%share/xmame/history.dat %%MAMEONLY%%%%DATFILES%%share/xmame/cheat.dat -%%MAMEONLY%%%%PORTDOCS%%share/doc/xmame/changes.mame -%%MAMEONLY%%%%PORTDOCS%%share/doc/xmame/gamelist.mame -%%MAMEONLY%%%%PORTDOCS%%share/doc/xmame/readme.mame %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/changes.mess %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.mess %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/gamelist.mess --- xmame.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: