Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2014 21:41:56 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349683 - head/emulators/loemu
Message-ID:  <201403302141.s2ULfuUG094215@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Mar 30 21:41:56 2014
New Revision: 349683
URL: http://svnweb.freebsd.org/changeset/ports/349683
QAT: https://qat.redports.org/buildarchive/r349683/

Log:
  - Remove optional dependency on expired emulators/xmame
  - Update pkg-descr
  - Bump PORTREVISION
  
  Approved by:	portgmr (blanket)

Modified:
  head/emulators/loemu/Makefile
  head/emulators/loemu/pkg-descr

Modified: head/emulators/loemu/Makefile
==============================================================================
--- head/emulators/loemu/Makefile	Sun Mar 30 21:37:40 2014	(r349682)
+++ head/emulators/loemu/Makefile	Sun Mar 30 21:41:56 2014	(r349683)
@@ -3,7 +3,7 @@
 
 PORTNAME=	loemu
 PORTVERSION=	0.3.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	emulators python
 MASTER_SITES=	http://loemu.pegueroles.com/dists/
 
@@ -19,10 +19,9 @@ USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 NO_BUILD=		yes
 
-OPTIONS_DEFINE=	MAME XMAME SNES9X ZSNES
+OPTIONS_DEFINE=	MAME SNES9X ZSNES
 OPTIONS_DEFAULT=	MAME SNES9X
 MAME_DESC=	Install mame emulator
-XMAME_DESC=	Install xmame emulator
 SNES9X_DESC=	Install snes9x emulator
 ZSNES_DESC=	Install zsnes emulator
 
@@ -33,10 +32,6 @@ NO_STAGE=	yes
 RUN_DEPENDS+=	mame:${PORTSDIR}/emulators/mame
 .endif
 
-.if ${PORT_OPTIONS:MXMAME}
-RUN_DEPENDS+=	xmame:${PORTSDIR}/emulators/xmame
-.endif
-
 .if ${PORT_OPTIONS:MSNES9X}
 RUN_DEPENDS+=	snes9x:${PORTSDIR}/emulators/snes9x
 .endif

Modified: head/emulators/loemu/pkg-descr
==============================================================================
--- head/emulators/loemu/pkg-descr	Sun Mar 30 21:37:40 2014	(r349682)
+++ head/emulators/loemu/pkg-descr	Sun Mar 30 21:41:56 2014	(r349683)
@@ -2,7 +2,7 @@ Loemu is a free application that provide
 emulators. 
 
 Features: 
-- Currently it supports game emulation with xmame, sdlmame and snes9x. 
+- Currently it supports game emulation with mame, sdlmame and snes9x. 
 - Browse games using dynamic list. This allows to browse in a list generated 
   with some categories (and it has other advantages).
 - Finds games quickly. Using a specific dialog that looks for a game in all 



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