Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2006 15:07:08 +0100
From:      "Miguel Mendez" <mmendez@energyhq.be>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/93525: [Maintainer Update] update emulators/xmame to 0.104
Message-ID:  <1140271628.39270@scienide.energyhq.be>
Resent-Message-ID: <200602181410.k1IEA5Li013327@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93525
>Category:       ports
>Synopsis:       [Maintainer Update] update emulators/xmame to 0.104
>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:   Sat Feb 18 14:10:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
The 32bit world is not enough. 
>Environment:


System: FreeBSD 6.0-STABLE #0: Sat Jan 28 16:36:11 CET 2006
    root@scienide.energyhq.be:/usr/src/sys/amd64/compile/SCIENIDE64



>Description:


Update to 0.104
Changelog: http://x.mame.net/changes-unix.html
Update history file to 1.06a
Add NO_CDROM License does not allow to sell for a fee.

To the committer to takes care of this PR: please change LEGAL to
reflect this. Thanks.




>How-To-Repeat:





>Fix:


--- xmame.diff begins here ---
diff -ruN xmame.old/Makefile xmame/Makefile
--- xmame.old/Makefile	Fri Feb 17 10:47:01 2006
+++ xmame/Makefile	Sat Feb 18 11:27:31 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME?=	xmame
-PORTVERSION?=	0.103
-PORTREVISION=	1
+PORTVERSION?=	0.104
 CATEGORIES=	emulators
 MASTER_SITES=	http://www.franksworld.org/dist/xmame/:xmame \
 		http://x.mame.net/download/:xmame \
@@ -30,7 +29,7 @@
 
 LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
 
-#BROKEN=		Unfetchable
+NO_CDROM=	"License does not permit selling."
 
 USE_BZIP2=	yes
 USE_PERL5=	yes
@@ -139,7 +138,7 @@
 EXTRACT_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
 
 HIVER=		0100
-HISTVER=	1_05c
+HISTVER=	1_06a
 
 DISTFILES+=	uhsdat${HIVER}.zip:highscore \
 		history${HISTVER}.zip:history \
@@ -316,15 +315,6 @@
 	${INSTALL_DATA} ${WRKDIR}/hiscore.dat ${DATADIR}
 	${INSTALL_DATA} ${WRKDIR}/history.dat ${DATADIR}
 	${INSTALL_DATA} ${WRKDIR}/cheat.dat ${DATADIR}
-.endif
-.if defined(WITH_OPENGL)
-	@${ECHO_MSG}
-	@${ECHO_MSG}	"**************************************************************"
-	@${ECHO_MSG}    "* HEADSUP: The OpenGL code is now built on top of the X11"
-	@${ECHO_MSG}    "* drivers. You can enable OpenGL rendering with the -vidmod 2"
-	@${ECHO_MSG}    "* option."
-	@${ECHO_MSG}    "**************************************************************"
-	@${ECHO_MSG}
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN xmame.old/distinfo xmame/distinfo
--- xmame.old/distinfo	Tue Jan 24 08:47:36 2006
+++ xmame/distinfo	Sat Feb 18 11:24:03 2006
@@ -1,12 +1,12 @@
-MD5 (xmame/xmame-0.103.tar.bz2) = 06b3c5f38d6e124d6b4d07b292830f03
-SHA256 (xmame/xmame-0.103.tar.bz2) = 0a21f8bffacabe02b73032e9719444978e25bbc7d536ecbe57f5a863ca915766
-SIZE (xmame/xmame-0.103.tar.bz2) = 16122491
+MD5 (xmame/xmame-0.104.tar.bz2) = d75ef4845f3b961ec1bfa6e80fbf9433
+SHA256 (xmame/xmame-0.104.tar.bz2) = 2d6bf6f4c18b21778c48c7f16bbdbd8a4a01450d30d71182e8d19db5983df550
+SIZE (xmame/xmame-0.104.tar.bz2) = 16249286
 MD5 (xmame/uhsdat0100.zip) = 09480efe7251a508a9f88b512fa22a37
 SHA256 (xmame/uhsdat0100.zip) = 2ee3fd4d954a88cf72581f1e9b687ff199079b655a22d7c540877994065f2f92
 SIZE (xmame/uhsdat0100.zip) = 62900
-MD5 (xmame/history1_05c.zip) = 1c0a57cce47b13a8855739510523ab05
-SHA256 (xmame/history1_05c.zip) = 0507b4f133bff4a5b8f4478bf4691c8e9c5cbc715509eaedf437ea893532d837
-SIZE (xmame/history1_05c.zip) = 1628034
+MD5 (xmame/history1_06a.zip) = baecc49b24cafb14c00b155a1889a694
+SHA256 (xmame/history1_06a.zip) = 9d75ff53a0e2b65c5eda0bd0584b75624af8d1aca2c06a080f9df639b9d5114f
+SIZE (xmame/history1_06a.zip) = 1712811
 MD5 (xmame/cheat.zip) = 0ff8ce7a39439d813760e1a8e57af62a
 SHA256 (xmame/cheat.zip) = 4bfd5a17c7de262bc58942db7c402c6d44bcc0aebfa8703c9ed3aa60654a876b
 SIZE (xmame/cheat.zip) = 944626
--- xmame.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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