[138716] trunk/dports/textproc/libxmlxx2/Portfile

devans at macports.org devans at macports.org
Thu Jul 16 19:34:11 PDT 2015


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

Modified Paths:
--------------
    trunk/dports/textproc/libxmlxx2/Portfile

Modified: trunk/dports/textproc/libxmlxx2/Portfile
===================================================================
--- trunk/dports/textproc/libxmlxx2/Portfile	2015-07-17 02:06:25 UTC (rev 138715)
+++ trunk/dports/textproc/libxmlxx2/Portfile	2015-07-17 02:34:11 UTC (rev 138716)
@@ -6,6 +6,7 @@
 name                libxmlxx2
 set gname           libxml++
 version             2.38.1
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          textproc
 license             LGPL
@@ -24,13 +25,18 @@
 checksums           rmd160  152350d95c2924a3f5f15111db439fd769ce8bad \
                     sha256  882529189b03db6c69925b3f579ab1941feb4f02b5fe2612504ee7e498a4a05f
 
+# set pbranch to desired perl version
+# currently 5.22 (#48365)
+
+set pbranch         5.22
+
 depends_build       port:pkgconfig \
-                    port:perl5.16
+                    port:perl${pbranch}
 
 depends_lib         port:libxml2 \
                     port:glibmm
 
-configure.perl      ${prefix}/bin/perl5.16
+configure.perl      ${prefix}/bin/perl${pbranch}
 
 livecheck.type      gnome
 livecheck.name      ${gname}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150716/68e5fa46/attachment.html>


More information about the macports-changes mailing list