[147835] trunk/dports/gnome/gnome-chemistry-utils

devans at macports.org devans at macports.org
Sun Apr 17 05:53:09 PDT 2016


Revision: 147835
          https://trac.macports.org/changeset/147835
Author:   devans at macports.org
Date:     2016-04-17 05:53:08 -0700 (Sun, 17 Apr 2016)
Log Message:
-----------
gnome-chemistry-utils: update to version 0.14.12, dependencies.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-chemistry-utils/Portfile
    trunk/dports/gnome/gnome-chemistry-utils/files/patch-libs-gcr-document.cc.diff

Added Paths:
-----------
    trunk/dports/gnome/gnome-chemistry-utils/files/patch-plugins-loaders.diff

Modified: trunk/dports/gnome/gnome-chemistry-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-chemistry-utils/Portfile	2016-04-17 10:33:16 UTC (rev 147834)
+++ trunk/dports/gnome/gnome-chemistry-utils/Portfile	2016-04-17 12:53:08 UTC (rev 147835)
@@ -6,7 +6,7 @@
 PortGroup           active_variants 1.1
 
 name                gnome-chemistry-utils
-version             0.14.10
+version             0.14.12
 set major           [join [lrange [split ${version} .] 0 1] .]
 
 categories          gnome science chemistry
@@ -30,8 +30,8 @@
 master_sites        http://download.savannah.gnu.org/releases/gchemutils/${major}/
 use_xz              yes
 
-checksums           sha256  425d2f89eeb4b1aa41e74e29e7dd958d515805a7235d65d269145d95d988e7ac \
-                    rmd160  1ba8ae37caf24b90c1482ce77ee34814293d00b2
+checksums           sha256  3b06d850d2506d287a054f5f96ffd29de37edede62503d829dbe45159cea5f1a \
+                    rmd160  f59935fa8abc183f74b38f2eb165619594c7604a
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -46,6 +46,7 @@
                     port:gnome-doc-utils \
                     port:gtk3 \
                     port:goffice \
+                    port:gnumeric \
                     port:openbabel \
                     port:bodr \
                     port:chemical-mime-data \
@@ -56,7 +57,8 @@
 depends_run         port:gnome-themes-standard \
                     port:yelp
 
-patchfiles          patch-libs-gcr-document.cc.diff
+patchfiles          patch-libs-gcr-document.cc.diff \
+                    patch-plugins-loaders.diff
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 

Modified: trunk/dports/gnome/gnome-chemistry-utils/files/patch-libs-gcr-document.cc.diff
===================================================================
--- trunk/dports/gnome/gnome-chemistry-utils/files/patch-libs-gcr-document.cc.diff	2016-04-17 10:33:16 UTC (rev 147834)
+++ trunk/dports/gnome/gnome-chemistry-utils/files/patch-libs-gcr-document.cc.diff	2016-04-17 12:53:08 UTC (rev 147835)
@@ -1,11 +1,11 @@
---- libs/gcr/document.cc.orig	2015-04-09 09:58:18.000000000 -0700
-+++ libs/gcr/document.cc	2015-04-09 09:58:44.000000000 -0700
-@@ -1521,7 +1521,7 @@
+--- libs/gcr/document.cc.orig	2016-03-28 01:15:28.000000000 -0700
++++ libs/gcr/document.cc	2016-04-04 12:07:58.000000000 -0700
+@@ -1794,7 +1794,7 @@
  		if (error) {
- 			cerr << "gio error: " << error->message << endl;
+ 			g_message ("GIO error: %s", error->message);
  			g_error_free (error);
 -			g_object_unref (file);
 +			// g_object_unref (file);
  			throw (int) 1;
  		}
- 		std::map<std::string, sAtom>AtomsMap;
+ 		buf->context = output;

Added: trunk/dports/gnome/gnome-chemistry-utils/files/patch-plugins-loaders.diff
===================================================================
--- trunk/dports/gnome/gnome-chemistry-utils/files/patch-plugins-loaders.diff	                        (rev 0)
+++ trunk/dports/gnome/gnome-chemistry-utils/files/patch-plugins-loaders.diff	2016-04-17 12:53:08 UTC (rev 147835)
@@ -0,0 +1,24 @@
+--- plugins/loaders/cdx/Makefile.am.orig	2016-04-17 05:00:27.000000000 -0700
++++ plugins/loaders/cdx/Makefile.am	2016-04-17 05:01:16.000000000 -0700
+@@ -19,7 +19,8 @@
+ 
+ cdx_la_LIBADD = \
+ 		$(gsf_LIBS) \
+-		$(top_builddir)/libs/gcu/libgcu- at GCU_API_VER@.la
++		$(top_builddir)/libs/gcu/libgcu- at GCU_API_VER@.la \
++		$(top_builddir)/libs/gcp/libgcp- at GCU_API_VER@.la
+ 
+ cdx_la_SOURCES =	\
+ 	cdx.cc
+--- plugins/loaders/cdxml/Makefile.am.orig	2016-04-17 05:13:36.000000000 -0700
++++ plugins/loaders/cdxml/Makefile.am	2016-04-17 05:14:36.000000000 -0700
+@@ -18,7 +18,8 @@
+ 
+ cdxml_la_LIBADD = \
+ 		$(gsf_LIBS) $(goffice_LIBS) \
+-		$(top_builddir)/libs/gcu/libgcu- at GCU_API_VER@.la
++		$(top_builddir)/libs/gcu/libgcu- at GCU_API_VER@.la \
++		$(top_builddir)/libs/gcp/libgcp- at GCU_API_VER@.la
+ 
+ cdxml_la_SOURCES =	\
+ 	cdxml.cc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160417/b7771154/attachment.html>


More information about the macports-changes mailing list