<pre style='margin:0'>
Mojca Miklavec (mojca) pushed a commit to branch master
in repository macports-guide.
</pre>
<p><a href="https://github.com/macports/macports-guide/commit/1bbf39efaa0ea95c6b54d08db6eab48f13fd5277">https://github.com/macports/macports-guide/commit/1bbf39efaa0ea95c6b54d08db6eab48f13fd5277</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1bbf39efaa0ea95c6b54d08db6eab48f13fd5277
</span>Author: Davide Gerhard <rainbow@irh.it>
AuthorDate: Wed Mar 20 08:13:12 2019 +0100
<span style='display:block; white-space:pre;color:#404040;'> Remove whitespaces
</span>---
guide/adoc/portfile-keywords.adoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/adoc/portfile-keywords.adoc b/guide/adoc/portfile-keywords.adoc
</span><span style='display:block; white-space:pre;color:#808080;'>index 95ca206..25260e0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/adoc/portfile-keywords.adoc
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/adoc/portfile-keywords.adoc
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -154,7 +154,7 @@ A list of the platforms on which the port has been tested.
</span> Required, but not interpreted in any way by the software at this time; it is purely informational for users.
Possible values: `darwin` (= `macosx` or ``puredarwin``), ``macosx``, ``puredarwin``, ``freebsd``, ``linux``, ``sunos``, ``netbsd``.
In general, it can just be set to ``darwin``.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-(``puredarwin`` is an OS based on Apple's open-source Darwin releases without any of Apple's proprietary bits.) See also ``os.platform``.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+(``puredarwin`` is an OS based on Apple's open-source Darwin releases without any of Apple's proprietary bits.) See also ``os.platform``.
</span> +
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -185,7 +185,7 @@ supported_archs noarch
</span> license::
The proper format for license consists of the license name, followed by a hyphen and number if indicating a specific version.
A space should be placed between licenses if there is more than one that applies.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-If an element in the license list is itself a list, it is interpreted as offering a choice of any one of the licenses in the sub-list.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+If an element in the license list is itself a list, it is interpreted as offering a choice of any one of the licenses in the sub-list.
</span> +
If the version number is a "`$$.$$0`" version, the "`$$.$$0`" should be omitted to make the version an integer.
If the author gives the choice of using a given license or "`any later version`" of it, append a plus sign (+) to the version number.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -206,7 +206,7 @@ license {freetype GPL}
</span> license_noconflict::
By default, it is assumed that ports may use libraries or headers from their dependencies and thus form a derivative work.
A dependency with an incompatible license thus prevents the port from being distributed in binary form.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-If a dependency with an incompatible license is not used in such a way that a derivative work is formed, or should not prevent binary distribution for any other reason, add its name to this list.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+If a dependency with an incompatible license is not used in such a way that a derivative work is formed, or should not prevent binary distribution for any other reason, add its name to this list.
</span> +
</pre><pre style='margin:0'>
</pre>