From owner-svn-ports-all@freebsd.org Wed Mar 25 10:58:05 2020 Return-Path: Delivered-To: svn-ports-all@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 1AE3D27D971; Wed, 25 Mar 2020 10:58:05 +0000 (UTC) (envelope-from arrowd@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 48nQ7v07W0z4Ppd; Wed, 25 Mar 2020 10:58:02 +0000 (UTC) (envelope-from arrowd@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 91BB4199F3; Wed, 25 Mar 2020 10:57:55 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02PAvtWD004818; Wed, 25 Mar 2020 10:57:55 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02PAvsRG004812; Wed, 25 Mar 2020 10:57:54 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <202003251057.02PAvsRG004812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Wed, 25 Mar 2020 10:57:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529089 - in head/graphics: py-PyOpenGL py-PyOpenGL-accelerate X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: in head/graphics: py-PyOpenGL py-PyOpenGL-accelerate X-SVN-Commit-Revision: 529089 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2020 10:58:05 -0000 Author: arrowd Date: Wed Mar 25 10:57:54 2020 New Revision: 529089 URL: https://svnweb.freebsd.org/changeset/ports/529089 Log: graphics/py-PyOpenGL and graphics/py-PyOpenGL-accelerate: Update to 3.1.5. Differential Revision: https://reviews.freebsd.org/D23743 Modified: head/graphics/py-PyOpenGL-accelerate/Makefile head/graphics/py-PyOpenGL-accelerate/distinfo head/graphics/py-PyOpenGL/Makefile head/graphics/py-PyOpenGL/distinfo Modified: head/graphics/py-PyOpenGL-accelerate/Makefile ============================================================================== --- head/graphics/py-PyOpenGL-accelerate/Makefile Wed Mar 25 10:05:26 2020 (r529088) +++ head/graphics/py-PyOpenGL-accelerate/Makefile Wed Mar 25 10:57:54 2020 (r529089) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= PyOpenGL -PORTVERSION= 3.1.0 -PORTREVISION= 3 +PORTVERSION= 3.1.5 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,6 +20,6 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} USE_PYTHON= autoplist distutils cython -USES= python:-3.6 +USES= python:2.7+ .include Modified: head/graphics/py-PyOpenGL-accelerate/distinfo ============================================================================== --- head/graphics/py-PyOpenGL-accelerate/distinfo Wed Mar 25 10:05:26 2020 (r529088) +++ head/graphics/py-PyOpenGL-accelerate/distinfo Wed Mar 25 10:57:54 2020 (r529089) @@ -1,2 +1,3 @@ -SHA256 (PyOpenGL-accelerate-3.1.0.tar.gz) = 927f4670b893d46e2f6273ae938bf0a1db27ffae3336eba94813ccef6260c410 -SIZE (PyOpenGL-accelerate-3.1.0.tar.gz) = 323541 +TIMESTAMP = 1581936856 +SHA256 (PyOpenGL-accelerate-3.1.5.tar.gz) = 12e5518b0216a478527c7ce5ddce623c3d0517adeb87226da767772e8b7f2f06 +SIZE (PyOpenGL-accelerate-3.1.5.tar.gz) = 538350 Modified: head/graphics/py-PyOpenGL/Makefile ============================================================================== --- head/graphics/py-PyOpenGL/Makefile Wed Mar 25 10:05:26 2020 (r529088) +++ head/graphics/py-PyOpenGL/Makefile Wed Mar 25 10:57:54 2020 (r529089) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= PyOpenGL -PORTVERSION= 3.1.0 -PORTREVISION= 5 +PORTVERSION= 3.1.5 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/py-PyOpenGL/distinfo ============================================================================== --- head/graphics/py-PyOpenGL/distinfo Wed Mar 25 10:05:26 2020 (r529088) +++ head/graphics/py-PyOpenGL/distinfo Wed Mar 25 10:57:54 2020 (r529089) @@ -1,2 +1,3 @@ -SHA256 (PyOpenGL-3.1.0.tar.gz) = 9b47c5c3a094fa518ca88aeed35ae75834d53e4285512c61879f67a48c94ddaf -SIZE (PyOpenGL-3.1.0.tar.gz) = 1172688 +TIMESTAMP = 1581937536 +SHA256 (PyOpenGL-3.1.5.tar.gz) = 4107ba0d0390da5766a08c242cf0cf3404c377ed293c5f6d701e457c57ba3424 +SIZE (PyOpenGL-3.1.5.tar.gz) = 1835295