svn commit: r516520 - head/net/rubygem-uri-redis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:23:00 UTC 2019


Author: sunpoet
Date: Sun Nov  3 17:22:59 2019
New Revision: 516520
URL: https://svnweb.freebsd.org/changeset/ports/516520

Log:
  Cosmetic change

Modified:
  head/net/rubygem-uri-redis/Makefile

Modified: head/net/rubygem-uri-redis/Makefile
==============================================================================
--- head/net/rubygem-uri-redis/Makefile	Sun Nov  3 17:22:54 2019	(r516519)
+++ head/net/rubygem-uri-redis/Makefile	Sun Nov  3 17:22:59 2019	(r516520)
@@ -11,8 +11,9 @@ COMMENT=	Support for parsing redis://host:port/dbindex
 
 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-all mailing list