svn commit: r516527 - head/security/rubygem-aes_key_wrap

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


Author: sunpoet
Date: Sun Nov  3 17:23:32 2019
New Revision: 516527
URL: https://svnweb.freebsd.org/changeset/ports/516527

Log:
  Cosmetic change

Modified:
  head/security/rubygem-aes_key_wrap/Makefile

Modified: head/security/rubygem-aes_key_wrap/Makefile
==============================================================================
--- head/security/rubygem-aes_key_wrap/Makefile	Sun Nov  3 17:23:27 2019	(r516526)
+++ head/security/rubygem-aes_key_wrap/Makefile	Sun Nov  3 17:23:32 2019	(r516527)
@@ -13,9 +13,10 @@ COMMENT=	Ruby implementation of AES Key Wrap
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem shebangfix
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 SHEBANG_FILES=	bin/setup
 


More information about the svn-ports-head mailing list