[138736] trunk/dports/gnome/glom

devans at macports.org devans at macports.org
Fri Jul 17 14:05:39 PDT 2015


Revision: 138736
          https://trac.macports.org/changeset/138736
Author:   devans at macports.org
Date:     2015-07-17 14:05:38 -0700 (Fri, 17 Jul 2015)
Log Message:
-----------
glom: update to version 1.28.5, configure to build with perl 5.22 (#48365).

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

Property Changed:
----------------
    trunk/dports/gnome/glom/


Property changes on: trunk/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
/users/devans/GNOME-3/stable/dports/gnome/glom:121763-136070
/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
/users/devans/GNOME-3/stable/dports/gnome/glom:121763-138735
/users/devans/GNOME-3/unstable/dports/gnome/glom:121774-125977
/users/rmstonecipher/gnome/glom:102363-103172

Modified: trunk/dports/gnome/glom/Portfile
===================================================================
--- trunk/dports/gnome/glom/Portfile	2015-07-17 21:03:09 UTC (rev 138735)
+++ trunk/dports/gnome/glom/Portfile	2015-07-17 21:05:38 UTC (rev 138736)
@@ -5,7 +5,7 @@
 PortGroup           active_variants 1.1
 
 name                glom
-version             1.28.4
+version             1.28.5
 set branch          [join [lrange [split ${version} .] 0 1] .]
 license             GPL-2
 description         Glom is an easy-to-use database designer and user interface.
@@ -19,9 +19,14 @@
 
 use_xz              yes
 
-checksums           rmd160  ae5a7ee38fce6bc25a1b5111206f8258926c530e \
-                    sha256  1dea38ddcef3260b584958b60250a23b924431e57bb1c6e07c02a478869cc159
+checksums           rmd160  5703d703edca7fb42a163c9760f07de3f2261769 \
+                    sha256  4a94fb638028c9999f7bf5c4ebad6e1667ed595b940cd94124d17174392fe814
 
+# set pbranch to desired perl version
+# currently 5.22 (#48365)
+
+set pbranch         5.22
+
 depends_build       port:pkgconfig \
                     port:autoconf \
                     port:automake \
@@ -33,7 +38,8 @@
                     path:bin/dot:graphviz \
                     port:doxygen \
                     port:libxslt \
-                    port:py27-sphinx
+                    port:py27-sphinx \
+                    port:perl${pbranch}
 
 depends_lib         port:desktop-file-utils \
                     port:libarchive \
@@ -73,7 +79,7 @@
 configure.env       SPHINX_BUILD=${prefix}/bin/sphinx-build-${python.branch} \
                     PYTHON_EXTRA_LDFLAGS=' '
 
-configure.perl      ${prefix}/bin/perl5.16
+configure.perl      ${prefix}/bin/perl${pbranch}
 
 configure.args      --with-boost-python=mt \
                     --with-postgres-utils=${prefix}/lib/postgresql93/bin \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150717/575d0d79/attachment.html>


More information about the macports-changes mailing list