svn commit: r495166 - head/net/rubygem-rubyntlm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 9 14:38:40 UTC 2019


Author: sunpoet
Date: Sat Mar  9 14:38:35 2019
New Revision: 495166
URL: https://svnweb.freebsd.org/changeset/ports/495166

Log:
  Cosmetic change

Modified:
  head/net/rubygem-rubyntlm/Makefile

Modified: head/net/rubygem-rubyntlm/Makefile
==============================================================================
--- head/net/rubygem-rubyntlm/Makefile	Sat Mar  9 14:38:30 2019	(r495165)
+++ head/net/rubygem-rubyntlm/Makefile	Sat Mar  9 14:38:35 2019	(r495166)
@@ -11,8 +11,9 @@ COMMENT=	Message creator and parser for the NTLM authe
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/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-all mailing list