[127470] users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile

devans at macports.org devans at macports.org
Tue Oct 28 12:37:25 PDT 2014


Revision: 127470
          https://trac.macports.org/changeset/127470
Author:   devans at macports.org
Date:     2014-10-28 12:37:25 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
GNOME-3/stable: devhelp, drop python variants, use python27.

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

Modified: users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile	2014-10-28 19:34:09 UTC (rev 127469)
+++ users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile	2014-10-28 19:37:25 UTC (rev 127470)
@@ -5,7 +5,7 @@
 
 name                devhelp
 version             3.8.2
-revision            1
+revision            2
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Devhelp is an API documentation browser for GTK+ and GNOME.
@@ -30,7 +30,8 @@
                     port:gnome-common \
                     port:autoconf \
                     port:automake \
-                    port:libtool
+                    port:libtool \
+                    port:python27
 
 depends_lib         port:desktop-file-utils \
                     port:gnome-icon-theme \
@@ -55,23 +56,10 @@
 
 configure.cmd       ./autogen.sh
 
+configure.python    ${prefix}/bin/python2.7
 configure.args      --with-webkit2=no \
                     --disable-schemas-compile
 
-variant python26 conflicts python27 description {Build using Python 2.6} {
-    configure.python          ${prefix}/bin/python2.6
-    depends_build-append      port:python26
-}
-
-variant python27 conflicts python26 description {Build using Python 2.7} {
-    configure.python          ${prefix}/bin/python2.7
-    depends_build-append      port:python27
-}
-
-if {![variant_isset python26]} {
-    default_variants +python27
-}
-
 post-activate {
     system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/37e4eb07/attachment.html>


More information about the macports-changes mailing list