[122232] trunk/dports/gnome/genius/Portfile

devans at macports.org devans at macports.org
Thu Jul 17 21:52:25 PDT 2014


Revision: 122232
          https://trac.macports.org/changeset/122232
Author:   devans at macports.org
Date:     2014-07-17 21:52:25 -0700 (Thu, 17 Jul 2014)
Log Message:
-----------
genius: remove legacy +without_gnome variant.

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

Modified: trunk/dports/gnome/genius/Portfile
===================================================================
--- trunk/dports/gnome/genius/Portfile	2014-07-18 03:28:06 UTC (rev 122231)
+++ trunk/dports/gnome/genius/Portfile	2014-07-18 04:52:25 UTC (rev 122232)
@@ -49,7 +49,7 @@
 
 configure.cflags-append -std=gnu89
 
-variant gnome conflicts without_gnome description {Compile with the GNOME frontend (GUI, plotting} {
+variant gnome description {Compile with the GNOME frontend (GUI, plotting} {
     depends_lib-append \
                     port:gtksourceview2 \
                     port:vte
@@ -62,15 +62,8 @@
                     --disable-gtksourceview
 }
 
-# Legacy without_gnome variant to be removed after March 2014
-variant without_gnome conflicts gnome description {Legacy compatibility variant} {}
+default_variants +gnome
 
-if {[variant_isset without_gnome]} {
-    default_variants -gnome
-} else {
-    default_variants +gnome
-}
-
 post-activate {
     system "${prefix}/bin/scrollkeeper-update"
     system "${prefix}/bin/update-mime-database ${prefix}/share/mime"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140717/30253655/attachment.html>


More information about the macports-changes mailing list