[131534] trunk/dports/science/gqrx/Portfile

michaelld at macports.org michaelld at macports.org
Tue Jan 13 13:20:14 PST 2015


Revision: 131534
          https://trac.macports.org/changeset/131534
Author:   michaelld at macports.org
Date:     2015-01-13 13:20:14 -0800 (Tue, 13 Jan 2015)
Log Message:
-----------
gqrx:
+ remove unused active_variants PortGroup;
+ deprecate +portaudio variant.

Modified Paths:
--------------
    trunk/dports/science/gqrx/Portfile

Modified: trunk/dports/science/gqrx/Portfile
===================================================================
--- trunk/dports/science/gqrx/Portfile	2015-01-13 21:13:29 UTC (rev 131533)
+++ trunk/dports/science/gqrx/Portfile	2015-01-13 21:20:14 UTC (rev 131534)
@@ -3,7 +3,6 @@
 
 PortSystem          1.0
 PortGroup           qmake 1.0
-PortGroup           active_variants 1.1
 PortGroup           github 1.0
 
 name                gqrx
@@ -53,10 +52,8 @@
         }
     }
 
-    variant portaudio description "Use PortAudio 2.0 for the audio interface" {
-        depends_lib-append port:portaudio
-        configure.args-append AUDIO_BACKEND=portaudio
-    }
+    # this variant can be removed 2015-01-01
+    variant portaudio description "Legacy variant" {}
 }
 
 subport gqrx-devel {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150113/f3416e26/attachment.html>


More information about the macports-changes mailing list