Date: Sun, 20 Oct 2019 17:16:58 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515003 - head/misc/rubygem-haversine_distance Message-ID: <201910201716.x9KHGwSE079030@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910201716.x9KHGwSE079030>