svn commit: r529821 - in head/graphics: . py-pyglet150

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 29 18:08:26 UTC 2020


Author: amdmi3
Date: Sun Mar 29 18:08:16 2020
New Revision: 529821
URL: https://svnweb.freebsd.org/changeset/ports/529821

Log:
  Copy py-pyglet to py-pyglet150, as some consumers no longer work with the latest version

Added:
  head/graphics/py-pyglet150/
     - copied from r529807, head/graphics/py-pyglet/
Modified:
  head/graphics/Makefile
  head/graphics/py-pyglet150/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Mar 29 18:06:34 2020	(r529820)
+++ head/graphics/Makefile	Sun Mar 29 18:08:16 2020	(r529821)
@@ -846,6 +846,7 @@
     SUBDIR += py-pyganim
     SUBDIR += py-pygeoapi
     SUBDIR += py-pyglet
+    SUBDIR += py-pyglet150
     SUBDIR += py-pygooglechart
     SUBDIR += py-pygraphviz
     SUBDIR += py-pyinsane2

Modified: head/graphics/py-pyglet150/Makefile
==============================================================================
--- head/graphics/py-pyglet/Makefile	Sun Mar 29 15:14:03 2020	(r529807)
+++ head/graphics/py-pyglet150/Makefile	Sun Mar 29 18:08:16 2020	(r529821)
@@ -6,12 +6,15 @@ PORTVERSION=	1.5.0
 CATEGORIES=	graphics multimedia x11-toolkits python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	150
 
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Cross-platform windowing and multimedia library
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+CONFLICTS_INSTALL=${PYTHON_PKGNAMEPREFIX}pyglet-*
 
 USES=		python:3.5+ zip
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list