[121919] trunk/dports/gnome/libgnomeui/Portfile

mojca at macports.org mojca at macports.org
Fri Jul 11 11:49:56 PDT 2014


Revision: 121919
          https://trac.macports.org/changeset/121919
Author:   mojca at macports.org
Date:     2014-07-11 11:49:56 -0700 (Fri, 11 Jul 2014)
Log Message:
-----------
libgnomeui: remove legacy no_x11 (#39383)

Modified Paths:
--------------
    trunk/dports/gnome/libgnomeui/Portfile

Modified: trunk/dports/gnome/libgnomeui/Portfile
===================================================================
--- trunk/dports/gnome/libgnomeui/Portfile	2014-07-11 18:31:01 UTC (rev 121918)
+++ trunk/dports/gnome/libgnomeui/Portfile	2014-07-11 18:49:56 UTC (rev 121919)
@@ -42,10 +42,7 @@
 
 configure.args  --without-x
 
-# Legacy no_x11 variant to be removed after June 2014.
-variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
-
-variant x11 conflicts no_x11 {
+variant x11 {
     patchfiles-delete       patch-configure.in.diff
     depends_build-delete    gnome-common
     depends_lib-append      port:xorg-libsm \
@@ -56,10 +53,6 @@
     configure.args-delete   --without-x
 }
 
-if {[variant_isset no_x11]} {
-    default_variants -x11
-} else {
-    default_variants +x11
-}
+default_variants    +x11
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140711/b3f7ff1c/attachment.html>


More information about the macports-changes mailing list