[116081] trunk/dports/science/silo/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Fri Jan 17 10:07:31 PST 2014


Revision: 116081
          https://trac.macports.org/changeset/116081
Author:   macsforever2000 at macports.org
Date:     2014-01-17 10:07:31 -0800 (Fri, 17 Jan 2014)
Log Message:
-----------
silo: Tweak variant formatting.

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

Modified: trunk/dports/science/silo/Portfile
===================================================================
--- trunk/dports/science/silo/Portfile	2014-01-17 17:57:03 UTC (rev 116080)
+++ trunk/dports/science/silo/Portfile	2014-01-17 18:07:31 UTC (rev 116081)
@@ -42,47 +42,35 @@
 test.run            yes
 test.target         check
 
-variant hdf5 description {Enable HDF5 support (recommended)} {
-    depends_lib-append      port:hdf5-18
-    configure.args-append   --with-hdf5=${prefix}
-}
-
-variant gcc44 description {
-    Build with MacPorts gcc44 compiler.
-} conflicts gcc45 gcc46 gcc47 gcc48 gcc49 {
+variant gcc44 description {Build with MacPorts gcc 4.4 compiler} conflicts gcc45 gcc46 gcc47 gcc48 gcc49 {
     configure.compiler          macports-gcc-4.4
 }
 
-variant gcc45 description {
-    Build with MacPorts gcc45 compiler.
-} conflicts gcc44 gcc46 gcc47 gcc48 gcc49 {
+variant gcc45 description {Build with MacPorts gcc 4.5 compiler} conflicts gcc44 gcc46 gcc47 gcc48 gcc49 {
     configure.compiler          macports-gcc-4.5
 }
 
-variant gcc46 description {
-    Build with MacPorts gcc46 compiler.
-} conflicts gcc44 gcc45 gcc47 gcc48 gcc49 {
+variant gcc46 description {Build with MacPorts gcc 4.6 compiler} conflicts gcc44 gcc45 gcc47 gcc48 gcc49 {
     configure.compiler          macports-gcc-4.6
 }
 
-variant gcc47 description {
-    Build with MacPorts gcc47 compiler.
-} conflicts gcc44 gcc45 gcc46 gcc48 gcc49 {
+variant gcc47 description {Build with MacPorts gcc 4.7 compiler} conflicts gcc44 gcc45 gcc46 gcc48 gcc49 {
     configure.compiler          macports-gcc-4.7
 }
 
-variant gcc48 description {
-    Build with MacPorts gcc48 compiler.
-} conflicts gcc44 gcc45 gcc46 gcc47 gcc49 {
+variant gcc48 description {Build with MacPorts gcc 4.8 compiler} conflicts gcc44 gcc45 gcc46 gcc47 gcc49 {
     configure.compiler          macports-gcc-4.8
 }
 
-variant gcc49 description {
-    Build with MacPorts gcc49 compiler.
-} conflicts gcc44 gcc45 gcc46 gcc47 gcc48 {
+variant gcc49 description {Build with MacPorts gcc 4.9 compiler} conflicts gcc44 gcc45 gcc46 gcc47 gcc48 {
     configure.compiler          macports-gcc-4.9
 }
 
+variant hdf5 description {Enable HDF5 support (recommended)} {
+    depends_lib-append      port:hdf5-18
+    configure.args-append   --with-hdf5=${prefix}
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}downloads.html
 livecheck.regex     ${name}-(\[0-9.\]+)-bsd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140117/39094876/attachment.html>


More information about the macports-changes mailing list