svn commit: r509708 - head/databases/rubygem-arel

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 24 00:11:13 UTC 2019


Author: sunpoet
Date: Sat Aug 24 00:11:12 2019
New Revision: 509708
URL: https://svnweb.freebsd.org/changeset/ports/509708

Log:
  Cosmetic change

Modified:
  head/databases/rubygem-arel/Makefile

Modified: head/databases/rubygem-arel/Makefile
==============================================================================
--- head/databases/rubygem-arel/Makefile	Sat Aug 24 00:11:07 2019	(r509707)
+++ head/databases/rubygem-arel/Makefile	Sat Aug 24 00:11:12 2019	(r509708)
@@ -12,8 +12,9 @@ COMMENT=	Relational Algebra for Ruby
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE.txt
 
-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