[138713] trunk/dports/devel/libsigcxx2

devans at macports.org devans at macports.org
Thu Jul 16 19:03:59 PDT 2015


Revision: 138713
          https://trac.macports.org/changeset/138713
Author:   devans at macports.org
Date:     2015-07-16 19:03:59 -0700 (Thu, 16 Jul 2015)
Log Message:
-----------
libsigcxx2: configure to use perl 5.22, increment revision (#48365).

Modified Paths:
--------------
    trunk/dports/devel/libsigcxx2/Portfile

Property Changed:
----------------
    trunk/dports/devel/libsigcxx2/


Property changes on: trunk/dports/devel/libsigcxx2
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/devel/libsigcxx2:125561-133437
/users/devans/GNOME-3/unstable/dports/devel/libsigcxx2:122869-125550
   + /users/devans/GNOME-3/stable/dports/devel/libsigcxx2:125561-138711
/users/devans/GNOME-3/unstable/dports/devel/libsigcxx2:122869-125550

Modified: trunk/dports/devel/libsigcxx2/Portfile
===================================================================
--- trunk/dports/devel/libsigcxx2/Portfile	2015-07-17 00:24:32 UTC (rev 138712)
+++ trunk/dports/devel/libsigcxx2/Portfile	2015-07-17 02:03:59 UTC (rev 138713)
@@ -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/adef3286/attachment.html>


More information about the macports-changes mailing list