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

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/499b6e9e5c18e1c6c60cf78f2d38ed86bb53309b">https://github.com/macports/macports-guide/commit/499b6e9e5c18e1c6c60cf78f2d38ed86bb53309b</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 499b6e9  Advise revbumping ports when install name changes
</span>499b6e9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 499b6e9e5c18e1c6c60cf78f2d38ed86bb53309b
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Aug 24 15:06:11 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Advise revbumping ports when install name changes
</span>---
 guide/xml/portfile-keywords.xml | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/portfile-keywords.xml b/guide/xml/portfile-keywords.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 0e804da..71493bf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/portfile-keywords.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/portfile-keywords.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,6 +64,13 @@
</span>         (ideally by transforming the version using a procedure such as
         <code>string map</code>).</para>
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        <para>When updating the version of a port that installs a dynamic
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        library, check (by examining the second line of output from the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <userinput>otool -L</userinput> command run on the library before and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        after upgrading) whether its install name has changed. If it has,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        increase the revision of every port that links with the library to
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        rebuild it with the new library.</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>         <programlisting>version             1.23.45</programlisting>
       </listitem>
     </varlistentry>
</pre><pre style='margin:0'>

</pre>