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

ryandesign at macports.org ryandesign at macports.org
Fri Sep 18 09:44:27 PDT 2009


Revision: 57905
          http://trac.macports.org/changeset/57905
Author:   ryandesign at macports.org
Date:     2009-09-18 09:44:25 -0700 (Fri, 18 Sep 2009)
Log Message:
-----------
minivmac-devel: the variants no longer conflict; as of version 3.1.1 it's possible to configure for multiple variations at once. Since there can be only one icon master, it'll be the Plus version.

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

Modified: users/ryandesign/minivmac-devel/Portfile
===================================================================
--- users/ryandesign/minivmac-devel/Portfile	2009-09-18 16:39:56 UTC (rev 57904)
+++ users/ryandesign/minivmac-devel/Portfile	2009-09-18 16:44:25 UTC (rev 57905)
@@ -90,7 +90,7 @@
 set my_app_dir          "${applications_dir}/Mini vMac"
 set my_bootstrap_app    "Mini vMac.app"
 set my_rom_file         vMac.ROM
-set my_base_options     "-maintainer MacPorts -homepage http://www.macports.org/ -cl -eol unx -nex -im 1"
+set my_base_options     "-maintainer MacPorts -homepage http://www.macports.org/ -cl -eol unx -nex"
 set my_target           ""
 
 options my_variations
@@ -250,23 +250,23 @@
     default_variants +macplus
 }
 
-variant mac128k conflicts mac512k mac512ke macplus macse description {Emulate a Macintosh with 128K RAM and 2 drives} {
+variant mac128k description {Emulate a Macintosh with 128K RAM and 2 drives} {
     my_variations-append {128K} {-m 128K}
 }
 
-variant mac512k conflicts mac128k mac512ke macplus macse description {Emulate a Macintosh 512K with 512K RAM and 2 drives} {
+variant mac512k description {Emulate a Macintosh 512K with 512K RAM and 2 drives} {
     my_variations-append {512K} {-m 128K -mem 512K}
 }
 
-variant mac512ke conflicts mac128k mac512k macplus macse description {Emulate a Macintosh 512Ke with 512K RAM and 6 drives} {
+variant mac512ke description {Emulate a Macintosh 512Ke with 512K RAM and 6 drives} {
     my_variations-append {512Ke} {-m 512Ke}
 }
 
-variant macplus conflicts mac128k mac512k mac512ke macse description {Emulate a Macintosh Plus with 4 MB RAM and 6 drives} {
-    my_variations-append {Plus} {-m Plus}
+variant macplus description {Emulate a Macintosh Plus with 4 MB RAM and 6 drives} {
+    my_variations-append {Plus} {-m Plus -im 1}
 }
 
-variant macse conflicts mac128k mac512k mac512ke macplus description {Emulate a Macintosh SE with 4 MB RAM and 6 drives} {
+variant macse description {Emulate a Macintosh SE with 4 MB RAM and 6 drives} {
     my_variations-append {SE} {-m SE}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090918/8b73fbf1/attachment.html>


More information about the macports-changes mailing list