View | Details | Raw Unified | Return to bug 133638
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 7-16 Link Here
7
7
8
PORTNAME=	opengl
8
PORTNAME=	opengl
9
PORTVERSION=	3.0.0.b8
9
PORTVERSION=	3.0.0.b8
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	graphics python
11
CATEGORIES=	graphics python
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	SF/py${PORTNAME}
13
MASTER_SITE_SUBDIR=	py${PORTNAME}
14
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
15
DISTNAME=	PyOpenGL-${PORTVERSION:S/.b/b/}
14
DISTNAME=	PyOpenGL-${PORTVERSION:S/.b/b/}
16
15
(-)files/patch-OpenGL-__init__.py (+11 lines)
Added Link Here
1
--- OpenGL/__init__.py.orig	2008-12-07 06:58:16.000000000 +0300
2
+++ OpenGL/__init__.py	2009-04-12 07:52:27.000000000 +0400
3
@@ -102,7 +102,7 @@
4
 # Declarations of plugins provided by PyOpenGL itself
5
 from OpenGL.plugins import PlatformPlugin, FormatHandler
6
 PlatformPlugin( 'nt', 'OpenGL.platform.win32.Win32Platform' )
7
-PlatformPlugin( 'posix ', 'OpenGL.platform.glx.GLXPlatform' )
8
+PlatformPlugin( 'posix', 'OpenGL.platform.glx.GLXPlatform' )
9
 PlatformPlugin( 'linux2', 'OpenGL.platform.glx.GLXPlatform' )
10
 PlatformPlugin( 'darwin', 'OpenGL.platform.darwin.DarwinPlatform' )
11
 

Return to bug 133638