From owner-svn-ports-all@FreeBSD.ORG Wed Jul 9 09:33:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 552AB3FE; Wed, 9 Jul 2014 09:33:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 433C9272A; Wed, 9 Jul 2014 09:33:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s699XeL8093931; Wed, 9 Jul 2014 09:33:40 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s699XexO093930; Wed, 9 Jul 2014 09:33:40 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201407090933.s699XexO093930@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 9 Jul 2014 09:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361347 - head/emulators/loemu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 09:33:40 -0000 Author: vanilla Date: Wed Jul 9 09:33:39 2014 New Revision: 361347 URL: http://svnweb.freebsd.org/changeset/ports/361347 QAT: https://qat.redports.org/buildarchive/r361347/ Log: 1: Stagify. 2: add INSTALLS_EGGINFO, bump version. 3: use options helper. Modified: head/emulators/loemu/Makefile Modified: head/emulators/loemu/Makefile ============================================================================== --- head/emulators/loemu/Makefile Wed Jul 9 09:23:48 2014 (r361346) +++ head/emulators/loemu/Makefile Wed Jul 9 09:33:39 2014 (r361347) @@ -3,7 +3,7 @@ PORTNAME= loemu PORTVERSION= 0.3.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= emulators python MASTER_SITES= http://loemu.pegueroles.com/dists/ @@ -15,30 +15,19 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2. ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt USES= gettext -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes -NO_BUILD= yes +NO_BUILD= yes +INSTALLS_EGGINFO= yes OPTIONS_DEFINE= MAME SNES9X ZSNES OPTIONS_DEFAULT= MAME SNES9X MAME_DESC= Install mame emulator SNES9X_DESC= Install snes9x emulator ZSNES_DESC= Install zsnes emulator - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MMAME} -RUN_DEPENDS+= mame:${PORTSDIR}/emulators/mame -.endif - -.if ${PORT_OPTIONS:MSNES9X} -RUN_DEPENDS+= snes9x:${PORTSDIR}/emulators/snes9x -.endif - -.if ${PORT_OPTIONS:MZSNES} -RUN_DEPENDS+= zsnes:${PORTSDIR}/emulators/zsnes -.endif +MAME_RUN_DEPENDS= mame:${PORTSDIR}/emulators/mame +SNES9X_RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x +ZSNES_RUN_DEPENDS= zsnes:${PORTSDIR}/emulators/zsnes post-patch: .for DIRE in config loemu scripts