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

</pre>
<p><a href="https://github.com/macports/macports-base/commit/f80f10de7417e68242a06ae855a84e3c70c4eeeb">https://github.com/macports/macports-base/commit/f80f10de7417e68242a06ae855a84e3c70c4eeeb</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 f80f10d  portfile.7: clean up post 10.3 removal
</span><span style='display:block; white-space:pre;color:#404040;'>     new b22cb0f  Merge pull request #53 from grimreaper/eax/103/brm
</span>f80f10d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f80f10de7417e68242a06ae855a84e3c70c4eeeb
</span>Author: Eitan Adler <lists@eitanadler.com>
AuthorDate: Fri Dec 22 21:31:52 2017 -0800

<span style='display:block; white-space:pre;color:#404040;'>    portfile.7: clean up post 10.3 removal
</span>---
 doc/portfile.7 | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/doc/portfile.7 b/doc/portfile.7
</span><span style='display:block; white-space:pre;color:#808080;'>index cc77951..b19cecc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/doc/portfile.7
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/doc/portfile.7
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1498,9 +1498,9 @@ Choose whether or not to generate a startup item.
</span> .Dl startupitem.create yes
 .It Ic startupitem.type
 Select the type of startupitem to generate. By default, a startupitem
<span style='display:block; white-space:pre;background:#ffe0e0;'>-will be generated that is of the appropriate type for the OS. For
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-instance, launchd is used on system 10.4, while SystemStarter is used
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-on prior Mac OS X systems. A global default may be specified with the startupitem_type preference in ports.conf.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+will be generated that is of the appropriate type for the OS.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+For macOS this is always launchd.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+A global default may be specified with the startupitem_type preference in ports.conf.
</span> .br
 .Sy Type:
 .Em optional
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2084,7 +2084,8 @@ The -E flag does the same thing as in
</span> .Dl reinplace \*qs|/usr/local|${prefix}|g\*q doc/manpage.1
 .It Ic file
 Standard TCL command to manipulate file names and attributes, recommended if you wish to preserve Mac OS
<span style='display:block; white-space:pre;background:#ffe0e0;'>-resource forks when destrooting ports on Mac OS X 10.3.x and Mac OS X 10.4.x . Use
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+resource forks when destrooting ports.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Use
</span> .Nm xinstall
 to also preserve Extended Attributes (i.e. Access Control Lists). See
 .Xr file n
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2094,11 +2095,9 @@ Built-in shorthand alternative to "file copy".
</span> .It Ic move
 Built-in shorthand alternative to "file rename".
 .It Ic delete Ar
<span style='display:block; white-space:pre;background:#ffe0e0;'>-Deletes each of the given files/directories. Behaves similarly to
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-.Ic file delete -force
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-except that
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-.Ic file delete -force
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-will fail to delete directories properly on 10.3 systems.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Deletes each of the given files/directories.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Behaves identically to
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+.Ic file delete -force .
</span> .It Ic touch
 Built-in command mimicking the BSD touch command.
 .It Ic ln
</pre><pre style='margin:0'>

</pre>