From owner-svn-ports-head@freebsd.org Sat Mar 12 00:02:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88363ACDEF3; Sat, 12 Mar 2016 00:02:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5834F34A; Sat, 12 Mar 2016 00:02:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2C02IhA017658; Sat, 12 Mar 2016 00:02:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2C02IV7017656; Sat, 12 Mar 2016 00:02:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603120002.u2C02IV7017656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 12 Mar 2016 00:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410848 - head/security/rubygem-scrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 00:02:19 -0000 Author: sunpoet Date: Sat Mar 12 00:02:18 2016 New Revision: 410848 URL: https://svnweb.freebsd.org/changeset/ports/410848 Log: - Update to 2.1.1 - Add NO_ARCH Changes: https://github.com/pbhogan/scrypt/blob/master/CHANGELOG.md Modified: head/security/rubygem-scrypt/Makefile head/security/rubygem-scrypt/distinfo Modified: head/security/rubygem-scrypt/Makefile ============================================================================== --- head/security/rubygem-scrypt/Makefile Sat Mar 12 00:02:13 2016 (r410847) +++ head/security/rubygem-scrypt/Makefile Sat Mar 12 00:02:18 2016 (r410848) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scrypt -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-ffi-compiler>=0.0.2:${PORTSDIR}/devel/rubygem-ffi-compiler \ rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/security/rubygem-scrypt/distinfo ============================================================================== --- head/security/rubygem-scrypt/distinfo Sat Mar 12 00:02:13 2016 (r410847) +++ head/security/rubygem-scrypt/distinfo Sat Mar 12 00:02:18 2016 (r410848) @@ -1,2 +1,2 @@ -SHA256 (rubygem/scrypt-2.0.2.gem) = ff879435a7ec15d78679f0d228ab976bb2633cc78faa25ab57f9538c4e8a2aaf -SIZE (rubygem/scrypt-2.0.2.gem) = 28160 +SHA256 (rubygem/scrypt-2.1.1.gem) = 6fae8e57430354f4f454b325d17c5ec9e001a91d54081e5ac1b976190c9c3812 +SIZE (rubygem/scrypt-2.1.1.gem) = 28672