[126040] users/devans/GNOME-3/stable/dports/gnome/glom

devans at macports.org devans at macports.org
Thu Oct 2 07:41:03 PDT 2014


Revision: 126040
          https://trac.macports.org/changeset/126040
Author:   devans at macports.org
Date:     2014-10-02 07:41:03 -0700 (Thu, 02 Oct 2014)
Log Message:
-----------
GNOME-3/stable: glom, update to version 1.28.0, use autogen.sh to reconfigure.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/glom/Portfile
    users/devans/GNOME-3/stable/dports/gnome/glom/files/patch-configure.ac.diff

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/glom/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/glom
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/glom:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/glom:121763-123544
/users/rmstonecipher/gnome/glom:102363-103172
   + /branches/mld-qt-481/dports/gnome/glom:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/glom:121763-123544
/users/devans/GNOME-3/unstable/dports/gnome/glom:121774-125977
/users/rmstonecipher/gnome/glom:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/glom/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/glom/Portfile	2014-10-02 14:39:05 UTC (rev 126039)
+++ users/devans/GNOME-3/stable/dports/gnome/glom/Portfile	2014-10-02 14:41:03 UTC (rev 126040)
@@ -5,7 +5,7 @@
 PortGroup       active_variants 1.1
 
 name            glom
-version         1.26.0
+version         1.28.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 license         GPL-2
 description     Glom is an easy-to-use database designer and user interface.
@@ -16,14 +16,18 @@
 platforms       darwin
 
 homepage        http://www.glom.org/
+#master_sites    https://git.gnome.org/browse/glom/snapshot
 master_sites    gnome:sources/${name}/${branch}/
 
 use_xz          yes
 
-checksums       rmd160  3f48af233fba992dbd86a99dc276d20d631a9a82 \
-                sha256  f53a2d46f766d4e50b1cde0edc4408b443f22db7662f47dd80f7b1a545050024
+checksums       rmd160  dd2ed515360b72d9a173e7fe448549149fc098aa \
+                sha256  bac4c97cdcca57c8eb1fb41263a7c5de4af84c6a266802f25fee338cf1b9081b
 
 depends_build   port:pkgconfig \
+                port:autoconf \
+                port:automake \
+                port:libtool \
                 port:intltool \
                 port:itstool \
                 port:yelp-tools \
@@ -58,15 +62,10 @@
 
 require_active_variants libgda5 postgresql93
 
-# update macros/intltool.m4 and autoreconf
+# use autogen.sh to update macros/intltool.m4 and reconfigure
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/macros
-}
+configure.cmd   ./autogen.sh
 
-use_autoreconf  yes
-autoreconf.args -fvi
-
 set python.branch   2.7
 set python.prefix   ${frameworks_dir}/Python.framework/Versions/${python.branch}
 

Modified: users/devans/GNOME-3/stable/dports/gnome/glom/files/patch-configure.ac.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/glom/files/patch-configure.ac.diff	2014-10-02 14:39:05 UTC (rev 126039)
+++ users/devans/GNOME-3/stable/dports/gnome/glom/files/patch-configure.ac.diff	2014-10-02 14:41:03 UTC (rev 126040)
@@ -1,29 +1,18 @@
---- configure.ac.orig	2014-03-06 07:48:22.000000000 -0800
-+++ configure.ac	2014-04-11 01:13:02.000000000 -0700
-@@ -63,8 +63,8 @@
- # i18n
- IT_PROG_INTLTOOL([0.35])
- 
--AM_GNU_GETTEXT([external])
--AM_GNU_GETTEXT_VERSION([0.17])
-+#AM_GNU_GETTEXT([external])
-+#AM_GNU_GETTEXT_VERSION([0.17])
- 
- AC_SUBST([GETTEXT_PACKAGE], [glom])
- AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [Define to the gettext package name.])
+--- configure.ac.orig	2014-07-07 07:47:09.000000000 -0700
++++ configure.ac	2014-07-07 10:36:59.000000000 -0700
 @@ -157,7 +157,10 @@
  
  
  # Libraries used by libglom:
--REQUIRED_LIBGLOM_LIBS='giomm-2.4 >= 2.32.0 libxml++-2.6 >= 2.23.1 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.6 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.32.0 libxml++-2.6 >= 2.23.1 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.6 libgda-5.0 >= 5.2.1 libgda-postgres-5.0 libgda-postgres-5.0 libarchive >= 3.0'
+-REQUIRED_LIBGLOM_LIBS='giomm-2.4 >= 2.32.0 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.32.0 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"])
  
  AS_IF([test "x$glom_host_win32" != xyes],
        [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])
-@@ -224,6 +227,17 @@
+@@ -230,6 +233,17 @@
  # so we can use pyexec_LTLIBRARIES in the .am files:
  AM_PATH_PYTHON
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141002/2e943d9c/attachment.html>


More information about the macports-changes mailing list