Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 05:09:32 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315097 - head/games/fretsonfire
Message-ID:  <201303240509.r2O59W5O031788@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <nemysis  at gmx.ch>
  > 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



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