Revision
108717
Author
mmoll@macports.org
Date
2013-07-31 09:41:33 -0700 (Wed, 31 Jul 2013)

Log Message

py-opengl-accelerate: undo accidental commit

Modified Paths

Diff

Modified: trunk/dports/python/py-opengl-accelerate/Portfile (108716 => 108717)


--- trunk/dports/python/py-opengl-accelerate/Portfile	2013-07-31 16:39:23 UTC (rev 108716)
+++ trunk/dports/python/py-opengl-accelerate/Portfile	2013-07-31 16:41:33 UTC (rev 108717)
@@ -5,7 +5,6 @@
 
 name                py-opengl-accelerate
 version             3.0.2
-revision            1
 categories-append   graphics
 platforms           darwin
 license             BSD
@@ -16,7 +15,7 @@
    operations for slow points in PyOpenGL 3.x.
 
 homepage            http://pyopengl.sourceforge.net/
-master_sites        https://pypi.python.org/packages/source/P/PyOpenGL-accelerate/
+master_sites        http://pypi.python.org/packages/source/P/PyOpenGL-accelerate/
 distname            PyOpenGL-accelerate-${version}
 
 checksums           md5 a977041e27b50804bc5188cc54e2a7ba \
@@ -26,9 +25,6 @@
 python.versions     24 25 26 27 32 33
 
 if {$subport != $name} {
-    if {${python.version} > 31} {
-        patchfiles patch-py33-import.diff
-    }
     depends_lib     port:py${python.version}-numpy
 }
 livecheck.type  none