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

devans at macports.org devans at macports.org
Wed Apr 29 16:53:45 PDT 2015


Revision: 135692
          https://trac.macports.org/changeset/135692
Author:   devans at macports.org
Date:     2015-04-29 16:53:44 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
GNOME-3/stable: glom, reformat, no functional change.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/glom/Portfile

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-127773
/users/devans/GNOME-3/unstable/dports/gnome/glom:121774-125977
/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-135691
/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	2015-04-29 23:48:19 UTC (rev 135691)
+++ users/devans/GNOME-3/stable/dports/gnome/glom/Portfile	2015-04-29 23:53:44 UTC (rev 135692)
@@ -1,69 +1,68 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
-PortGroup       active_variants 1.1
+PortSystem          1.0
+PortGroup           active_variants 1.1
 
-name            glom
-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.
-long_description \
-                ${description} This version supports GTK+ 3 and the libgda-5.0 API.
-maintainers     landonf openmaintainer
-categories      gnome databases
-platforms       darwin
+name                glom
+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.
+long_description    ${description} This version supports GTK+ 3 and the libgda-5.0 API.
+maintainers         landonf openmaintainer
+categories          gnome databases
+platforms           darwin
 
-homepage        http://www.glom.org/
-master_sites    gnome:sources/${name}/${branch}/
+homepage            http://www.glom.org/
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  dd2ed515360b72d9a173e7fe448549149fc098aa \
-                sha256  bac4c97cdcca57c8eb1fb41263a7c5de4af84c6a266802f25fee338cf1b9081b
+checksums           rmd160  dd2ed515360b72d9a173e7fe448549149fc098aa \
+                    sha256  bac4c97cdcca57c8eb1fb41263a7c5de4af84c6a266802f25fee338cf1b9081b
 
-depends_build   port:pkgconfig \
-                port:autoconf \
-                port:automake \
-                port:libtool \
-                port:intltool \
-                port:itstool \
-                port:yelp-tools \
-                port:mm-common \
-                path:bin/dot:graphviz \
-                port:doxygen \
-                port:libxslt \
-                port:py27-sphinx
+depends_build       port:pkgconfig \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool \
+                    port:intltool \
+                    port:itstool \
+                    port:yelp-tools \
+                    port:mm-common \
+                    path:bin/dot:graphviz \
+                    port:doxygen \
+                    port:libxslt \
+                    port:py27-sphinx
 
-depends_lib     port:desktop-file-utils \
-                port:libarchive \
-                port:gtkmm3 \
-                port:boost \
-                port:libxml2 \
-                port:libxmlxx2 \
-                port:libgda5 \
-                port:libgdamm5 \
-                port:goocanvasmm2\
-                port:gtksourceviewmm3 \
-                port:postgresql93 \
-                port:py27-gobject3 \
-                port:libepc \
-                port:evince \
-                port:shared-mime-info
+depends_lib         port:desktop-file-utils \
+                    port:libarchive \
+                    port:gtkmm3 \
+                    port:boost \
+                    port:libxml2 \
+                    port:libxmlxx2 \
+                    port:libgda5 \
+                    port:libgdamm5 \
+                    port:goocanvasmm2\
+                    port:gtksourceviewmm3 \
+                    port:postgresql93 \
+                    port:py27-gobject3 \
+                    port:libepc \
+                    port:evince \
+                    port:shared-mime-info
 
-depends_run     port:gnome-settings-daemon \
-                port:yelp \
-                port:gnome-keyring
+depends_run         port:gnome-settings-daemon \
+                    port:yelp \
+                    port:gnome-keyring
 
-patchfiles      patch-configure.ac.diff \
-                patch-glom-libglom-connectionpool.cc.diff
+patchfiles          patch-configure.ac.diff \
+                    patch-glom-libglom-connectionpool.cc.diff
 
 require_active_variants libgda5 postgresql93
 
 # use autogen.sh to update macros/intltool.m4 and reconfigure
 
-configure.cmd   ./autogen.sh
+configure.cmd       ./autogen.sh
 
 set python.branch   2.7
 set python.prefix   ${frameworks_dir}/Python.framework/Versions/${python.branch}
@@ -71,19 +70,19 @@
 configure.pkg_config_path ${python.prefix}/lib/pkgconfig
 configure.python          ${prefix}/bin/python${python.branch}
 
-configure.env   SPHINX_BUILD=${prefix}/bin/sphinx-build-${python.branch} \
-                PYTHON_EXTRA_LDFLAGS=' '
+configure.env       SPHINX_BUILD=${prefix}/bin/sphinx-build-${python.branch} \
+                    PYTHON_EXTRA_LDFLAGS=' '
 
-configure.perl  ${prefix}/bin/perl5.16
+configure.perl      ${prefix}/bin/perl5.16
 
-configure.args  --with-boost-python=mt \
-                --with-postgres-utils=${prefix}/lib/postgresql93/bin \
-                --disable-mysql \
-                --disable-silent-rules \
-                --disable-update-mime-database \
-                --disable-documentation
+configure.args      --with-boost-python=mt \
+                    --with-postgres-utils=${prefix}/lib/postgresql93/bin \
+                    --disable-mysql \
+                    --disable-silent-rules \
+                    --disable-update-mime-database \
+                    --disable-documentation
 
-universal_variant no
+universal_variant   no
 
 post-activate {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
@@ -102,4 +101,4 @@
 
 }
 
-livecheck.type gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150429/cd1e1736/attachment-0001.html>


More information about the macports-changes mailing list