[142487] trunk/dports/_resources/port1.0/group/compilers-1.0.tcl

dstrubbe at macports.org dstrubbe at macports.org
Sat Dec 12 05:57:59 PST 2015


Revision: 142487
          https://trac.macports.org/changeset/142487
Author:   dstrubbe at macports.org
Date:     2015-11-12 16:34:03 -0800 (Thu, 12 Nov 2015)
Log Message:
-----------
compilers portgroup: Fix indentation from last commit. Capitalization.

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/compilers-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/compilers-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/compilers-1.0.tcl	2015-11-13 00:28:22 UTC (rev 142486)
+++ trunk/dports/_resources/port1.0/group/compilers-1.0.tcl	2015-11-13 00:34:03 UTC (rev 142487)
@@ -511,9 +511,9 @@
                 ui_error "Install $portname +$mycomp"
                 return -code error "$portname +$mycomp not installed"
             }
-         } else {
-             ui_error "Internal error: compilers.enforce_c: '$portname' is not an installed port."
-             return -code error "Internal error: compilers.enforce_c: '$portname' is not an installed port."
+        } else {
+            ui_error "Internal error: compilers.enforce_c: '$portname' is not an installed port."
+            return -code error "Internal error: compilers.enforce_c: '$portname' is not an installed port."
         }
     }
 }
@@ -674,7 +674,7 @@
 # this might also need to be in pre-archivefetch
 pre-fetch {
     if {${compilers.require_fortran} && [fortran_variant_name] eq ""} {
-        return -code error "must set at least one fortran variant"
+        return -code error "must set at least one Fortran variant"
     }
     eval compilers.action_enforce_c ${compilers.required_c}
     eval compilers.action_enforce_f ${compilers.required_f}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/9e055596/attachment.html>


More information about the macports-changes mailing list