[141617] users/devans/GNOME-3/unstable-c++11/dports/gnome/glom

devans at macports.org devans at macports.org
Sat Dec 12 02:17:20 PST 2015


Revision: 141617
          https://trac.macports.org/changeset/141617
Author:   devans at macports.org
Date:     2015-10-23 10:06:35 -0700 (Fri, 23 Oct 2015)
Log Message:
-----------
GNOME-3/unstable-c++11: glom, update to version 1.30.0.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable-c++11/dports/gnome/glom/Portfile
    users/devans/GNOME-3/unstable-c++11/dports/gnome/glom/files/patch-configure.ac.diff

Removed Paths:
-------------
    users/devans/GNOME-3/unstable-c++11/dports/gnome/glom/files/patch-glom-frame_glom.cc.diff

Modified: users/devans/GNOME-3/unstable-c++11/dports/gnome/glom/Portfile
===================================================================
--- users/devans/GNOME-3/unstable-c++11/dports/gnome/glom/Portfile	2015-10-23 16:46:51 UTC (rev 141616)
+++ users/devans/GNOME-3/unstable-c++11/dports/gnome/glom/Portfile	2015-10-23 17:06:35 UTC (rev 141617)
@@ -9,7 +9,7 @@
 PortGroup           cxx11 1.0
 
 name                glom
-version             1.29.5
+version             1.30.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 license             GPL-2
 description         Glom is an easy-to-use database designer and user interface.
@@ -23,8 +23,8 @@
 
 use_xz              yes
 
-checksums           rmd160  15163cd99ce54f2f81caa532833df492d1183251 \
-                    sha256  2806bd9b5ebb1aaee6e9da0e080ec087074f7a31ba962178390e96d45acfc29d
+checksums           rmd160  d8451861198f0f8c3bc4e5b0150cf6a800ab1351 \
+                    sha256  219dac37aa12a2219ed99828269faddc86af8118444602158c5cf594cd3b8cf0
 
 # set pbranch to desired perl version
 # currently 5.22 (#48365)
@@ -66,7 +66,6 @@
                     port:gnome-keyring
 
 patchfiles          patch-configure.ac.diff \
-                    patch-glom-frame_glom.cc.diff \
                     patch-glom-libglom-connectionpool.cc.diff
 
 require_active_variants libgda5 postgresql94

Modified: users/devans/GNOME-3/unstable-c++11/dports/gnome/glom/files/patch-configure.ac.diff
===================================================================
--- users/devans/GNOME-3/unstable-c++11/dports/gnome/glom/files/patch-configure.ac.diff	2015-10-23 16:46:51 UTC (rev 141616)
+++ users/devans/GNOME-3/unstable-c++11/dports/gnome/glom/files/patch-configure.ac.diff	2015-10-23 17:06:35 UTC (rev 141617)
@@ -1,14 +1,14 @@
---- configure.ac.orig	2015-07-13 02:58:23.000000000 -0700
-+++ configure.ac	2015-07-17 21:54:30.000000000 -0700
+--- configure.ac.orig	2015-09-22 04:52:45.000000000 -0700
++++ configure.ac	2015-10-23 09:05:07.000000000 -0700
 @@ -159,7 +159,10 @@
  
  
  # Libraries used by libglom:
--REQUIRED_LIBGLOM_LIBS='giomm-2.4 >= 2.43.1 libxml++-2.6 >= 2.23.1 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.8 libgda-5.0 >= 5.2.1 libgda-postgres-5.0 libgda-postgres-5.0 libgda-mysql-5.0 libarchive >= 3.0'
-+REQUIRED_LIBGLOM_LIBS='giomm-2.4 >= 2.43.1 libxml++-2.6 >= 2.23.1 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.8 libgda-5.0 >= 5.2.1 libgda-postgres-5.0 libgda-postgres-5.0 libarchive >= 3.0'
-+ 
-+ AS_IF([test "x$glom_enable_mysql" = xyes],
-+       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libgda-mysql-5.0"])
+-REQUIRED_LIBGLOM_LIBS='giomm-2.4 >= 2.46.1 libxml++-2.6 >= 2.24.0 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.10 libgda-5.0 >= 5.2.1 libgda-postgres-5.0 libgda-postgres-5.0 libgda-mysql-5.0 libarchive >= 3.0'
++REQUIRED_LIBGLOM_LIBS='giomm-2.4 >= 2.46.1 libxml++-2.6 >= 2.24.0 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.10 libgda-5.0 >= 5.2.1 libgda-postgres-5.0 libgda-postgres-5.0 libarchive >= 3.0'
++
++AS_IF([test "x$glom_enable_mysql" = xyes],
++      [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libgda-mysql-5.0"])
  
  AS_IF([test "x$glom_host_win32" != xyes],
        [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])

Deleted: users/devans/GNOME-3/unstable-c++11/dports/gnome/glom/files/patch-glom-frame_glom.cc.diff
===================================================================
--- users/devans/GNOME-3/unstable-c++11/dports/gnome/glom/files/patch-glom-frame_glom.cc.diff	2015-10-23 16:46:51 UTC (rev 141616)
+++ users/devans/GNOME-3/unstable-c++11/dports/gnome/glom/files/patch-glom-frame_glom.cc.diff	2015-10-23 17:06:35 UTC (rev 141617)
@@ -1,38 +0,0 @@
---- glom/frame_glom.cc.orig	2015-07-21 01:03:05.000000000 -0700
-+++ glom/frame_glom.cc	2015-07-21 01:04:25.000000000 -0700
-@@ -1628,7 +1628,7 @@
-     Utils::get_glade_widget_derived_with_warning(m_pDialog_Relationships);
-     if(!m_pDialog_Relationships)
-     {
--      std::cerr << G_STRFUNC << ": m_pDialog_Relationships is null." << std::cerr;
-+      std::cerr << G_STRFUNC << ": m_pDialog_Relationships is null." << std::endl;
-       return;
-     }
-     
-@@ -1699,7 +1699,7 @@
-       Utils::get_glade_child_widget_derived_with_warning(m_pBox_Reports);
-     if(!m_pBox_Reports)
-     {
--      std::cerr << G_STRFUNC << ": m_pBox_Reports is null." << std::cerr;
-+      std::cerr << G_STRFUNC << ": m_pBox_Reports is null." << std::endl;
-       return;
-     }
- 
-@@ -1990,7 +1990,7 @@
-     Utils::get_glade_widget_derived_with_warning(m_pDialogConnection);
-     if(!m_pDialogConnection)
-     {
--      std::cerr << G_STRFUNC << ": m_pBox_Reports is null." << std::cerr;
-+      std::cerr << G_STRFUNC << ": m_pBox_Reports is null." << std::endl;
-       return false;
-     }
- 
-@@ -2394,7 +2394,7 @@
-     Utils::get_glade_widget_with_warning("glom_developer.glade", "dialog_error_create_database", dialog);
-     if(!dialog)
-     {
--      std::cerr << G_STRFUNC << ": dialog is null." << std::cerr;
-+      std::cerr << G_STRFUNC << ": dialog is null." << std::endl;
-       return false;
-     }
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/a022f4ca/attachment.html>


More information about the macports-changes mailing list