svn commit: r438970 - head/games/bubbros

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 20 15:45:56 UTC 2017


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.


More information about the svn-ports-all mailing list