Ticket #17032: Portfile.diff

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

    old new  
    11# $Id$
     2
    23PortSystem 1.0
     4
    35name            eog
    4 version         2.18.2
    5 revision        0
     6version         2.24.1
     7set branch      [join [lrange [split ${version} .] 0 1] .]
    68description     An image viewing program.
    79long_description        This is the Eye of Gnome, an image viewer program. \
    810                        It is meant to be a fast and functional image viewer \
    911                        as well as an image cataloging program.
    1012maintainers     nomaintainer
    1113categories      gnome
    12 platforms       darwin 
     14platforms       darwin
    1315homepage        http://www.gnome.org/
    14 master_sites    gnome:sources/${name}/2.18/
    15 checksums       md5 7e5fc342201ea00404008258c19b4461 \
    16                         sha1 d3fcca9f2a6b72f37d1a5d37561bd0eae54b730e \
    17                         rmd160 9bc5286913e83058cf3b833493f0ed4cb218c1e7
     16master_sites    gnome:sources/${name}/${branch}/
     17checksums       md5 1233b5130e2d56e9d50d39084ae067ef \
     18                        sha1 f1406dc1ba9a2d7f8527cfbffa3f0889005b6971 \
     19                        rmd160 b387b05aa2f5adc979d1acdfa78788bed947c126
    1820
    1921depends_lib port:gnome-platform-suite \
    2022        lib:libiconv.2:libiconv port:fontconfig \
     
    3032
    3133use_bzip2       yes
    3234
     35patchfiles patch-src-main.c.diff
     36
    3337configure.args  --mandir=${prefix}/share/man --disable-scrollkeeper
    3438
    3539post-destroot {