Ticket #19346: patch-webkit-gtk.diff
File patch-webkit-gtk.diff, 1.2 KB (added by dbevans (David B. Evans), 16 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name webkit-gtk 7 version r30707 8 revision 1 7 version r42583 9 8 description Apple's WebKit HTML rendering library for GTK+ 10 9 long_description ${description} 11 10 maintainers gmail.com:myschizobuddy 12 11 categories www gnome 13 12 platforms darwin freebsd 14 13 homepage http://webkit.org 15 master_sites http://nightly.webkit.org/files/trunk/src /14 master_sites http://nightly.webkit.org/files/trunk/src 16 15 distname WebKit-${version} 17 16 use_bzip2 yes 18 checksums \19 md5 57f29473a82b70bf72993eae14c5a818 \20 sha 1i0c777040c7ef2a0ee7097dfbc8dc89b3e4c9a002 \21 rmd160 4ab419002ce7824797c38699c35f0e85152bd30922 17 18 checksums md5 e0c1dab1ac6af0b6649f56ddb4390611 \ 19 sha1 e04f7db3b95467d506979bfeaaab721c5fb29da2 \ 20 rmd160 7eac6763bac5f0a0a89ecb52f14d65f337642833 21 23 22 depends_lib \ 24 23 port:curl \ 25 24 port:gtk2 \ 26 port:icu \ 25 port:libsoup \ 26 port:icu \ 27 27 port:libxslt \ 28 28 port:sqlite3 29 29 depends_build \ … … 50 50 configure.args-delete --enable-svg 51 51 configure.args-append --disable-svg 52 52 } 53 54 # disable livecheck as builds change nightly 55 56 livecheck.check none