Ticket #16901: Portfile.diff

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

    old new  
    33PortSystem 1.0
    44
    55name            gedit
    6 version         2.22.1
     6version         2.24.0
    77description     GNOME editor.
    88long_description        ${description}
    99maintainers     nomaintainer
     
    1111platforms       darwin
    1212homepage        http://www.gnome.org/projects/gedit/
    1313master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
    14 checksums       md5 ee797f4e2eed291dc28ef8ff7082445e \
    15                 sha1 146e2da6ffa2e7b821a44ec19f3ff074fc50a5ca
     14checksums       md5 c6a13bd45ddde3e6a1e45131f430086b \
     15                sha1 a024a0bd15872628c5045e1093cb079859834b80
    1616depends_lib     \
    1717        port:gtksourceview2 \
    1818        port:eel \
    1919        port:dbus-glib \
    2020        port:py25-pygtksourceview \
    2121        port:py25-gnome \
    22         port:iso-codes
    23 #       port:enchant
     22        port:iso-codes \
     23        port:xorg-libsm \
     24        port:enchant
    2425depends_build   \
    2526        port:gnome-doc-utils
    2627use_bzip2       yes
     
    2829patchfiles      patch-gedit-gedit-python-module.c.diff \
    2930                patch-gedit-gedit-python-plugin.c.diff \
    3031                patch-bindings-python-gedit-override.diff \
    31                 patch-bindings-python-gedit-commands.override.diff \
     32                patch-bindings-python-gedit-commands.override.diff \
    3233                patch-plugins-externaltools-data-Makefile.in.diff
    3334
    3435configure.args  --mandir=${prefix}/share/man \
    35                 --disable-spell \
    3636                --disable-scrollkeeper
    3737configure.env   PYTHON=${prefix}/bin/python2.5
    3838