[70946] trunk/dports/gnome/gnumeric

devans at macports.org devans at macports.org
Thu Aug 26 23:11:13 PDT 2010


Revision: 70946
          http://trac.macports.org/changeset/70946
Author:   devans at macports.org
Date:     2010-08-26 23:11:12 -0700 (Thu, 26 Aug 2010)
Log Message:
-----------
gnumeric: update to version 1.10.9, use python26.

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

Removed Paths:
-------------
    trunk/dports/gnome/gnumeric/files/

Modified: trunk/dports/gnome/gnumeric/Portfile
===================================================================
--- trunk/dports/gnome/gnumeric/Portfile	2010-08-27 06:10:24 UTC (rev 70945)
+++ trunk/dports/gnome/gnumeric/Portfile	2010-08-27 06:11:12 UTC (rev 70946)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name		gnumeric
-version		1.8.4
-revision        1
+version		1.10.9
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	A spreadsheet with gnome support.
 long_description	${description}
@@ -16,28 +15,30 @@
 
 master_sites    gnome:sources/${name}/${branch}/
 use_bzip2	yes
-checksums       md5     338f0084f04a16f78797ad01f85d3251 \
-                sha1    2d765b0d06509e0695c4d3ec96b94f8acba88735 \
-                rmd160  461ea59b2ce30d2ce7dd5bca2cea2c50b955dc57
-depends_lib	port:libgsf \
-                port:goffice \
-                port:libbonoboui \
-                port:libgnomeprintui \
-                port:libgnomeui \
-                port:py25-gtk
+
+checksums       md5     827343c8cb76862df5bfaecef2687d26 \
+                sha1    84d09704d73ba41a7d5df430169d1cde04c394b8 \
+                rmd160  21e31ed561ae587f230f9007949754eeefa13b43
+
 depends_build	port:gnome-doc-utils
 
-patchfiles      patch-plugins-python-loader-gnm-python.c \
-                patch-plugins-python-loader-py-gnumeric.c
+depends_lib	port:goffice \
+                port:libglade2 \
+                port:py26-gobject
 
-configure.args  --disable-scrollkeeper
-configure.python ${prefix}/bin/python2.5
 
+configure.args  --disable-schemas-install
+
+configure.python ${prefix}/bin/python2.6
+set python_framework ${frameworks_dir}/Python.framework/Versions/2.6
+configure.pkg_config_path ${python_framework}/lib/pkgconfig
+
 post-activate {
 	system "${prefix}/bin/scrollkeeper-update"
+        system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+            gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100826/6e8a970f/attachment.html>


More information about the macports-changes mailing list