diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-04-23 13:10:36 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-04-23 13:10:36 +0000 |
commit | 1067cd9826603c488fb6bdd255df221a22c6260c (patch) | |
tree | 2b2715645997ee23beda401942d5ebe41b3561a2 /graphics | |
parent | 7d3a2da503b26bc5923d91744fb114793eff33ab (diff) |
Notes
Diffstat (limited to 'graphics')
-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 |