Ticket #39738: Portfile-gnumeric.4.diff

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

whitespace changes

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    22# $Id: Portfile 108290 2013-07-17 22:53:49Z dports@macports.org $
    33
    4 PortSystem 1.0
     4PortSystem          1.0
    55
    6 name            gnumeric
    7 version         1.10.17
    8 revision        4
    9 license         GPL-2
    10 set branch      [join [lrange [split ${version} .] 0 1] .]
    11 description     A spreadsheet with GNOME support.
     6name                gnumeric
     7version             1.10.17
     8revision            4
     9set branch          [join [lrange [split ${version} .] 0 1] .]
     10
     11license             GPL-2
     12maintainers         nomaintainer
     13categories          gnome math
     14platforms           darwin
     15
     16description         A spreadsheet with GNOME support.
    1217long_description    ${description}
    13 maintainers     nomaintainer
    14 categories      gnome math
    15 platforms       darwin
    16 homepage        http://projects.gnome.org/gnumeric/
    17 master_sites    gnome:sources/${name}/${branch}/
    18 
    19 use_xz          yes
    20 
    21 checksums       sha256  8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963
    22 
    23 depends_build   port:gnome-doc-utils \
    24                 port:intltool \
    25                 port:pkgconfig
    26 
    27 depends_lib     port:desktop-file-utils \
    28                 port:rarian \
    29                 port:goffice08 \
    30                 port:libglade2 \
    31                 port:libpng
    32 
    33 depends_run     port:yelp
    34 
    35 configure.args  --disable-schemas-install \
    36                 --disable-schemas-compile \
    37                 --without-gda \
    38                 --without-paradox \
    39                 --without-psiconv
     18
     19homepage            http://projects.gnome.org/gnumeric/
     20master_sites        gnome:sources/${name}/${branch}/
     21use_xz              yes
     22
     23checksums           sha256  8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963
     24
     25depends_build       port:gnome-doc-utils \
     26                    port:intltool \
     27                    port:pkgconfig
     28
     29depends_lib         port:desktop-file-utils \
     30                    port:rarian \
     31                    port:goffice08 \
     32                    port:libglade2 \
     33                    port:libpng
     34
     35depends_run         port:yelp
     36
     37configure.args      --disable-schemas-install \
     38                    --disable-schemas-compile \
     39                    --without-gda \
     40                    --without-paradox \
     41                    --without-psiconv
    4042
    4143variant python25 conflicts python26 python27 description {Use python 2.5} {
    4244    configure.python          ${prefix}/bin/python2.5