From owner-svn-ports-head@freebsd.org Tue May 10 21:29:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70D6DB35282; Tue, 10 May 2016 21:29:05 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 34247145D; Tue, 10 May 2016 21:29:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4ALT4U4078642; Tue, 10 May 2016 21:29:04 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4ALT4db078639; Tue, 10 May 2016 21:29:04 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605102129.u4ALT4db078639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 10 May 2016 21:29:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414964 - head/graphics/py-PyOpenGL-accelerate X-SVN-Group: ports-head 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.22 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: Tue, 10 May 2016 21:29:05 -0000 Author: pi Date: Tue May 10 21:29:04 2016 New Revision: 414964 URL: https://svnweb.freebsd.org/changeset/ports/414964 Log: graphics/py-PyOpenGL-accelerate: fix Makefile after rename - fixed port after rename - add BUILD/RUN_DEPENDS on PYNUMPY PR: 205472 Submitted by: matthew@reztek.cz Modified: head/graphics/py-PyOpenGL-accelerate/Makefile head/graphics/py-PyOpenGL-accelerate/distinfo Modified: head/graphics/py-PyOpenGL-accelerate/Makefile ============================================================================== --- head/graphics/py-PyOpenGL-accelerate/Makefile Tue May 10 21:06:44 2016 (r414963) +++ head/graphics/py-PyOpenGL-accelerate/Makefile Tue May 10 21:29:04 2016 (r414964) @@ -6,14 +6,16 @@ CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -accelerate -#DISTNAME= PyOpenGL${PKGNAMESUFFIX}-${PORTVERSION} +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= OpenGL acceleration code for PyOpenGL LICENSE= BSD3CLAUSE -BUILD_DEPENDS= cython:lang/cython +BUILD_DEPENDS= cython:lang/cython \ + ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} USE_PYTHON= autoplist distutils USES= python Modified: head/graphics/py-PyOpenGL-accelerate/distinfo ============================================================================== --- head/graphics/py-PyOpenGL-accelerate/distinfo Tue May 10 21:06:44 2016 (r414963) +++ head/graphics/py-PyOpenGL-accelerate/distinfo Tue May 10 21:29:04 2016 (r414964) @@ -1,2 +1,2 @@ -SHA256 (PyOpenGL-3.1.0.tar.gz) = 9b47c5c3a094fa518ca88aeed35ae75834d53e4285512c61879f67a48c94ddaf -SIZE (PyOpenGL-3.1.0.tar.gz) = 1172688 +SHA256 (PyOpenGL-accelerate-3.1.0.tar.gz) = 927f4670b893d46e2f6273ae938bf0a1db27ffae3336eba94813ccef6260c410 +SIZE (PyOpenGL-accelerate-3.1.0.tar.gz) = 323541