Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2019 19:54:46 +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: r519944 - head/graphics/py-pyglet
Message-ID:  <201912121954.xBCJskk7017080@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec 12 19:54:45 2019
New Revision: 519944
URL: https://svnweb.freebsd.org/changeset/ports/519944

Log:
  - Update to 1.4.8

Modified:
  head/graphics/py-pyglet/Makefile
  head/graphics/py-pyglet/distinfo
  head/graphics/py-pyglet/pkg-descr

Modified: head/graphics/py-pyglet/Makefile
==============================================================================
--- head/graphics/py-pyglet/Makefile	Thu Dec 12 18:47:31 2019	(r519943)
+++ head/graphics/py-pyglet/Makefile	Thu Dec 12 19:54:45 2019	(r519944)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyglet
-PORTVERSION=	1.2.4
+PORTVERSION=	1.4.8
 CATEGORIES=	graphics multimedia x11-toolkits python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	Cross-platform windowing and multimedia libra
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python
+USES=		python zip
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 

Modified: head/graphics/py-pyglet/distinfo
==============================================================================
--- head/graphics/py-pyglet/distinfo	Thu Dec 12 18:47:31 2019	(r519943)
+++ head/graphics/py-pyglet/distinfo	Thu Dec 12 19:54:45 2019	(r519944)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493738698
-SHA256 (pyglet-1.2.4.tar.gz) = 9f62ffbbcf2b202d084bf158685e77d28b8f4f5f2738f4c5e63a947a07503445
-SIZE (pyglet-1.2.4.tar.gz) = 2122017
+TIMESTAMP = 1575986087
+SHA256 (pyglet-1.4.8.zip) = 9c7fd49296d8d61be972335f4e989922c90ea40f2d4b51642db29ee7a8adc65c
+SIZE (pyglet-1.4.8.zip) = 7857481

Modified: head/graphics/py-pyglet/pkg-descr
==============================================================================
--- head/graphics/py-pyglet/pkg-descr	Thu Dec 12 18:47:31 2019	(r519943)
+++ head/graphics/py-pyglet/pkg-descr	Thu Dec 12 19:54:45 2019	(r519944)
@@ -2,5 +2,5 @@ pyglet provides an object-oriented programming interfa
 developing games and other visually-rich applications for Windows,
 Mac OS X and Linux.
 
-WWW: https://bitbucket.org/pyglet/pyglet/wiki/Home
+WWW: https://github.com/pyglet/pyglet
 WWW: https://pypi.org/project/pyglet/



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