Ticket #29558: Portfile.diff

File Portfile.diff, 1.5 KB (added by jwatzman@…, 13 years ago)

portfile diff 3.4.4 -> 3.4.10

  • Portfile

    old new  
    44PortSystem        1.0
    55
    66name              awesome
    7 version           3.4.4
     7version           3.4.10
    88categories        x11 x11-wm
    99maintainers       milosh openmaintainer
    1010platforms         darwin
     
    2424homepage          http://awesome.naquadah.org
    2525master_sites      ${homepage}/download/
    2626use_bzip2         yes
    27 checksums         md5     8c2537ad898d7f58a0f3ba92e6a561a1 \
    28                   sha1    923355b2e34320c4265fba4906a5b923869b88a6 \
    29                   rmd160  7ff57a27ef69b35104dd2c753aaf65166e1087a0
     27checksums         md5     245087f8065867eff37a2133287d5c03 \
     28                  sha1    f3fb824623197aa70708c28ea3aa0c0665617016 \
     29                  rmd160  f64298c9865effca1730650142d2efe9be690dd3
    3030
    3131depends_build \
    3232        port:cmake
    3333
    3434depends_lib \
     35        port:dbus \
    3536        port:lua \
    3637        path:lib/pkgconfig/glib-2.0.pc:glib2 \
    3738        path:lib/pkgconfig/pango.pc:pango \
    3839        path:lib/pkgconfig/cairo.pc:cairo \
    3940        port:xorg-libxcb \
     41        port:xorg-xcb-util-image \
     42        port:xorg-xcb-util-keysyms \
     43        port:xorg-xcb-util-wm \
    4044        port:xorg-randrproto \
    4145        port:startup-notification \
    4246        port:libxdg-basedir \
     
    5458        -DSYSCONFDIR=${prefix}/etc \
    5559        -DXDG_CONFIG_HOME=${prefix}/etc/xdg"
    5660
    57 patchfiles        patch-CMakeLists.txt.diff
     61patchfiles \
     62        patch-CMakeLists.txt.diff \
     63        patch-upstream-xcb.diff
     64
     65patch.pre_args    -p1
    5866
    5967use_configure     no
    6068