svn commit: r516507 - head/net/rubygem-httpauth

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:21:58 UTC 2019


Author: sunpoet
Date: Sun Nov  3 17:21:57 2019
New Revision: 516507
URL: https://svnweb.freebsd.org/changeset/ports/516507

Log:
  Cosmetic change

Modified:
  head/net/rubygem-httpauth/Makefile

Modified: head/net/rubygem-httpauth/Makefile
==============================================================================
--- head/net/rubygem-httpauth/Makefile	Sun Nov  3 17:21:52 2019	(r516506)
+++ head/net/rubygem-httpauth/Makefile	Sun Nov  3 17:21:57 2019	(r516507)
@@ -11,8 +11,9 @@ COMMENT=	Library for HTTP authentication protocol in R
 
 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-all mailing list