From owner-svn-ports-all@FreeBSD.ORG Sun Mar 24 05:09:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E91ADE32; Sun, 24 Mar 2013 05:09:32 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CE1C0DEB; Sun, 24 Mar 2013 05:09:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2O59Wb6031791; Sun, 24 Mar 2013 05:09:32 GMT (envelope-from acm@svn.freebsd.org) Received: (from acm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2O59W5O031788; Sun, 24 Mar 2013 05:09:32 GMT (envelope-from acm@svn.freebsd.org) Message-Id: <201303240509.r2O59W5O031788@svn.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Sun, 24 Mar 2013 05:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315097 - head/games/fretsonfire 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.14 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: Sun, 24 Mar 2013 05:09:33 -0000 Author: acm Date: Sun Mar 24 05:09:32 2013 New Revision: 315097 URL: http://svnweb.freebsd.org/changeset/ports/315097 Log: - Remove BROKEN - Bump PORTREVISION PR: 171408 Submitted by: nemysis > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. M games/fretsonfire/Makefile M games/fretsonfire/pkg-descr Modified: head/games/fretsonfire/Makefile head/games/fretsonfire/pkg-descr Modified: head/games/fretsonfire/Makefile ============================================================================== --- head/games/fretsonfire/Makefile Sun Mar 24 05:05:42 2013 (r315096) +++ head/games/fretsonfire/Makefile Sun Mar 24 05:09:32 2013 (r315097) @@ -7,7 +7,7 @@ PORTNAME= fretsonfire PORTVERSION= 1.3.110 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games python MASTER_SITES= SF DISTNAME= ${PORTNAME:S/f/F/g:S/o/O/}-${PORTVERSION} @@ -16,18 +16,16 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= A game of musical skill and fast fingers -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ - ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ - ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl \ - ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \ + ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl \ + ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ ${LOCALBASE}/share/${PORTNAME}/default.ttf:${PORTSDIR}/games/fretsonfire-data USE_PYTHON= yes USE_DOS2UNIX= *.txt NO_BUILD= yes -BROKEN= does not build - DATADIR= share/${PORTNAME} EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude 'data' SUB_FILES= pkg-message FretsOnFire @@ -56,7 +54,7 @@ do-install: ${LN} -s ${LOCALBASE}/${DATADIR}/* ${FOF_DIR}/data ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME:S/f/F/g:S/o/O/} ${PREFIX}/bin -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}/README ${INSTALL_DATA} ${WRKSRC}/install.txt ${DOCSDIR}/INSTALL Modified: head/games/fretsonfire/pkg-descr ============================================================================== --- head/games/fretsonfire/pkg-descr Sun Mar 24 05:05:42 2013 (r315096) +++ head/games/fretsonfire/pkg-descr Sun Mar 24 05:09:32 2013 (r315097) @@ -1,4 +1,4 @@ Frets on Fire is a game of musical skill and fast fingers. The aim of the game is to play guitar with the keyboard as accurately as possible. -WWW: http://louhi.kempele.fi/~skyostil/uv/fretsonfire/ +WWW: http://fretsonfire.sf.net