[52879] trunk/dports/emulators/minivmac-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jun 24 19:13:26 PDT 2009


Revision: 52879
          http://trac.macports.org/changeset/52879
Author:   ryandesign at macports.org
Date:     2009-06-24 19:13:26 -0700 (Wed, 24 Jun 2009)
Log Message:
-----------
minivmac-devel: add Macintosh SE FDHD version to standard install, and move Macintosh Classic version from unsupported variant to standard install

Modified Paths:
--------------
    trunk/dports/emulators/minivmac-devel/Portfile

Modified: trunk/dports/emulators/minivmac-devel/Portfile
===================================================================
--- trunk/dports/emulators/minivmac-devel/Portfile	2009-06-25 01:54:11 UTC (rev 52878)
+++ trunk/dports/emulators/minivmac-devel/Portfile	2009-06-25 02:13:26 UTC (rev 52879)
@@ -5,7 +5,7 @@
 name                    minivmac-devel
 set my_name             minivmac
 version                 3.1.0-20090402
-revision                4
+revision                5
 set version_number      [lindex [split ${version} -] 0]
 set version_date        [lindex [split ${version} -] 1]
 set version_short_date  [string range ${version_date} 2 end]
@@ -64,22 +64,24 @@
     512Ke           "512Ke"             {-m 512Ke}
     Plus            "Plus"              {-m Plus -im 1}
     SE              "SE"                {-m SE}
+    SEFDHD          "SE FDHD"           {-m SEFDHD}
+    Classic         "Classic"           {-m Classic}
 }
 
 set my_romfiles {
     Mac128K.ROM
     vMac.ROM
     MacSE.ROM
+    SEFDHD.ROM
+    Classic.ROM
 }
 
-variant unsupported description {Also build unfinished Mac Classic, Mac II, and Mac IIx emulators} {
+variant unsupported description {Also build unfinished Macintosh II and IIx emulators} {
     set my_variations [concat ${my_variations} {
-        Classic     "Classic"           {-m Classic}
         II          "II"                {-m II -mem 8M -hres 800 -vres 600 -depth 3}
         IIx         "IIx"               {-m IIx -mem 8M -hres 800 -vres 600 -depth 3}
     }]
     set my_romfiles [concat ${my_romfiles} {
-        Classic.ROM
         MacII.ROM
         MacIIx.ROM
     }]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090624/29d12578/attachment.html>


More information about the macports-changes mailing list