<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e72f5e9d28eb9f62cf861d113cc081aba717d605">https://github.com/macports/macports-ports/commit/e72f5e9d28eb9f62cf861d113cc081aba717d605</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new e72f5e9  minivmac*: Update documentation
</span>e72f5e9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e72f5e9d28eb9f62cf861d113cc081aba717d605
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jul 17 17:42:29 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    minivmac*: Update documentation
</span>---
 emulators/minivmac-devel/files/README-custom.md | 17 ++++++++++++-----
 emulators/minivmac/files/README-custom.md       | 25 ++++++++++++++++---------
 2 files changed, 28 insertions(+), 14 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/minivmac-devel/files/README-custom.md b/emulators/minivmac-devel/files/README-custom.md
</span><span style='display:block; white-space:pre;color:#808080;'>index 48f1424..afd3fa6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/minivmac-devel/files/README-custom.md
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/minivmac-devel/files/README-custom.md
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,15 +6,26 @@ Mini vMac has a wide range of [options that can be specified at build
</span> time](http://www.gryphel.org/c/minivmac/options.html#in). The MacPorts Mini
 vMac ports expose a few of those options using subports and variants, but
 for complete control, you can define your own variations in the custom.conf
<span style='display:block; white-space:pre;background:#ffe0e0;'>-file and install the minivmac-custom-devel subport.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+file.
</span> 
 For each variation that you want MacPorts to compile, add a line with the
 name of the variation between square brackets. Variation names should be
 short and unique. Then add a line defining the options you want to use.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+Finally, install the port:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    sudo port install minivmac-custom-devel
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+When you upgrade the port in the future, your custom variations will be
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+preserved. If you change the configuration file, you can rebuild the port to
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+reflect those changes immediately:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    sudo port -n upgrade --force minivmac-custom-devel
</span> 
 You should not specify the target (the `-t` option); MacPorts sets it for
 you.
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+## Example Configuration File
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> For example, to compile a Macintosh Plus variation designed to be used in
 fullscreen mode on a 15" MacBook Pro, and also a Macintosh II variation that
 runs at quarter resolution and can be pixel-doubled to fill the screen,
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,7 +39,3 @@ options = -hres 1440 -vres 900 -fullscreen 1 -var-fullscreen 0 \
</span> [II 720x450]
 options = -m II -hres 720 -vres 450 -gkf 0 -emm 0
 ```
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-To rebuild after you've made changes to the configuration file, use:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    sudo port -n upgrade --force minivmac-custom-devel
</span><span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/minivmac/files/README-custom.md b/emulators/minivmac/files/README-custom.md
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ce204f..787ae05 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/minivmac/files/README-custom.md
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/minivmac/files/README-custom.md
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,15 +6,30 @@ Mini vMac has a wide range of [options that can be specified at build
</span> time](http://www.gryphel.org/c/minivmac/options.html#in). The MacPorts Mini
 vMac ports expose a few of those options using subports and variants, but
 for complete control, you can define your own variations in the custom.conf
<span style='display:block; white-space:pre;background:#ffe0e0;'>-file and install the minivmac-custom subport.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+file.
</span> 
 For each variation that you want MacPorts to compile, add a line with the
 name of the variation between square brackets. Variation names should be
 short and unique. Then add a line defining the options you want to use.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+Finally, install the port:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    sudo port install minivmac-custom
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+When you upgrade the port in the future, your custom variations will be
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+preserved. If you change the configuration file, you can rebuild the port to
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+reflect those changes immediately:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    sudo port -n upgrade --force minivmac-custom
</span> 
 You should not specify the target (the `-t` option); MacPorts sets it for
 you.
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+If an error occurs during configuration, the Mini vMac 3.5.x build system
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+won't tell you what went wrong. This problem is fixed in Mini vMac 36.x,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+which is available in the minivmac-custom-devel port.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+## Example Configuration File
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> For example, to compile a Macintosh Plus variation designed to be used in
 fullscreen mode on a 15" MacBook Pro, and also a Macintosh II variation that
 runs at quarter resolution and can be pixel-doubled to fill the screen,
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,11 +43,3 @@ options = -hres 1440 -vres 900 -fullscreen 1 -var-fullscreen 0 \
</span> [II 720x450]
 options = -m II -hres 720 -vres 450 -gkf 0 -emm 0
 ```
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-To rebuild after you've made changes to the configuration file, use:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    sudo port -n upgrade --force minivmac-custom
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-If an error occurs during configuration, the Mini vMac 3.5.x build system
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-won't tell you what went wrong. This problem is fixed in Mini vMac 36.x,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-which is available in the minivmac-custom-devel port.
</span></pre><pre style='margin:0'>

</pre>