[138711] users/devans/GNOME-3/stable/dports/devel/libsigcxx2/Portfile
devans at macports.org
devans at macports.org
Thu Jul 16 16:53:16 PDT 2015
Revision: 138711
https://trac.macports.org/changeset/138711
Author: devans at macports.org
Date: 2015-07-16 16:53:16 -0700 (Thu, 16 Jul 2015)
Log Message:
-----------
GNOME-3/stable: libsigcxx2, configure to use perl 5.22, increment revision (#48365).
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/devel/libsigcxx2/Portfile
Modified: users/devans/GNOME-3/stable/dports/devel/libsigcxx2/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/devel/libsigcxx2/Portfile 2015-07-16 23:14:00 UTC (rev 138710)
+++ users/devans/GNOME-3/stable/dports/devel/libsigcxx2/Portfile 2015-07-16 23:53:16 UTC (rev 138711)
@@ -6,6 +6,7 @@
name libsigcxx2
set gname libsigc++
version 2.4.1
+revision 1
license LGPL-2.1
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
@@ -25,15 +26,20 @@
checksums sha256 540443492a68e77e30db8d425f3c0b1299c825bf974d9bfc31ae7efafedc19ec \
rmd160 1a13886773661e4dc60982b403c27c6ebcbf2b36
+# set pbranch to desired perl version
+# currently 5.22 (#48365)
+
+set pbranch 5.22
+
depends_build port:pkgconfig \
port:mm-common \
port:m4 \
- port:perl5.16 \
+ port:perl${pbranch} \
path:bin/dot:graphviz \
port:doxygen \
port:libxslt
-configure.perl ${prefix}/bin/perl5.16
+configure.perl ${prefix}/bin/perl${pbranch}
configure.env-append \
"M4=${prefix}/bin/gm4"
configure.args --enable-static \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150716/f69e268f/attachment-0001.html>
More information about the macports-changes
mailing list