svn commit: r564283 - head/graphics/py-pyganim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 6 20:46:43 UTC 2021


Author: sunpoet
Date: Sat Feb  6 20:46:36 2021
New Revision: 564283
URL: https://svnweb.freebsd.org/changeset/ports/564283

Log:
  Remove PYGAME

Modified:
  head/graphics/py-pyganim/Makefile
  head/graphics/py-pyganim/distinfo

Modified: head/graphics/py-pyganim/Makefile
==============================================================================
--- head/graphics/py-pyganim/Makefile	Sat Feb  6 20:46:30 2021	(r564282)
+++ head/graphics/py-pyganim/Makefile	Sat Feb  6 20:46:36 2021	(r564283)
@@ -14,10 +14,11 @@ COMMENT=	Sprite animation module for Pygame
 
 LICENSE=	BSD2CLAUSE
 
-RUN_DEPENDS=	${PYGAME}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}game>=0:devel/py-game@${PY_FLAVOR}
 
 USES=		python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/graphics/py-pyganim/distinfo
==============================================================================
--- head/graphics/py-pyganim/distinfo	Sat Feb  6 20:46:30 2021	(r564282)
+++ head/graphics/py-pyganim/distinfo	Sat Feb  6 20:46:36 2021	(r564283)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1612519143
 SHA256 (Pyganim-0.9.2.zip) = 211cf2825b5acd8f64bf8eec6a43a722ed65e695461c79aaa9c8a4c66ee1f56b
 SIZE (Pyganim-0.9.2.zip) = 26183


More information about the svn-ports-all mailing list