[109038] trunk/dports/gnome/gnumeric/Portfile

cal at macports.org cal at macports.org
Wed Aug 7 02:21:08 PDT 2013


Revision: 109038
          https://trac.macports.org/changeset/109038
Author:   cal at macports.org
Date:     2013-08-07 02:21:07 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
gnumeric: whitespace only, #39738

Modified Paths:
--------------
    trunk/dports/gnome/gnumeric/Portfile

Modified: trunk/dports/gnome/gnumeric/Portfile
===================================================================
--- trunk/dports/gnome/gnumeric/Portfile	2013-08-07 07:53:32 UTC (rev 109037)
+++ trunk/dports/gnome/gnumeric/Portfile	2013-08-07 09:21:07 UTC (rev 109038)
@@ -3,41 +3,43 @@
 
 PortSystem 1.0
 
-name            gnumeric
-version         1.10.17
-revision        4
-license         GPL-2
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     A spreadsheet with GNOME support.
+name                gnumeric
+version             1.10.17
+revision            4
+license             {GPL-2 GPL-3}
+set branch          [join [lrange [split ${version} .] 0 1] .]
+
+description         A powerful Gtk3 based spreadsheet with Excel and Python support.
 long_description    ${description}
-maintainers     nomaintainer
-categories      gnome math
-platforms       darwin
-homepage        http://projects.gnome.org/gnumeric/
-master_sites    gnome:sources/${name}/${branch}/
 
-use_xz          yes
+maintainers         nomaintainer
+categories          gnome math
+platforms           darwin
 
-checksums       sha256  8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963
+homepage            http://projects.gnome.org/gnumeric/
+master_sites        gnome:sources/${name}/${branch}/
+use_xz              yes
 
-depends_build   port:gnome-doc-utils \
-                port:intltool \
-                port:pkgconfig
+checksums           sha256  8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963
 
-depends_lib     port:desktop-file-utils \
-                port:rarian \
-                port:goffice08 \
-                port:libglade2 \
-                port:libpng
+depends_build       port:gnome-doc-utils \
+                    port:intltool \
+                    port:pkgconfig
 
-depends_run     port:yelp
+depends_lib         port:desktop-file-utils \
+                    port:rarian \
+                    port:goffice08 \
+                    port:libglade2 \
+                    port:libpng
 
-configure.args  --disable-schemas-install \
-                --disable-schemas-compile \
-                --without-gda \
-                --without-paradox \
-                --without-psiconv
+depends_run         port:yelp
 
+configure.args      --disable-schemas-install \
+                    --disable-schemas-compile \
+                    --without-gda \
+                    --without-paradox \
+                    --without-psiconv
+
 variant python25 conflicts python26 python27 description {Use python 2.5} {
     configure.python          ${prefix}/bin/python2.5
     depends_lib-append        port:py25-gobject
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/2513677a/attachment.html>


More information about the macports-changes mailing list