[139400] trunk/dports/textproc/docbook2X/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Aug 15 19:06:22 PDT 2015


Revision: 139400
          https://trac.macports.org/changeset/139400
Author:   khindenburg at macports.org
Date:     2015-08-15 19:06:22 -0700 (Sat, 15 Aug 2015)
Log Message:
-----------
docbook2X: update to use perl 5.22 #48365

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

Modified: trunk/dports/textproc/docbook2X/Portfile
===================================================================
--- trunk/dports/textproc/docbook2X/Portfile	2015-08-16 01:10:01 UTC (rev 139399)
+++ trunk/dports/textproc/docbook2X/Portfile	2015-08-16 02:06:22 UTC (rev 139400)
@@ -5,7 +5,7 @@
 
 name                docbook2X
 version             0.8.8
-revision            6
+revision            7
 categories          textproc
 platforms           darwin
 license             MIT
@@ -19,15 +19,16 @@
 
 conflicts           docbook-utils
 
-depends_lib         port:perl5.16 \
-                    port:p5.16-xml-namespacesupport \
-                    port:p5.16-xml-sax \
-                    port:p5.16-xml-parser \
-                    port:p5.16-xml-sax-expat \
+set perl_version    5.22
+depends_lib         port:perl${perl_version} \
+                    port:p${perl_version}-xml-namespacesupport \
+                    port:p${perl_version}-xml-sax \
+                    port:p${perl_version}-xml-parser \
+                    port:p${perl_version}-xml-sax-expat \
                     port:libiconv \
                     port:libxml2
 
-configure.args      PERL=${prefix}/bin/perl5.16
+configure.args      PERL=${prefix}/bin/perl${perl_version}
 
 post-patch          {
     reinplace "s|http://docbook2x.sf.net/latest/xslt|${prefix}/share/docbook2X/xslt|" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150815/79f813ce/attachment.html>


More information about the macports-changes mailing list