svn commit: r529822 - head/games/brainworkshop

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 29 18:09:17 UTC 2020


Author: amdmi3
Date: Sun Mar 29 18:09:06 2020
New Revision: 529822
URL: https://svnweb.freebsd.org/changeset/ports/529822

Log:
  Switch to graphics/py-pyglet150

Modified:
  head/games/brainworkshop/Makefile

Modified: head/games/brainworkshop/Makefile
==============================================================================
--- head/games/brainworkshop/Makefile	Sun Mar 29 18:08:16 2020	(r529821)
+++ head/games/brainworkshop/Makefile	Sun Mar 29 18:09:06 2020	(r529822)
@@ -3,6 +3,7 @@
 
 PORTNAME=	brainworkshop
 PORTVERSION=	5.0.git20191222
+PORTREVISION=	1
 CATEGORIES=	games python
 
 MAINTAINER=	amdmi3 at FreeBSD.org
@@ -10,7 +11,7 @@ COMMENT=	Dual N-Back mental exercise
 
 LICENSE=	GPLv1+ # version not specified
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pyglet/__init__.py:graphics/py-pyglet@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pyglet/__init__.py:graphics/py-pyglet150@${PY_FLAVOR}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	samcv


More information about the svn-ports-all mailing list