[110207] trunk/dports/gnome/libgnomedb

ryandesign at macports.org ryandesign at macports.org
Wed Aug 28 08:14:20 PDT 2013


Revision: 110207
          https://trac.macports.org/changeset/110207
Author:   ryandesign at macports.org
Date:     2013-08-28 08:14:20 -0700 (Wed, 28 Aug 2013)
Log Message:
-----------
libgnomedb: update to 1.2.2; fix build failure with glib2 @2.32+ (#40270)

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

Added Paths:
-----------
    trunk/dports/gnome/libgnomedb/files/
    trunk/dports/gnome/libgnomedb/files/patch-glib-2.32.diff

Modified: trunk/dports/gnome/libgnomedb/Portfile
===================================================================
--- trunk/dports/gnome/libgnomedb/Portfile	2013-08-28 14:57:17 UTC (rev 110206)
+++ trunk/dports/gnome/libgnomedb/Portfile	2013-08-28 15:14:20 UTC (rev 110207)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		libgnomedb
-version		1.2.1
+version		1.2.2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	Data access architecture for GNOME.
 long_description 	The GNOME-DB project aims to provide a free unified \
@@ -18,7 +18,12 @@
 homepage	http://www.gnome-db.org/
 master_sites    gnome:sources/${name}/${branch}/
 use_bzip2	yes
-checksums	md5 5e2ff4eaa2bdb02493af4e21b5f5bf8b
+
+checksums	rmd160  9b5f2c6b684f583467de7cd4be00b6bb93cefeb3 \
+		sha256  1dc3967ac3ff9407268ad0b36dc93eef680b5a2a088929c2a52597223d4b4d96
+
+patchfiles	patch-glib-2.32.diff
+
 depends_build	port:intltool port:pkgconfig
 depends_lib	port:gtksourceview port:libgda port:rarian port:libgnomeui
 configure.cppflags-append "-L${prefix}/lib"

Added: trunk/dports/gnome/libgnomedb/files/patch-glib-2.32.diff
===================================================================
--- trunk/dports/gnome/libgnomedb/files/patch-glib-2.32.diff	                        (rev 0)
+++ trunk/dports/gnome/libgnomedb/files/patch-glib-2.32.diff	2013-08-28 15:14:20 UTC (rev 110207)
@@ -0,0 +1,11 @@
+--- libgnomedb/gnome-db-grid.c.orig	2004-10-09 12:11:03.000000000 -0500
++++ libgnomedb/gnome-db-grid.c	2013-08-28 10:04:51.000000000 -0500
+@@ -21,7 +21,7 @@
+  */
+ 
+ #include <string.h>
+-#include <glib/gfileutils.h>
++#include <glib.h>
+ #include <libgda/gda-util.h>
+ #include <gtk/gtkcheckmenuitem.h>
+ #include <gtk/gtkdialog.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130828/ba97550b/attachment-0001.html>


More information about the macports-changes mailing list