[127449] trunk/dports/gnome/gnome-doc-utils/Portfile

devans at macports.org devans at macports.org
Tue Oct 28 09:01:09 PDT 2014


Revision: 127449
          https://trac.macports.org/changeset/127449
Author:   devans at macports.org
Date:     2014-10-28 09:01:09 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
gnome-doc-utils: drop python variants, use python27.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-doc-utils/Portfile

Modified: trunk/dports/gnome/gnome-doc-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-doc-utils/Portfile	2014-10-28 15:52:46 UTC (rev 127448)
+++ trunk/dports/gnome/gnome-doc-utils/Portfile	2014-10-28 16:01:09 UTC (rev 127449)
@@ -5,6 +5,7 @@
 
 name                gnome-doc-utils
 version             0.20.10
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         GNOME document utils.
 long_description    gnome-doc-utils is a collection of documentation utilities \
@@ -33,7 +34,8 @@
                     port:pkgconfig
 
 depends_lib         port:gettext \
-                    port:libxslt
+                    port:libxslt \
+                    port:py27-libxml2
 
 depends_run         port:docbook-xml \
                     port:docbook-xsl \
@@ -43,28 +45,8 @@
 # Pickup saner intltool macros
 patchfiles          no-intltool-perl.patch
 
-# The perl executable should be the one explicitly required by intltool
-configure.args      --disable-scrollkeeper
+configure.python    ${prefix}/bin/python2.7
+configure.args      --disable-scrollkeeper \
+                    am_cv_python_pythondir=${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages/
 
-variant python25 conflicts python26 python27 description {Use python 2.5} {
-    depends_lib-append      port:py25-libxml2 port:python25
-    configure.python        ${prefix}/bin/python2.5
-}
-
-variant python26 conflicts python25 python27 description {Use python 2.6} {
-    depends_lib-append      port:py26-libxml2 port:python26
-    configure.python        ${prefix}/bin/python2.6
-    configure.args-append   am_cv_python_pythondir=${frameworks_dir}/Python.framework/Versions/2.6/lib/python2.6/site-packages/
-}
-
-variant python27 conflicts python25 python26 description {Use python 2.7} {
-    depends_lib-append      port:py27-libxml2 port:python27
-    configure.python        ${prefix}/bin/python2.7
-    configure.args-append   am_cv_python_pythondir=${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages/
-}
-
-if {![variant_isset python25] && ![variant_isset python26]} {
-    default_variants +python27
-}
-
 livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/7ef1712d/attachment.html>


More information about the macports-changes mailing list