Ticket #50116: Portfile-ipe.diff
File Portfile-ipe.diff, 1.6 KB (added by m7.thon@…, 9 years ago) |
---|
-
Portfile
old new 5 5 PortGroup qt4 1.0 6 6 7 7 name ipe 8 version 7.1. 98 version 7.1.10 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 categories graphics 11 11 maintainers gmail.com:m7.thon openmaintainer … … 19 19 license GPL-3+ 20 20 homepage http://ipe.otfried.org 21 21 platforms darwin 22 master_sites https:// github.com/otfried/ipe/raw/master/releases/${branch}22 master_sites https://dl.bintray.com/otfried/generic/ipe/${branch} 23 23 distname ${name}-${version}-src 24 24 worksrcdir ${name}-${version}/src 25 25 26 checksums sha1 ec213ad86393ab2e0de8581a50ce63a09b83186d\27 rmd160 03d4425b2b7cee4309d363ecc90bb3ddaab4854226 checksums sha1 1fec414df0ce63fe7da2694a56ab808224c37288 \ 27 rmd160 6a2c3404a3673d901728f09f902601b9a3ba6947 28 28 29 29 depends_lib-append port:freetype \ 30 30 path:lib/pkgconfig/cairo.pc:cairo \ … … 33 33 port:libpng \ 34 34 port:zlib 35 35 36 patchfiles patch-ipecanvas-ipecanvas_qt.cpp.diff 36 patchfiles patch-ipelib-ipebitmap_unix.cpp.diff \ 37 patch-common.mak.diff \ 38 patch-ipelets-lua-Makefile.diff 37 39 38 40 use_configure no 39 41 … … 71 73 } 72 74 73 75 destroot.args-append IPEPREFIX=${prefix} 76 74 77 use_parallel_build no 75 78 76 79 platform macosx {