Ticket #15877: Portfile.diff

File Portfile.diff, 1.7 KB (added by alakazam@…, 16 years ago)
  • dports/python/py-opengl/Portfile

    diff --git a/dports/python/py-opengl/Portfile b/dports/python/py-opengl/Portfile
    index 75ee955..f8249b7 100644
    a b PortSystem 1.0 
    44PortGroup python24 1.0
    55
    66name                    py-opengl
    7 version                 2.0.1.09
    8 revision                1
     7version                 3.0.0b3
    98categories              python graphics
    10 maintainers             nomaintainer
     9platforms       darwin
     10maintainers             melix.net:alakazam openmaintainer
    1111description             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.
     12long_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.
    1616
    1717homepage                http://pyopengl.sourceforge.net/
    1818master_sites    sourceforge:pyopengl
    1919distname                PyOpenGL-${version}
    20 checksums               md5 505b5f28ea676194e2e10333c56d5936
     20checksums       md5     a9ef90a2256df749b859dc04d221a6dc \
     21                sha1    4d436c1905542e7eafbbc915a4f97d1474b15ba0 \
     22                rmd160  f56d868253bfee380739997f67920f21f2ac76c5
    2123
    22 depends_lib-append      port:py-numeric
     24depends_build-append port:py-setuptools
     25depends_lib-append   port:py-ctypes port:py-numpy
    2326
    24 post-destroot   {
    25         xinstall -m 644 ${worksrcpath}/README \
    26                 ${destroot}${prefix}/share/doc/${name}
    27 }
     27test.run            yes
     28
     29livecheck.check     sourceforge
     30livecheck.name      pyopengl
     31livecheck.distname  PyOpenGL