svn commit: r448390 - head/security/rubygem-scrypt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 20 12:27:04 UTC 2017


Author: sunpoet
Date: Sun Aug 20 12:27:02 2017
New Revision: 448390
URL: https://svnweb.freebsd.org/changeset/ports/448390

Log:
  Pet portlint: move ONLY_FOR_ARCHS* upward

Modified:
  head/security/rubygem-scrypt/Makefile

Modified: head/security/rubygem-scrypt/Makefile
==============================================================================
--- head/security/rubygem-scrypt/Makefile	Sun Aug 20 12:26:58 2017	(r448389)
+++ head/security/rubygem-scrypt/Makefile	Sun Aug 20 12:27:02 2017	(r448390)
@@ -12,10 +12,10 @@ COMMENT=	Scrypt key derivation function
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	rubygem-ffi-compiler>=1.0:devel/rubygem-ffi-compiler
-
 ONLY_FOR_ARCHS=		amd64 i386
 ONLY_FOR_ARCHS_REASON=	invokes SSE compiler flags
+
+RUN_DEPENDS=	rubygem-ffi-compiler>=1.0:devel/rubygem-ffi-compiler
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-all mailing list