Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2017 15:45:54 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438970 - head/games/bubbros
Message-ID:  <201704201545.v3KFjsrP064122@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Apr 20 15:45:54 2017
New Revision: 438970
URL: https://svnweb.freebsd.org/changeset/ports/438970

Log:
  - Fix shebangs
  - Add missing xorg depends

Modified:
  head/games/bubbros/Makefile
  head/games/bubbros/pkg-descr

Modified: head/games/bubbros/Makefile
==============================================================================
--- head/games/bubbros/Makefile	Thu Apr 20 15:29:31 2017	(r438969)
+++ head/games/bubbros/Makefile	Thu Apr 20 15:45:54 2017	(r438970)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bubbros
 PORTVERSION=	1.6.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/bub-n-bros/bub-n-bros/${PORTVERSION}
 DIST_SUBDIR=	python
@@ -17,7 +17,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 RUN_DEPENDS=	${PYGAME}
 BUILD_DEPENDS=	${PYGAME}
 
-USES=		python
+USES=		python shebangfix
+SHEBANG_FILES=	BubBob.py
+USE_XORG=	x11 xext
 
 PORTDOCS=	*.html
 
@@ -45,8 +47,6 @@ do-build:
 .endfor
 
 do-install:
-	@${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \
-		${WRKDIR}/${PORTNAME}
 	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
 .for d in bubbob common display http2 java metaserver
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR})

Modified: head/games/bubbros/pkg-descr
==============================================================================
--- head/games/bubbros/pkg-descr	Thu Apr 20 15:29:31 2017	(r438969)
+++ head/games/bubbros/pkg-descr	Thu Apr 20 15:45:54 2017	(r438970)
@@ -1,4 +1,5 @@
 n-multiplayer crazy clone of the famous Bubble Bobble game
+
 Features:
     * Same gameplay as the famous McSebi's Bub & Bob.
     * Network game: 1 to 3 players per machine, up to 7 players in total.



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