[138682] users/devans/GNOME-3/stable/dports/gnome/gtk-doc/Portfile

devans at macports.org devans at macports.org
Wed Jul 15 21:09:37 PDT 2015


Revision: 138682
          https://trac.macports.org/changeset/138682
Author:   devans at macports.org
Date:     2015-07-15 21:09:37 -0700 (Wed, 15 Jul 2015)
Log Message:
-----------
GNOME-3/stable: gtk-doc, parameterize configured perl version and set to perl5.22, increment revision (#48365).

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gtk-doc/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/gtk-doc/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gtk-doc/Portfile	2015-07-16 02:58:25 UTC (rev 138681)
+++ users/devans/GNOME-3/stable/dports/gnome/gtk-doc/Portfile	2015-07-16 04:09:37 UTC (rev 138682)
@@ -5,6 +5,7 @@
 
 name                gtk-doc
 version             1.24
+revision            1
 categories          gnome devel
 license             GPL-2+
 installs_libs       no
@@ -26,12 +27,17 @@
 checksums           rmd160  717db84ac9160bd0fd9ad4148464f5afa587c567 \
                     sha256  b420759ea05c760301bada14e428f1b321f5312f44e10a176d6804822dabb58b
 
+# set 'branch' to the desired perl version to use
+# currently 5.22 (#48365)
+
+set branch          5.22
+
 depends_build       port:pkgconfig \
                     path:lib/pkgconfig/glib-2.0.pc:glib2
 
 depends_lib         port:libxml2 \
                     port:libxslt \
-                    port:perl5.16 \
+                    port:perl${branch} \
                     port:python27 \
                     port:openjade \
                     port:fop \
@@ -42,7 +48,7 @@
 
 depends_run         port:py27-libxml2
 
-configure.perl      ${prefix}/bin/perl5.16
+configure.perl      ${prefix}/bin/perl${branch}
 configure.python    ${prefix}/bin/python2.7
 configure.env-append XSLTPROC=${prefix}/bin/xsltproc
 configure.args      --with-xml-catalog=${prefix}/etc/xml/catalog \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150715/a120decc/attachment.html>


More information about the macports-changes mailing list