[145928] trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Feb 21 06:45:03 PST 2016


Revision: 145928
          https://trac.macports.org/changeset/145928
Author:   ryandesign at macports.org
Date:     2016-02-21 06:45:03 -0800 (Sun, 21 Feb 2016)
Log Message:
-----------
gstreamer010-gst-plugins-bad: fix typo in notes; append to notes rather than overwriting them; do so in faac variant rather than outside it

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile

Modified: trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile	2016-02-21 07:14:23 UTC (rev 145927)
+++ trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile	2016-02-21 14:45:03 UTC (rev 145928)
@@ -121,12 +121,9 @@
 variant faac description {Enable faac AAC plugin} {
     depends_lib-append      port:faac
     configure.args-delete   --disable-faac
+    notes-append "Use of the +faac variant may affect licensing due to the restrictive license of port faac itself."
 }
 
-if {[variant_isset faac]} {
-    notes "Use of the +faac variant may effect licensing due to the restrictive license of port faac itself."
-}
-
 # osxvideosrc is disabled by configure on 64 bit archs so disable if universal variant is set
 
 if {[variant_isset universal]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160221/61d23119/attachment.html>


More information about the macports-changes mailing list