[138703] trunk/dports/gnome/gtk-doc
devans at macports.org
devans at macports.org
Thu Jul 16 15:27:45 PDT 2015
Revision: 138703
https://trac.macports.org/changeset/138703
Author: devans at macports.org
Date: 2015-07-16 15:27:45 -0700 (Thu, 16 Jul 2015)
Log Message:
-----------
gtk-doc: update to use perl 5.22, increment revision (#48365).
Modified Paths:
--------------
trunk/dports/gnome/gtk-doc/Portfile
Property Changed:
----------------
trunk/dports/gnome/gtk-doc/
Property changes on: trunk/dports/gnome/gtk-doc
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/mld-qt-481/dports/gnome/gtk-doc:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gtk-doc:125663-136912
/users/devans/GNOME-3/unstable/dports/gnome/gtk-doc:122291-125621
/users/rmstonecipher/gnome/gtk-doc:102363-103172
+ /branches/mld-qt-481/dports/gnome/gtk-doc:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gtk-doc:125663-138702
/users/devans/GNOME-3/unstable/dports/gnome/gtk-doc:122291-125621
/users/rmstonecipher/gnome/gtk-doc:102363-103172
Modified: trunk/dports/gnome/gtk-doc/Portfile
===================================================================
--- trunk/dports/gnome/gtk-doc/Portfile 2015-07-16 22:20:22 UTC (rev 138702)
+++ trunk/dports/gnome/gtk-doc/Portfile 2015-07-16 22:27:45 UTC (rev 138703)
@@ -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 'pbranch' to the desired perl version to use
+# currently 5.22 (#48365)
+
+set pbranch 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${pbranch} \
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${pbranch}
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/20150716/b260a873/attachment.html>
More information about the macports-changes
mailing list