Ticket #50116: Portfile-ipe.diff

File Portfile-ipe.diff, 1.6 KB (added by m7.thon@…, 8 years ago)
  • Portfile

    old new  
    55PortGroup               qt4 1.0
    66
    77name                    ipe
    8 version                 7.1.9
     8version                 7.1.10
    99set branch              [join [lrange [split ${version} .] 0 1] .]
    1010categories              graphics
    1111maintainers             gmail.com:m7.thon openmaintainer
     
    1919license                 GPL-3+
    2020homepage                http://ipe.otfried.org
    2121platforms               darwin
    22 master_sites            https://github.com/otfried/ipe/raw/master/releases/${branch}
     22master_sites            https://dl.bintray.com/otfried/generic/ipe/${branch}
    2323distname                ${name}-${version}-src
    2424worksrcdir              ${name}-${version}/src
    2525
    26 checksums               sha1    ec213ad86393ab2e0de8581a50ce63a09b83186d \
    27                         rmd160  03d4425b2b7cee4309d363ecc90bb3ddaab48542
     26checksums               sha1    1fec414df0ce63fe7da2694a56ab808224c37288 \
     27                        rmd160  6a2c3404a3673d901728f09f902601b9a3ba6947
    2828
    2929depends_lib-append      port:freetype \
    3030                        path:lib/pkgconfig/cairo.pc:cairo \
     
    3333                        port:libpng \
    3434                        port:zlib
    3535
    36 patchfiles              patch-ipecanvas-ipecanvas_qt.cpp.diff
     36patchfiles              patch-ipelib-ipebitmap_unix.cpp.diff \
     37                        patch-common.mak.diff \
     38                        patch-ipelets-lua-Makefile.diff
    3739
    3840use_configure           no
    3941
     
    7173}
    7274
    7375destroot.args-append    IPEPREFIX=${prefix}
     76
    7477use_parallel_build      no
    7578
    7679platform macosx {