Ticket #46632: Portfile-stellarium.diff

File Portfile-stellarium.diff, 1.1 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    55PortGroup  qt4 1.0
    66
    77name            stellarium
    8 version         0.12.4
     8version         0.12.5
    99categories      science
    1010platforms       darwin
    1111license         GPL-2+
     
    2121homepage        http://stellarium.org/
    2222
    2323master_sites    sourceforge
    24 checksums       rmd160  4e212f8e0d613733ef98a506556c25dbab4d3b24 \
    25                 sha256  0fae1b6e2231ccfaba8fd00abf816a88bd89b5dc61387ac84edf479b363c6684
     24checksums       rmd160  e925e75f0fbaa65f9f2ce04d200b50f73c01c5a5 \
     25                sha256  15fbc0f12f25e4dbf7eb360c422987ca312201e3b41e6eadba028f1af9174559
    2626
    2727depends_build-append port:cmake
    2828depends_lib-append \
     
    3131                port:openssl \
    3232                port:phonon
    3333
    34 patchfiles      patch-libc++.diff
     34patchfiles      patch-src-core-renderer-StelQGLInterleavedArrayVertexBufferBackend.cpp.diff
    3535
    3636post-patch {
    3737    reinplace "s:SET(CMAKE_INSTALL_PREFIX \"\$\{PROJECT_BINARY_DIR\}/:SET(CMAKE_INSTALL_PREFIX \"${applications_dir}/:" ${worksrcpath}/CMakeLists.txt