Ticket #5185: Portfile.patch

File Portfile.patch, 1019 bytes (added by rhwood@…, 19 years ago)

Portfile diffs

  • gnome/desktop-file-utils/Portfile

    old new  
    11# $Id: Portfile,v 1.1 2004/09/19 18:22:37 olegb Exp $
    22PortSystem 1.0
    33name            desktop-file-utils
    4 version         0.8
     4version         0.10
    55description     Command line utilities for working with desktop entries.
    66long_description        ${description}
    77maintainers     gnome-darwinports@opendarwin.org
     
    99platforms       darwin
    1010homepage        http://www.freedesktop.org/Software/desktop-file-utils
    1111master_sites    http://www.freedesktop.org/software/desktop-file-utils/releases/
    12 checksums       md5 b0dc11041949eecb877f755105f6b036
    13 patchfiles      patch_menu-method.c
    14 depends_lib     lib:libbonobo-2:libbonobo
     12checksums       md5 8b930e9ad08ac6b8205dd00a1d694b0c
     13depends_lib     lib:libglib-2:glib2     port:popt
    1514configure.args  --mandir=${prefix}/share/man
    1615configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
    1716                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"