Ticket #17490: patch-pyopengl-3.0.0b6.diff

File patch-pyopengl-3.0.0b6.diff, 4.1 KB (added by alakazam@…, 16 years ago)

Patch to upgrade py-opengl and py25-opengl to v3.0.0b6

  • dports/python/py-opengl/Portfile

    diff --git a/dports/python/py-opengl/Portfile b/dports/python/py-opengl/Portfile
    index f8249b7..b99df39 100644
    a b  
    33PortSystem 1.0
    44PortGroup python24 1.0
    55
    6 name                    py-opengl
    7 version                 3.0.0b3
    8 categories              python graphics
    9 platforms       darwin
    10 maintainers             melix.net:alakazam openmaintainer
    11 description             PyOpenGL is a Python binding to OpenGL
    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 
    17 homepage                http://pyopengl.sourceforge.net/
    18 master_sites    sourceforge:pyopengl
    19 distname                PyOpenGL-${version}
    20 checksums       md5     a9ef90a2256df749b859dc04d221a6dc \
    21                 sha1    4d436c1905542e7eafbbc915a4f97d1474b15ba0 \
    22                 rmd160  f56d868253bfee380739997f67920f21f2ac76c5
     6name                 py-opengl
     7version              3.0.0b6
     8categories           python graphics
     9platforms            darwin
     10maintainers          melix.net:alakazam
     11
     12description          PyOpenGL is a Python binding to OpenGL
     13long_description     PyOpenGL is the cross platform Python binding to OpenGL \
     14                     and related APIs. The binding is created using the \
     15                     standard ctypes library, and is provided under an \
     16                     extremely liberal BSD-style Open-Source license.
     17
     18homepage             http://pyopengl.sourceforge.net/
     19
     20master_sites         sourceforge:pyopengl
     21distname             PyOpenGL-${version}
     22
     23checksums            md5     6a70dd315767064ec78b84a92d2420a8 \
     24                     sha1    d622df9be810f39cad96a4b72e3267b7e1b20d9b \
     25                     rmd160  5eacede1d144c9d937729df3981daf56501beb42
    2326
    2427depends_build-append port:py-setuptools
    2528depends_lib-append   port:py-ctypes port:py-numpy
    2629
    27 test.run            yes
     30test.run             yes
    2831
    29 livecheck.check     sourceforge
    30 livecheck.name      pyopengl
    31 livecheck.distname  PyOpenGL
     32livecheck.check      sourceforge
     33livecheck.name       pyopengl
     34livecheck.distname   PyOpenGL
  • dports/python/py25-opengl/Portfile

    diff --git a/dports/python/py25-opengl/Portfile b/dports/python/py25-opengl/Portfile
    index 0e2dfbd..3d74e67 100644
    a b PortSystem 1.0 
    44PortGroup python25   1.0
    55
    66name                 py25-opengl
    7 version              3.0.0b5
     7version              3.0.0b6
    88categories           python graphics
    99platforms            darwin
    10 maintainers          melix.net:alakazam openmaintainer
     10maintainers          melix.net:alakazam
    1111
    1212description          Python binding to OpenGL
    13 long_description     PyOpenGL is the cross platform Python binding to \
    14                      OpenGL and related APIs. The binding is created using \
    15                      the standard ctypes library and is provided under an \
     13long_description     PyOpenGL is the cross platform Python binding to OpenGL \
     14                     and related APIs. The binding is created using the \
     15                     standard ctypes library and is provided under an \
    1616                     extremely liberal BSD-style Open-Source licenses.
    1717
    1818homepage             http://pyopengl.sourceforge.net/
    homepage http://pyopengl.sourceforge.net/ 
    2020master_sites         sourceforge:pyopengl
    2121distname             PyOpenGL-${version}
    2222
    23 checksums            md5     4e46b6ce318b82799109a4850dd37c50 \
    24                      sha1    d2cc1c416f5035083edd4eb891fc2d2c80e88bdc \
    25                      rmd160  8ebd342c1178255256062cbc6c321ba69f36cb4d
     23checksums            md5     6a70dd315767064ec78b84a92d2420a8 \
     24                     sha1    d622df9be810f39cad96a4b72e3267b7e1b20d9b \
     25                     rmd160  5eacede1d144c9d937729df3981daf56501beb42
    2626
    2727depends_build-append port:py25-setuptools
    2828depends_lib-append   port:py25-tkinter port:py25-pil port:py25-numpy
    2929
     30test.run             yes
     31
    3032livecheck.check      sourceforge
    3133livecheck.name       pyopengl
    3234livecheck.distname   PyOpenGL