ports/86526: [Maintainer Update] fix unfetchable file for emulators/xmame

Miguel Mendez flynn at energyhq.es.eu.org
Sat Sep 24 18:50:21 UTC 2005


The following reply was made to PR ports/86526; it has been noted by GNATS.

From: Miguel Mendez <flynn at energyhq.es.eu.org>
To: freebsd-ports-bugs at FreeBSD.org
Cc: FreeBSD-gnats-submit at 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 at 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 at energyhq.es.eu.org>
 http://www.energyhq.es.eu.org
 PGP Key: 0xDC8514F1
 



More information about the freebsd-ports-bugs mailing list