diff options
author | wen <wen@FreeBSD.org> | 2010-04-23 21:10:36 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-04-23 21:10:36 +0800 |
commit | 87befe08c8629bb5f2d2387575730207d5b07b7c (patch) | |
tree | eb78ed397007b4bf6c7cb48b66a5db943113d9be /graphics/py-opengl | |
parent | 09d339f7b5ea08d62f4cc19120f454a5cbd37d2e (diff) | |
download | freebsd-ports-gnome-87befe08c8629bb5f2d2387575730207d5b07b7c.tar.gz freebsd-ports-gnome-87befe08c8629bb5f2d2387575730207d5b07b7c.tar.zst freebsd-ports-gnome-87befe08c8629bb5f2d2387575730207d5b07b7c.zip |
- 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]
Diffstat (limited to 'graphics/py-opengl')
-rw-r--r-- | graphics/py-opengl/Makefile | 7 | ||||
-rw-r--r-- | graphics/py-opengl/distinfo | 9 |
2 files changed, 6 insertions, 10 deletions
diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile index 88282a93d4fd..664c1100a80b 100644 --- a/graphics/py-opengl/Makefile +++ b/graphics/py-opengl/Makefile @@ -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 diff --git a/graphics/py-opengl/distinfo b/graphics/py-opengl/distinfo index 3424feda6ee3..e314365e3319 100644 --- a/graphics/py-opengl/distinfo +++ b/graphics/py-opengl/distinfo @@ -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 |