svn commit: r515003 - head/misc/rubygem-haversine_distance

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 20 17:16:59 UTC 2019


Author: sunpoet
Date: Sun Oct 20 17:16:58 2019
New Revision: 515003
URL: https://svnweb.freebsd.org/changeset/ports/515003

Log:
  Cosmetic change

Modified:
  head/misc/rubygem-haversine_distance/Makefile

Modified: head/misc/rubygem-haversine_distance/Makefile
==============================================================================
--- head/misc/rubygem-haversine_distance/Makefile	Sun Oct 20 17:16:53 2019	(r515002)
+++ head/misc/rubygem-haversine_distance/Makefile	Sun Oct 20 17:16:58 2019	(r515003)
@@ -11,8 +11,9 @@ COMMENT=	Calculate the great-circle distance
 
 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-head mailing list