Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2022 18:56:10 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8075dbab8b90 - main - =?utf-8?Q?graphics/py-pyglet: update 1.5.23 =E2=86=92 1.5.24?=
Message-ID:  <202205131856.24DIuAqi050643@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8075dbab8b902b30c3f7a44a21d3e1074a617c7a

commit 8075dbab8b902b30c3f7a44a21d3e1074a617c7a
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-05-13 18:47:46 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-05-13 18:53:12 +0000

    graphics/py-pyglet: update 1.5.23 → 1.5.24
    
    Add missing opengl depends, enable testing and remove obsolete conflict
---
 graphics/py-pyglet/Makefile | 7 +++----
 graphics/py-pyglet/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/graphics/py-pyglet/Makefile b/graphics/py-pyglet/Makefile
index 435c521cbd36..467b04f38123 100644
--- a/graphics/py-pyglet/Makefile
+++ b/graphics/py-pyglet/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyglet
-PORTVERSION=	1.5.23
+PORTVERSION=	1.5.24
 CATEGORIES=	graphics multimedia x11-toolkits python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,9 +10,8 @@ COMMENT=	Cross-platform windowing and multimedia library
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-CONFLICTS_INSTALL=${PYTHON_PKGNAMEPREFIX}pyglet150
-
-USES=		python:3.6+ zip
+USES=		display:test gl python:3.6+ pytest zip
+USE_GL=		gl glu
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
diff --git a/graphics/py-pyglet/distinfo b/graphics/py-pyglet/distinfo
index 53138f36eb29..28ce8328beaf 100644
--- a/graphics/py-pyglet/distinfo
+++ b/graphics/py-pyglet/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647862629
-SHA256 (pyglet-1.5.23.zip) = dee920203cf306159c503babb62f38787268708977f5c945d28337594b797c46
-SIZE (pyglet-1.5.23.zip) = 6975489
+TIMESTAMP = 1652362890
+SHA256 (pyglet-1.5.24.zip) = 5b4a4d5e5ad54946e31492eac67f7292e51a6577244641a277180f90a0192a8e
+SIZE (pyglet-1.5.24.zip) = 6977941



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