Ticket #17023: Portfile.diff

File Portfile.diff, 1.3 KB (added by markdigital69@…, 16 years ago)
  • Portfile

    old new  
    11# $Id$
     2
    23PortSystem 1.0
     4
    35name            gal
    4 version         2.4.3
     6version         2.5.3
    57description     GNOME Application Libs (GAL).
    68long_description        The GNOME Application Libs (GAL) module contains \
    79                        some library functions that came from Gnumeric \
    810                        and Evolution.  The idea is to reuse the code \
    911                        across various larger GNOME applications that \
    10                         might want to use it. 
     12                        might want to use it.
    1113maintainers     nomaintainer
    1214categories      gnome
    13 platforms       darwin 
     15platforms       darwin
    1416homepage        http://www.gnome.org
    15 master_sites    gnome:sources/gal/2.4/
    16 checksums       md5 de9ef290fd614a1057e26e31bc294142
     17master_sites    gnome:sources/${name}/[join [lrange [split ${version} {.}] 0 1] {.}]/
     18
     19checksums       md5 8fae770488887f9d0f95bcdbffc673cc \
     20                        sha1 7c590925bfc9f2650464d658c2d970291b034449 \
     21                        rmd160 caa7322c430059832829107027faa6fe7cee6e94
     22                       
    1723depends_lib     lib:libgnomeprintui:libgnomeprintui \
    1824        port:dbus \
    1925        port:dbus-glib
     26       
    2027use_bzip2       yes
     28
     29patchfiles patch-gal-widgets-e-unicode.h.diff
     30
    2131configure.args  --mandir=${prefix}/share/man
    2232configure.cppflags-append "-L${prefix}/lib"
    2333configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress"