[127843] trunk/dports/audio

ryandesign at macports.org ryandesign at macports.org
Tue Nov 4 22:09:05 PST 2014


Revision: 127843
          https://trac.macports.org/changeset/127843
Author:   ryandesign at macports.org
Date:     2014-11-04 22:09:05 -0800 (Tue, 04 Nov 2014)
Log Message:
-----------
faust2-devel: update to 2.0-20141101
faustlive-devel: update to 2.28-20141104 and add qt4 and qt5 variants
See #45731

Modified Paths:
--------------
    trunk/dports/audio/faust2-devel/Portfile
    trunk/dports/audio/faustlive-devel/Portfile

Modified: trunk/dports/audio/faust2-devel/Portfile
===================================================================
--- trunk/dports/audio/faust2-devel/Portfile	2014-11-05 05:12:47 UTC (rev 127842)
+++ trunk/dports/audio/faust2-devel/Portfile	2014-11-05 06:09:05 UTC (rev 127843)
@@ -7,8 +7,8 @@
 conflicts               faust faust-devel
 # When updating faust2-devel to a new version, please rebuild faustlive-devel
 # simultaneously by increasing its revision or updating it to a new version.
-version                 2.0-20141018
-git.branch              c53902f090ca959c0eaf5e20230880e3dd89ea76
+version                 2.0-20141101
+git.branch              902cf205fecc117b01afa38b562a5b23eb45c5b6
 categories              audio lang
 platforms               darwin
 maintainers             ryandesign gmail.com:aggraef

Modified: trunk/dports/audio/faustlive-devel/Portfile
===================================================================
--- trunk/dports/audio/faustlive-devel/Portfile	2014-11-05 05:12:47 UTC (rev 127842)
+++ trunk/dports/audio/faustlive-devel/Portfile	2014-11-05 06:09:05 UTC (rev 127843)
@@ -4,8 +4,8 @@
 PortSystem              1.0
 
 name                    faustlive-devel
-version                 2.27-20141020
-git.branch              84c8d641d902d9761f85353b0f9ce42cb6799ee2
+version                 2.28-20141104
+git.branch              f8103b0ea734ebe12dc34d8b92887d3761188c25
 categories              audio
 platforms               darwin
 maintainers             ryandesign gmail.com:aggraef
@@ -42,8 +42,7 @@
                         port:liblo \
                         port:libsndfile \
                         port:openssl \
-                        port:qrencode \
-                        port:qt4-mac
+                        port:qrencode
 
 use_configure           no
 
@@ -74,5 +73,17 @@
     build.args-append   JACK=1
 }
 
+variant qt4 conflicts qt5 description {Build with Qt4 support} {
+    depends_lib-append  port:qt4-mac
+}
+
+variant qt5 conflicts qt4 description {Build with Qt5 support} {
+    depends_lib-append  port:qt5-mac
+}
+
+if {![variant_isset qt4] && ![variant_isset qt5]} {
+    default_variants    +qt4
+}
+
 # fixme
 livecheck.type          none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141104/112a0603/attachment.html>


More information about the macports-changes mailing list