Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2020 18:08:16 +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: r529821 - in head/graphics: . py-pyglet150
Message-ID:  <202003291808.02TI8GJq006235@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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