svn commit: r493915 - head/devel/rubygem-jmespath

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 25 23:36:15 UTC 2019


Author: sunpoet
Date: Mon Feb 25 23:36:10 2019
New Revision: 493915
URL: https://svnweb.freebsd.org/changeset/ports/493915

Log:
  Cosmetic change

Modified:
  head/devel/rubygem-jmespath/Makefile

Modified: head/devel/rubygem-jmespath/Makefile
==============================================================================
--- head/devel/rubygem-jmespath/Makefile	Mon Feb 25 23:36:05 2019	(r493914)
+++ head/devel/rubygem-jmespath/Makefile	Mon Feb 25 23:36:10 2019	(r493915)
@@ -11,8 +11,9 @@ COMMENT=	JMESPath for Ruby
 LICENSE=	APACHE20
 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