<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/9668bcb87b77fb91a60116896feb801eb55faadf">https://github.com/macports/macports-ports/commit/9668bcb87b77fb91a60116896feb801eb55faadf</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 9668bcb  php-uuid: Add php72-uuid subport
</span>9668bcb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9668bcb87b77fb91a60116896feb801eb55faadf
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Dec 8 13:42:30 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    php-uuid: Add php72-uuid subport
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/55470
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Also add size to checksums and add maintainer GitHub handle.
</span>---
 php/php-uuid/Portfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-uuid/Portfile b/php/php-uuid/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c299f14..118ac32 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-uuid/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-uuid/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,10 +7,10 @@ name                    php-uuid
</span> version                 1.0.4
 categories-append       net www
 platforms               darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers             pixilla
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers             {pixilla @pixilla}
</span> license                 LGPL-2.1+
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches            5.3 5.4 5.5 5.6 7.0 7.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches            5.3 5.4 5.5 5.6 7.0 7.1 7.2
</span> php.pecl                yes
 
 description             A wrapper around libuuid from the ext2utils project.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,8 @@ description             A wrapper around libuuid from the ext2utils project.
</span> long_description        ${description}
 
 checksums               rmd160  5efc7fad2c43c029fa8a88e17356f3a8af9f5f8f \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        sha256  63079b6a62a9d43691ecbcd4eb52e5e5fe17b5a3d0f8e46e3c17ff265c06a11f
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        sha256  63079b6a62a9d43691ecbcd4eb52e5e5fe17b5a3d0f8e46e3c17ff265c06a11f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        size    14900
</span> 
 use_parallel_build      yes
 
</pre><pre style='margin:0'>

</pre>