[126611] trunk/dports/gnome/gnumeric

devans at macports.org devans at macports.org
Sun Oct 12 13:31:37 PDT 2014


Revision: 126611
          https://trac.macports.org/changeset/126611
Author:   devans at macports.org
Date:     2014-10-12 13:31:37 -0700 (Sun, 12 Oct 2014)
Log Message:
-----------
gnumeric: update to version 1.12.18, homepage, ensure g-ir-scanner uses the right compiler (#45189).

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

Property Changed:
----------------
    trunk/dports/gnome/gnumeric/


Property changes on: trunk/dports/gnome/gnumeric
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/gnome/gnumeric:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnumeric:126043-126605
/users/rmstonecipher/gnome/gnumeric:102363-103172

Modified: trunk/dports/gnome/gnumeric/Portfile
===================================================================
--- trunk/dports/gnome/gnumeric/Portfile	2014-10-12 20:22:46 UTC (rev 126610)
+++ trunk/dports/gnome/gnumeric/Portfile	2014-10-12 20:31:37 UTC (rev 126611)
@@ -5,8 +5,7 @@
 PortGroup           active_variants 1.0
 
 name                gnumeric
-version             1.12.8
-revision            3
+version             1.12.18
 set branch          [join [lrange [split ${version} .] 0 1] .]
 
 license             GPL-2+
@@ -22,12 +21,12 @@
                     Quattro Pro, Psion 5, Paradox DB, and more (see homepage). GDA \
                     database support is available with the +database variant.
 
-homepage            https://wiki.gnome.org/Apps/Gnumeric
+homepage            http://www.gnumeric.org/
 master_sites        gnome:sources/${name}/${branch}/
 use_xz              yes
 
-checksums           sha256  02688fb6c32c28db2eb4e9a8e012cf1386f4f3a18b4c94f5ecdd13342521ec76 \
-                    rmd160  7d803eafc37fb5fd7cc4ba802f53440228c0843c
+checksums           sha256  402224f858cfa4e91503ab1be0491fa3322713dabe56b6eae171def8b736d9e9 \
+                    rmd160  9c8a9fdde1ecb13d18d7d2a2db66a35749a8ef37
 
 depends_build       port:gnome-doc-utils \
                     port:intltool \
@@ -53,6 +52,9 @@
                     --enable-introspection \
                     --without-gda
 
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
+
 variant database description {builds with support for GDA database} {
     depends_lib-append        port:libgda5
     configure.args-replace    --without-gda --with-gda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141012/e4c962e1/attachment.html>


More information about the macports-changes mailing list