<pre style='margin:0'>
Lawrence Velázquez (larryv) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/769a3822ce9113004735fc9f56df56afd5af0541">https://github.com/macports/macports-ports/commit/769a3822ce9113004735fc9f56df56afd5af0541</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 769a3822ce9113004735fc9f56df56afd5af0541
</span>Author: Lawrence Velázquez <larryv@macports.org>
AuthorDate: Wed Nov 30 21:28:28 2016 -0500

<span style='display:block; white-space:pre;color:#404040;'>    usbutils: Move to sysutils category
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This makes more sense and matches the categorization from FreeBSD [1]
</span><span style='display:block; white-space:pre;color:#404040;'>    and OpenBSD [2].
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    [1]: https://svnweb.freebsd.org/ports/tags/RELEASE_11_0_0/sysutils/usbutils/
</span><span style='display:block; white-space:pre;color:#404040;'>    [2]: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/usbutils/?only_with_tag=OPENBSD_6_0
</span>---
 {net => sysutils}/usbutils/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/usbutils/Portfile b/sysutils/usbutils/Portfile
</span>similarity index 98%
rename from net/usbutils/Portfile
rename to sysutils/usbutils/Portfile
<span style='display:block; white-space:pre;color:#808080;'>index 9bb275c..685f369 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/usbutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/usbutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortSystem          1.0
</span> name                usbutils
 version             007
 revision            1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-categories          net
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+categories          sysutils
</span> platforms           darwin
 maintainers         nomaintainer
 license             GPL-2+
</pre><pre style='margin:0'>

</pre>