svn commit: r485824 - head/devel/rubygem-fog-json

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 24 22:31:39 UTC 2018


Author: sunpoet
Date: Sat Nov 24 22:31:36 2018
New Revision: 485824
URL: https://svnweb.freebsd.org/changeset/ports/485824

Log:
  Cosmetic change

Modified:
  head/devel/rubygem-fog-json/Makefile

Modified: head/devel/rubygem-fog-json/Makefile
==============================================================================
--- head/devel/rubygem-fog-json/Makefile	Sat Nov 24 22:31:28 2018	(r485823)
+++ head/devel/rubygem-fog-json/Makefile	Sat Nov 24 22:31:36 2018	(r485824)
@@ -15,8 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 RUN_DEPENDS=	rubygem-fog-core>=0:devel/rubygem-fog-core \
 		rubygem-multi_json>=1.10:devel/rubygem-multi_json
 
-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