[138735] users/devans/GNOME-3/stable/dports/gnome/glom/Portfile
devans at macports.org
devans at macports.org
Fri Jul 17 14:03:09 PDT 2015
Revision: 138735
https://trac.macports.org/changeset/138735
Author: devans at macports.org
Date: 2015-07-17 14:03:09 -0700 (Fri, 17 Jul 2015)
Log Message:
-----------
GNOME-3/stable: glom, update to version 1.28.5, configure to build with perl 5.22 (#48365).
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/gnome/glom/Portfile
Modified: users/devans/GNOME-3/stable/dports/gnome/glom/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/glom/Portfile 2015-07-17 20:00:36 UTC (rev 138734)
+++ users/devans/GNOME-3/stable/dports/gnome/glom/Portfile 2015-07-17 21:03:09 UTC (rev 138735)
@@ -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/63c5a163/attachment.html>
More information about the macports-changes
mailing list