- Change the dependence to PYNUMPY from PYNUMERIC as official doc suggests. [1]
- Update to 3.0.1 PR: ports/138629 [1] Submitted by: Wen Heping (myself) Approved by: maintainer(timeout, >7 months) [1]
This commit is contained in:
parent
7d3a2da503
commit
1067cd9826
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253093
2 changed files with 6 additions and 10 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= opengl
|
||||
PORTVERSION= 3.0.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= SF/py${PORTNAME}/PyOpenGL/${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -16,9 +15,9 @@ DISTNAME= PyOpenGL-${PORTVERSION}
|
|||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= An OpenGL (and related library) interface for Python
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMERIC} \
|
||||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
|
||||
RUN_DEPENDS= ${PYNUMERIC} \
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
|
||||
|
||||
OPTIONS= TKINTER "Build with tkinter for X support" On
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
MD5 (PyOpenGL-3.0.0.tar.gz) = ab0fd5f95b8aaaa6b3902c2350b5d5c0
|
||||
SHA256 (PyOpenGL-3.0.0.tar.gz) = f768965d3f37253940fa3a6ac439e31741740e12e9028fe7a2002c12002756aa
|
||||
SIZE (PyOpenGL-3.0.0.tar.gz) = 638551
|
||||
MD5 (PyOpenGL-Demo-3.0.0.tar.gz) = 3fbdda39f251545f7828e8b83d0c2f57
|
||||
SHA256 (PyOpenGL-Demo-3.0.0.tar.gz) = 0f59b92dffeb380570c11e37036b665f2ebfb8247bd92c166bcbc3149079b324
|
||||
SIZE (PyOpenGL-Demo-3.0.0.tar.gz) = 1307093
|
||||
MD5 (PyOpenGL-3.0.1.tar.gz) = 221d4a6a0928fcfeef26751370ec5f52
|
||||
SHA256 (PyOpenGL-3.0.1.tar.gz) = 1ec8e314422bde6951cc45516bd7fed960f75009c30701f33a2a5b522e3482dd
|
||||
SIZE (PyOpenGL-3.0.1.tar.gz) = 698420
|
||||
|
|
Loading…
Reference in a new issue