diff --git a/dports/python/py-opengl/Portfile b/dports/python/py-opengl/Portfile
index 75ee955..f8249b7 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | PortGroup python24 1.0 |
5 | 5 | |
6 | 6 | name py-opengl |
7 | | version 2.0.1.09 |
8 | | revision 1 |
| 7 | version 3.0.0b3 |
9 | 8 | categories python graphics |
10 | | maintainers nomaintainer |
| 9 | platforms darwin |
| 10 | maintainers melix.net:alakazam openmaintainer |
11 | 11 | description PyOpenGL is a Python binding to OpenGL |
12 | | long_description PyOpenGL is the cross platform Python binding to \ |
13 | | OpenGL and related APIs. The binding is created using \ |
14 | | the SWIG wrapper generator, and is provided under an \ |
15 | | extremely liberal BSD-style Open-Source licenses. |
| 12 | long_description PyOpenGL is the cross platform Python binding to OpenGL \ |
| 13 | and related APIs. The binding is created using the \ |
| 14 | standard ctypes library, and is provided under an extremely \ |
| 15 | liberal BSD-style Open-Source license. |
16 | 16 | |
17 | 17 | homepage http://pyopengl.sourceforge.net/ |
18 | 18 | master_sites sourceforge:pyopengl |
19 | 19 | distname PyOpenGL-${version} |
20 | | checksums md5 505b5f28ea676194e2e10333c56d5936 |
| 20 | checksums md5 a9ef90a2256df749b859dc04d221a6dc \ |
| 21 | sha1 4d436c1905542e7eafbbc915a4f97d1474b15ba0 \ |
| 22 | rmd160 f56d868253bfee380739997f67920f21f2ac76c5 |
21 | 23 | |
22 | | depends_lib-append port:py-numeric |
| 24 | depends_build-append port:py-setuptools |
| 25 | depends_lib-append port:py-ctypes port:py-numpy |
23 | 26 | |
24 | | post-destroot { |
25 | | xinstall -m 644 ${worksrcpath}/README \ |
26 | | ${destroot}${prefix}/share/doc/${name} |
27 | | } |
| 27 | test.run yes |
| 28 | |
| 29 | livecheck.check sourceforge |
| 30 | livecheck.name pyopengl |
| 31 | livecheck.distname PyOpenGL |