From owner-svn-ports-head@freebsd.org Thu Dec 12 19:54:47 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0589B1D9C72; Thu, 12 Dec 2019 19:54:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47YkzB67Ydz43Z9; Thu, 12 Dec 2019 19:54:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C960DD23; Thu, 12 Dec 2019 19:54:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBCJsk88017082; Thu, 12 Dec 2019 19:54:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBCJskk7017080; Thu, 12 Dec 2019 19:54:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201912121954.xBCJskk7017080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Dec 2019 19:54:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519944 - head/graphics/py-pyglet X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/py-pyglet X-SVN-Commit-Revision: 519944 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2019 19:54:47 -0000 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/