Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 17:23:32 +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: r516527 - head/security/rubygem-aes_key_wrap
Message-ID:  <201911031723.xA3HNWp9033853@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911031723.xA3HNWp9033853>