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

devans at macports.org devans at macports.org
Fri Jan 22 14:51:14 PST 2016


Revision: 144970
          https://trac.macports.org/changeset/144970
Author:   devans at macports.org
Date:     2016-01-22 14:51:14 -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:
--------------
    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	2016-01-22 22:11:16 UTC (rev 144969)
+++ users/devans/GNOME-3/stable/dports/gnome/gtk-doc/Portfile	2016-01-22 22:51:14 UTC (rev 144970)
@@ -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/ef150311/attachment.html>


More information about the macports-changes mailing list