[51650] users/ryandesign/minivmac-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri May 29 21:31:21 PDT 2009


Revision: 51650
          http://trac.macports.org/changeset/51650
Author:   ryandesign at macports.org
Date:     2009-05-29 21:31:21 -0700 (Fri, 29 May 2009)
Log Message:
-----------
minivmac-devel: variation_ids need not be all lowercase

Modified Paths:
--------------
    users/ryandesign/minivmac-devel/Portfile

Modified: users/ryandesign/minivmac-devel/Portfile
===================================================================
--- users/ryandesign/minivmac-devel/Portfile	2009-05-30 04:26:40 UTC (rev 51649)
+++ users/ryandesign/minivmac-devel/Portfile	2009-05-30 04:31:21 UTC (rev 51650)
@@ -60,11 +60,11 @@
 
 #   variation_id    variation_suffix    variation_options
 set my_variations {
-    128k            "128K"              {-m 128K}
-    512k            "512K"              {-m 128K -mem 512K}
-    512ke           "512Ke"             {-m 512Ke}
-    plus            "Plus"              {-m Plus}
-    se              "SE"                {-m SE}
+    128K            "128K"              {-m 128K}
+    512K            "512K"              {-m 128K -mem 512K}
+    512Ke           "512Ke"             {-m 512Ke}
+    Plus            "Plus"              {-m Plus}
+    SE              "SE"                {-m SE}
 }
 
 platform powerpc {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090529/44bc8370/attachment.html>


More information about the macports-changes mailing list