Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2017 12:27:02 +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: r448390 - head/security/rubygem-scrypt
Message-ID:  <201708201227.v7KCR2iQ000489@repo.freebsd.org>

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



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