Ticket #39738: Portfile-gnumeric.5.diff

File Portfile-gnumeric.5.diff, 2.4 KB (added by c.herbig@…, 11 years ago)

version, deps update

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                gnumeric
    7 version             1.10.17
    8 revision            4
     7version             1.12.4
    98set branch          [join [lrange [split ${version} .] 0 1] .]
    109
    11 license             GPL-2
     10license             GPL-2+
    1211maintainers         nomaintainer
    1312categories          gnome math
    1413platforms           darwin
    1514
    16 description         A spreadsheet with GNOME support.
    17 long_description    ${description}
     15description         A powerful Gtk3 based spreadsheet with Excel, R and Python support.
     16long_description    A powerful Gtk3 based spreadsheet that features full Excel function and file \
     17                    compatibility, additional functions not found in Excel, statisticts operations \
     18                    with support for R, and Python plugins. Has some ODF support.
    1819
    1920homepage            http://projects.gnome.org/gnumeric/
    2021master_sites        gnome:sources/${name}/${branch}/
    2122use_xz              yes
    2223
    23 checksums           sha256  8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963
     24checksums           sha256  562e17d8b56f4587e33f54adff89a65ede6e6e0c57bcd561589453d8edae80bd \
     25                    rmd160  e3540631bdc8827edfa7ecec6a62fd8bcf06399f
    2426
    2527depends_build       port:gnome-doc-utils \
    2628                    port:intltool \
    2729                    port:pkgconfig
    2830
    29 depends_lib         port:desktop-file-utils \
    30                     port:rarian \
    31                     port:goffice08 \
    32                     port:libglade2 \
    33                     port:libpng
     31depends_lib         port:goffice \
     32                    port:gtk3
    3433
    3534depends_run         port:yelp
    3635
     
    6564    default_variants +python27
    6665}
    6766
    68 configure.cflags-append "-std=gnu89"
    69 
    70 # provides both gconf and gsettings schemas
     67# the configure phase seems to be smart enough to detect this on its own…
     68#configure.cflags-append "-std=gnu89"
    7169
    7270post-activate {
    7371    system "${prefix}/bin/scrollkeeper-update"
    7472    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
    7573    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
    76     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
    77         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
    7874    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
    7975}
    8076