diff --git a/dports/python/py25-opengl/Portfile b/dports/python/py25-opengl/Portfile
index 411bcfc..2717abe 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | PortGroup python25 1.0 |
5 | 5 | |
6 | 6 | name py25-opengl |
7 | | version 3.0.0b2 |
| 7 | version 3.0.0b3 |
8 | 8 | categories python graphics |
9 | | maintainers nomaintainer |
| 9 | maintainers melix.net:alakazam openmaintainer |
10 | 10 | description Python binding to OpenGL |
11 | 11 | long_description PyOpenGL is the cross platform Python binding to \ |
12 | 12 | OpenGL and related APIs. The binding is created using \ |
… |
… |
long_description PyOpenGL is the cross platform Python binding to \ |
16 | 16 | homepage http://pyopengl.sourceforge.net/ |
17 | 17 | master_sites sourceforge:pyopengl |
18 | 18 | distname PyOpenGL-${version} |
19 | | checksums md5 ccac409b11594367f9edcd033fd38289 \ |
20 | | sha1 9a39a642cfa8e63d6461ab59e60da4835f6f31c3 \ |
21 | | rmd160 3846f4834699ec7312fc733ddc92ef600ad8d3ea |
| 19 | checksums md5 a9ef90a2256df749b859dc04d221a6dc \ |
| 20 | sha1 4d436c1905542e7eafbbc915a4f97d1474b15ba0 \ |
| 21 | rmd160 f56d868253bfee380739997f67920f21f2ac76c5 |
22 | 22 | depends_build-append port:py25-setuptools |
23 | 23 | depends_lib-append port:py25-tkinter port:py25-pil port:py25-numpy |
24 | 24 | |