Date: Tue, 10 Nov 2020 00:02: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: r554800 - head/graphics/py-pyglet Message-ID: <202011100002.0AA02Gen051933@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Nov 10 00:02:15 2020 New Revision: 554800 URL: https://svnweb.freebsd.org/changeset/ports/554800 Log: - Update to 1.5.9 Modified: head/graphics/py-pyglet/Makefile head/graphics/py-pyglet/distinfo Modified: head/graphics/py-pyglet/Makefile ============================================================================== --- head/graphics/py-pyglet/Makefile Tue Nov 10 00:01:47 2020 (r554799) +++ head/graphics/py-pyglet/Makefile Tue Nov 10 00:02:15 2020 (r554800) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyglet -PORTVERSION= 1.5.8 +PORTVERSION= 1.5.9 CATEGORIES= graphics multimedia x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +18,5 @@ 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 Tue Nov 10 00:01:47 2020 (r554799) +++ head/graphics/py-pyglet/distinfo Tue Nov 10 00:02:15 2020 (r554800) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603118696 -SHA256 (pyglet-1.5.8.zip) = bf7f579c3029661f8ac3a296fd13cdcbf424280aa527b5907454d0a5f8e3f224 -SIZE (pyglet-1.5.8.zip) = 6827915 +TIMESTAMP = 1604949437 +SHA256 (pyglet-1.5.9.zip) = 28edbb41674862115b25953f66b23b5f88a6822ac256e25d1cda5a96ed034723 +SIZE (pyglet-1.5.9.zip) = 6852303
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011100002.0AA02Gen051933>