[98604] trunk/dports/math/pspp-devel/Portfile

snc at macports.org snc at macports.org
Tue Oct 9 11:09:18 PDT 2012


Revision: 98604
          http://trac.macports.org//changeset/98604
Author:   snc at macports.org
Date:     2012-10-09 11:09:18 -0700 (Tue, 09 Oct 2012)
Log Message:
-----------
pspp-devel: remove year-old obsolete no_* variants

Modified Paths:
--------------
    trunk/dports/math/pspp-devel/Portfile

Modified: trunk/dports/math/pspp-devel/Portfile
===================================================================
--- trunk/dports/math/pspp-devel/Portfile	2012-10-09 18:00:28 UTC (rev 98603)
+++ trunk/dports/math/pspp-devel/Portfile	2012-10-09 18:09:18 UTC (rev 98604)
@@ -10,7 +10,6 @@
 version             0.7.9
 revision            28
 # depends_test port:p5.12-text-diff
-# 2011-08-14: no_* variants obsoleted
 categories          math
 license             GPL-3+
 maintainers         snc
@@ -58,18 +57,9 @@
 test.target         check
 #test.env            TESTSUITEFLAGS='776 777 778 779 780 781'
 
-if {[variant_isset no_gui]} {
-    default_variants -gui
-} else {
-    default_variants +gui
-}
-if {[variant_isset no_graph]} {
-    default_variants -graph
-} else {
-    default_variants +graph
-}
+default_variants +graph +gui
 
-variant help requires gui conflicts no_gui description {Provide in-application help via yelp} {
+variant help requires gui description {Provide in-application help via yelp} {
     depends_run-append  port:yelp
 }
 
@@ -85,16 +75,12 @@
     configure.env-append    PG_CONFIG=${prefix}/lib/postgresql92/bin/pg_config
 }
 
-variant no_graph conflicts graph description {Obsolete} { }
-
-variant graph conflicts no_graph description {Enable graphing features} {
+variant graph description {Enable graphing features} {
     depends_lib-append      port:plotutils
     configure.args-delete   --without-libplot
 }
 
-variant no_gui conflicts gui description {Obsolete} { }
-
-variant gui conflicts no_gui description {Build PSPPIRE, the graphical interface} {
+variant gui description {Build PSPPIRE, the graphical interface} {
     depends_lib-append      port:pkgconfig \
                             port:gtk2 \
                             port:gtksourceview2 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121009/110637fb/attachment-0001.html>


More information about the macports-changes mailing list