Ticket #13943: gnome-vfs-2.20.1-avahi.diff

File gnome-vfs-2.20.1-avahi.diff, 1.4 KB (added by nox@…, 16 years ago)
  • Portfile

     
    11# $Id$
    22PortSystem 1.0
    33name            gnome-vfs
    4 version         2.20.0
    5 revision        1
     4version     2.20.1
    65description     This is the GNOME Virtual File System.
    76long_description        This is the GNOME Virtual File System. \
    87                        GNOME VFS is currently used as one of the \
     
    1211platforms       darwin
    1312homepage        http://www.gnome.org/
    1413master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
    15 checksums       md5 b9fe0a066d0e693e74a000e55338235b \
    16                 sha1 3ce1959b820f420f67e18e6f9da7bc9a87dd4349 \
    17                 rmd160 880e1c1afcb0c22131adfad4e5a5aa3605c136bb
    1814
     15checksums       md5 a350a5a3e201951d7e7867d0900df423 \
     16                sha1 03afa10e84425f7f38e05f0db0ecf55ae5fb7b15 \
     17                rmd160 faa5fffb5495d1e161cb6c3b47612cf39cbb1629
     18
    1919depends_lib     \
    2020                port:gnome-mime-data \
    2121                port:gconf \
    22                 port:howl \
     22        port:avahi \
    2323                port:neon \
    2424                port:dbus \
    2525                port:openssl \
     
    3333
    3434configure.args  --mandir=${prefix}/share/man \
    3535                --enable-ipv6 \
    36                 --enable-howl \
     36        --disable-howl \
    3737                --with-openssl-libs=${prefix}/lib \
    3838                --with-openssl-includes=${prefix}/include \
    3939                --disable-gnutls
    40 configure.env   PATH="${prefix}/bin:$env(PATH)"
    4140configure.ldflags-append        "-lresolv"
    4241
    4342post-patch {