[144971] trunk/dports/gnome/gtk-doc
devans at macports.org
devans at macports.org
Fri Jan 22 15:22:03 PST 2016
Revision: 144971
https://trac.macports.org/changeset/144971
Author: devans at macports.org
Date: 2016-01-22 15:22:03 -0800 (Fri, 22 Jan 2016)
Log Message:
-----------
gtk-doc: use system python rather than python27 at runtime, py27-libxml2 is no longer needed (#50279).
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-138702
/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-144970
/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 2016-01-22 22:51:14 UTC (rev 144970)
+++ trunk/dports/gnome/gtk-doc/Portfile 2016-01-22 23:22:03 UTC (rev 144971)
@@ -5,7 +5,7 @@
name gtk-doc
version 1.24
-revision 1
+revision 2
categories gnome devel
license GPL-2+
installs_libs no
@@ -38,7 +38,6 @@
depends_lib port:libxml2 \
port:libxslt \
port:perl${pbranch} \
- port:python27 \
port:openjade \
port:fop \
port:docbook-xml \
@@ -46,10 +45,10 @@
port:itstool \
port:source-highlight
-depends_run port:py27-libxml2
-
configure.perl ${prefix}/bin/perl${pbranch}
-configure.python ${prefix}/bin/python2.7
+# gtk-doc supports python2 versions back to 2.3 so OSX system python should be sufficient
+# for the one python script provided (gtkdoc-depscan).
+configure.python /usr/bin/python
configure.env-append XSLTPROC=${prefix}/bin/xsltproc
configure.args --with-xml-catalog=${prefix}/etc/xml/catalog \
--with-highlight=source-highlight \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160122/dfe8062f/attachment.html>
More information about the macports-changes
mailing list