[121186] trunk/dports/editors/frescobaldi/Portfile

mf2k at macports.org mf2k at macports.org
Thu Jun 19 07:57:23 PDT 2014


Revision: 121186
          https://trac.macports.org/changeset/121186
Author:   mf2k at macports.org
Date:     2014-06-19 07:57:23 -0700 (Thu, 19 Jun 2014)
Log Message:
-----------
frescobaldi: Fix supported_archs. (#44076)

Modified Paths:
--------------
    trunk/dports/editors/frescobaldi/Portfile

Modified: trunk/dports/editors/frescobaldi/Portfile
===================================================================
--- trunk/dports/editors/frescobaldi/Portfile	2014-06-19 14:55:22 UTC (rev 121185)
+++ trunk/dports/editors/frescobaldi/Portfile	2014-06-19 14:57:23 UTC (rev 121186)
@@ -6,6 +6,7 @@
 PortGroup           github 1.0
 
 github.setup        wbsoft frescobaldi 2.0.16 v
+revision            1
 conflicts           frescobaldi-devel
 categories          editors python
 maintainers         gmail.com:davide.liessi openmaintainer
@@ -16,7 +17,6 @@
                     and a powerful Score Wizard.
 homepage            http://www.frescobaldi.org/
 platforms           darwin
-supported_archs     noarch
 license             GPL-2+
 
 checksums           rmd160  54c46b02db8946d00315c5fa194ca97785e7bd96 \
@@ -62,6 +62,10 @@
 }
 default_variants    +app
 
+if {![variant_isset app]} {
+    supported_archs     noarch
+}
+
 build {
     if {[variant_isset app]} {
         if {${name} eq ${subport}} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140619/8bdf2662/attachment.html>


More information about the macports-changes mailing list