svn commit: r511017 - head/sysutils/rubygem-guard-compat

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 3 19:12:00 UTC 2019


Author: sunpoet
Date: Tue Sep  3 19:12:00 2019
New Revision: 511017
URL: https://svnweb.freebsd.org/changeset/ports/511017

Log:
  Cosmetic change

Modified:
  head/sysutils/rubygem-guard-compat/Makefile

Modified: head/sysutils/rubygem-guard-compat/Makefile
==============================================================================
--- head/sysutils/rubygem-guard-compat/Makefile	Tue Sep  3 19:11:54 2019	(r511016)
+++ head/sysutils/rubygem-guard-compat/Makefile	Tue Sep  3 19:12:00 2019	(r511017)
@@ -12,8 +12,9 @@ COMMENT=	Helps creating valid Guard plugins and testin
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/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