[144103] trunk/dports/devel/glade3/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Jan 1 13:44:05 PST 2016


Revision: 144103
          https://trac.macports.org/changeset/144103
Author:   khindenburg at macports.org
Date:     2016-01-01 13:44:04 -0800 (Fri, 01 Jan 2016)
Log Message:
-----------
glade3: remove legacy variant

Modified Paths:
--------------
    trunk/dports/devel/glade3/Portfile

Modified: trunk/dports/devel/glade3/Portfile
===================================================================
--- trunk/dports/devel/glade3/Portfile	2016-01-01 21:37:27 UTC (rev 144102)
+++ trunk/dports/devel/glade3/Portfile	2016-01-01 21:44:04 UTC (rev 144103)
@@ -59,10 +59,7 @@
     configure.pkg_config_path ${python_framework}/lib/pkgconfig
 }
 
-# legacy variant can be removed after October 2015
-variant disable_gnome conflicts gnome description {Legacy variant, use -gnome instead} {}
-
-variant gnome conflicts disable_gnome description {Enable support for GNOME2 UI widgets} {
+variant gnome description {Enable support for GNOME2 UI widgets} {
     configure.args-replace    --disable-gnome  --enable-gnome
     depends_lib-append        port:libbonoboui \
                               port:libgnomeui
@@ -79,11 +76,7 @@
 #         depends_run-delete port:devhelp
 #}
 
-if {[variant_isset disable_gnome]} {
-    default_variants +python27 -gnome
-} else {
-    default_variants +python27 +gnome
-}
+default_variants +python27 +gnome
 
 post-activate {
     system "${prefix}/bin/scrollkeeper-update"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160101/986cd675/attachment.html>


More information about the macports-changes mailing list