Date: Mon, 19 Oct 2020 20:59:02 +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: r552768 - head/graphics/py-pyglet Message-ID: <202010192059.09JKx2aB091845@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Oct 19 20:59:01 2020 New Revision: 552768 URL: https://svnweb.freebsd.org/changeset/ports/552768 Log: - Update to 1.5.8 Modified: head/graphics/py-pyglet/Makefile head/graphics/py-pyglet/distinfo Modified: head/graphics/py-pyglet/Makefile ============================================================================== --- head/graphics/py-pyglet/Makefile Mon Oct 19 20:58:22 2020 (r552767) +++ head/graphics/py-pyglet/Makefile Mon Oct 19 20:59:01 2020 (r552768) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyglet -PORTVERSION= 1.5.7 +PORTVERSION= 1.5.8 CATEGORIES= graphics multimedia x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,5 +18,10 @@ CONFLICTS_INSTALL=${PYTHON_PKGNAMEPREFIX}pyglet150-* USES= python:3.5+ zip USE_PYTHON= autoplist distutils NO_ARCH= yes + +post-extract: + # https://github.com/pyglet/pyglet/issues/291 + @${RM} ${WRKSRC}/pyglet/gl/eglcontext.py + @${RM} ${WRKSRC}/pyglet/media/workerthreads.py .include <bsd.port.mk> Modified: head/graphics/py-pyglet/distinfo ============================================================================== --- head/graphics/py-pyglet/distinfo Mon Oct 19 20:58:22 2020 (r552767) +++ head/graphics/py-pyglet/distinfo Mon Oct 19 20:59:01 2020 (r552768) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593721621 -SHA256 (pyglet-1.5.7.zip) = 3faac2dad34946aecbce79a8658f89155436fe5c07332229160c6eba302ff40d -SIZE (pyglet-1.5.7.zip) = 3160434 +TIMESTAMP = 1603118696 +SHA256 (pyglet-1.5.8.zip) = bf7f579c3029661f8ac3a296fd13cdcbf424280aa527b5907454d0a5f8e3f224 +SIZE (pyglet-1.5.8.zip) = 6827915
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010192059.09JKx2aB091845>