Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Sep 2005 20:44:58 +0200
From:      Miguel Mendez <flynn@energyhq.es.eu.org>
To:        freebsd-ports-bugs@FreeBSD.org
Cc:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   Re: ports/86526: [Maintainer Update] fix unfetchable file for emulators/xmame
Message-ID:  <20050924204458.7e470997.flynn@energyhq.es.eu.org>
In-Reply-To: <200509241120.j8OBKKdt065852@freefall.freebsd.org>
References:  <1127560641.0@scienide.energyhq.es.eu.org> <200509241120.j8OBKKdt065852@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <flynn@energyhq.es.eu.org>
http://www.energyhq.es.eu.org
PGP Key: 0xDC8514F1




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050924204458.7e470997.flynn>