From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 24 18:50:21 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 E3D3316A41F for ; Sat, 24 Sep 2005 18:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABAF643D48 for ; Sat, 24 Sep 2005 18:50:20 +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 j8OIoK7p021371 for ; Sat, 24 Sep 2005 18:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8OIoKU3021370; Sat, 24 Sep 2005 18:50:20 GMT (envelope-from gnats) Date: Sat, 24 Sep 2005 18:50:20 GMT Message-Id: <200509241850.j8OIoKU3021370@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Miguel Mendez Cc: Subject: Re: ports/86526: [Maintainer Update] fix unfetchable file for emulators/xmame X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Miguel Mendez List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2005 18:50:21 -0000 The following reply was made to PR ports/86526; it has been noted by GNATS. From: Miguel Mendez To: freebsd-ports-bugs@FreeBSD.org Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/86526: [Maintainer Update] fix unfetchable file for emulators/xmame Date: Sat, 24 Sep 2005 20:44:58 +0200 On Sat, 24 Sep 2005 11:20:20 GMT FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/86526'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=86526 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [Maintainer Update] fix unfetchable file for emulators/xmame > >Arrival-Date: Sat Sep 24 11:20:20 GMT 2005 > Please use the following patch which updates the port to 0.100. Thanks. cut----------------------------------------------------------------------- diff -ruN xmame.old/Makefile xmame/Makefile --- xmame.old/Makefile Wed Aug 31 16:00:39 2005 +++ xmame/Makefile Sat Sep 24 16:10:28 2005 @@ -6,7 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.99 +PORTVERSION?= 0.100 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/:xmame \ http://www.arcade-history.com/download/:history \ @@ -130,10 +130,10 @@ EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -HIVER= 099 +HIVER= 0100 DISTFILES+= uhsdat${HIVER}.zip:highscore \ - history${PORTVERSION:S/./_/}.zip:history \ + history1_02.zip:history \ cheat.zip:cheat EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -142,7 +142,7 @@ ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/uhsdat${HIVER}.zip \ hiscore.dat cd ${WRKDIR} && \ - ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/history${PORTVERSION:S/./_/}.zip \ + ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/history1_02.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 Wed Aug 31 16:00:39 2005 +++ xmame/distinfo Sat Sep 24 14:47:16 2005 @@ -1,8 +1,8 @@ -MD5 (xmame/xmame-0.99.tar.bz2) = dec9cc95fb6fad7708f2d1c8e80166ae -SIZE (xmame/xmame-0.99.tar.bz2) = 15782826 -MD5 (xmame/uhsdat099.zip) = 77fa62e4486191bfe275f0b28fb7a431 -SIZE (xmame/uhsdat099.zip) = 61966 -MD5 (xmame/history0_99.zip) = 0c48f1f6b8f6070c11a79299612fb265 -SIZE (xmame/history0_99.zip) = 1481699 +MD5 (xmame/xmame-0.100.tar.bz2) = c289797531d540853c835a2bb9fad8bc +SIZE (xmame/xmame-0.100.tar.bz2) = 15905255 +MD5 (xmame/uhsdat0100.zip) = 09480efe7251a508a9f88b512fa22a37 +SIZE (xmame/uhsdat0100.zip) = 62900 +MD5 (xmame/history1_02.zip) = 5e775f567e85c5c68da56947f02966fa +SIZE (xmame/history1_02.zip) = 1569593 MD5 (xmame/cheat.zip) = 0ff8ce7a39439d813760e1a8e57af62a SIZE (xmame/cheat.zip) = 944626 cut------------------------------------------------------------------------- -- Miguel Mendez http://www.energyhq.es.eu.org PGP Key: 0xDC8514F1