svn commit: r554636 - head/devel/rubygem-stringex

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 8 17:49:40 UTC 2020


Author: sunpoet
Date: Sun Nov  8 17:49:35 2020
New Revision: 554636
URL: https://svnweb.freebsd.org/changeset/ports/554636

Log:
  Cosmetic change

Modified:
  head/devel/rubygem-stringex/Makefile

Modified: head/devel/rubygem-stringex/Makefile
==============================================================================
--- head/devel/rubygem-stringex/Makefile	Sun Nov  8 17:49:30 2020	(r554635)
+++ head/devel/rubygem-stringex/Makefile	Sun Nov  8 17:49:35 2020	(r554636)
@@ -12,8 +12,9 @@ COMMENT=	Some useful extensions to the Ruby String cla
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-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