Ticket #29558: Portfile.diff
File Portfile.diff, 1.5 KB (added by jwatzman@…, 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name awesome 7 version 3.4. 47 version 3.4.10 8 8 categories x11 x11-wm 9 9 maintainers milosh openmaintainer 10 10 platforms darwin … … 24 24 homepage http://awesome.naquadah.org 25 25 master_sites ${homepage}/download/ 26 26 use_bzip2 yes 27 checksums md5 8c2537ad898d7f58a0f3ba92e6a561a1\28 sha1 923355b2e34320c4265fba4906a5b923869b88a6 \29 rmd160 7ff57a27ef69b35104dd2c753aaf65166e1087a027 checksums md5 245087f8065867eff37a2133287d5c03 \ 28 sha1 f3fb824623197aa70708c28ea3aa0c0665617016 \ 29 rmd160 f64298c9865effca1730650142d2efe9be690dd3 30 30 31 31 depends_build \ 32 32 port:cmake 33 33 34 34 depends_lib \ 35 port:dbus \ 35 36 port:lua \ 36 37 path:lib/pkgconfig/glib-2.0.pc:glib2 \ 37 38 path:lib/pkgconfig/pango.pc:pango \ 38 39 path:lib/pkgconfig/cairo.pc:cairo \ 39 40 port:xorg-libxcb \ 41 port:xorg-xcb-util-image \ 42 port:xorg-xcb-util-keysyms \ 43 port:xorg-xcb-util-wm \ 40 44 port:xorg-randrproto \ 41 45 port:startup-notification \ 42 46 port:libxdg-basedir \ … … 54 58 -DSYSCONFDIR=${prefix}/etc \ 55 59 -DXDG_CONFIG_HOME=${prefix}/etc/xdg" 56 60 57 patchfiles patch-CMakeLists.txt.diff 61 patchfiles \ 62 patch-CMakeLists.txt.diff \ 63 patch-upstream-xcb.diff 64 65 patch.pre_args -p1 58 66 59 67 use_configure no 60 68