svn commit: r516584 - head/www/rubygem-websocket

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 18:32:21 UTC 2019


Author: sunpoet
Date: Sun Nov  3 18:32:21 2019
New Revision: 516584
URL: https://svnweb.freebsd.org/changeset/ports/516584

Log:
  Cosmetic change

Modified:
  head/www/rubygem-websocket/Makefile

Modified: head/www/rubygem-websocket/Makefile
==============================================================================
--- head/www/rubygem-websocket/Makefile	Sun Nov  3 18:02:53 2019	(r516583)
+++ head/www/rubygem-websocket/Makefile	Sun Nov  3 18:32:21 2019	(r516584)
@@ -11,8 +11,9 @@ COMMENT=	Universal Ruby library to handle WebSocket pr
 
 LICENSE=	MIT
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list