From owner-svn-ports-all@FreeBSD.ORG Sat Jun 6 18:09:09 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2119D894; Sat, 6 Jun 2015 18:09:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0EAE91C3B; Sat, 6 Jun 2015 18:09:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t56I98m2082801; Sat, 6 Jun 2015 18:09:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t56I9825082799; Sat, 6 Jun 2015 18:09:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506061809.t56I9825082799@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 6 Jun 2015 18:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388674 - in head/devel/rubygem-authlogic: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2015 18:09:09 -0000 Author: sunpoet Date: Sat Jun 6 18:09:07 2015 New Revision: 388674 URL: https://svnweb.freebsd.org/changeset/ports/388674 Log: - Add NO_ARCH - Regenerate patch file with makepatch: Modified: head/devel/rubygem-authlogic/Makefile head/devel/rubygem-authlogic/files/patch-gemspec Modified: head/devel/rubygem-authlogic/Makefile ============================================================================== --- head/devel/rubygem-authlogic/Makefile Sat Jun 6 18:09:02 2015 (r388673) +++ head/devel/rubygem-authlogic/Makefile Sat Jun 6 18:09:07 2015 (r388674) @@ -16,6 +16,7 @@ RUN_DEPENDS= rubygem-activesupport>=3.2: rubygem-request_store>=1.0:${PORTSDIR}/devel/rubygem-request_store \ rubygem-scrypt>=1.2:${PORTSDIR}/security/rubygem-scrypt +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-authlogic/files/patch-gemspec ============================================================================== --- head/devel/rubygem-authlogic/files/patch-gemspec Sat Jun 6 18:09:02 2015 (r388673) +++ head/devel/rubygem-authlogic/files/patch-gemspec Sat Jun 6 18:09:07 2015 (r388674) @@ -1,6 +1,6 @@ ---- authlogic.gemspec.orig 2015-03-29 21:40:25.479751000 +0000 -+++ authlogic.gemspec 2015-03-29 21:40:47.969488000 +0000 -@@ -25,7 +25,7 @@ +--- authlogic.gemspec.orig 2015-03-29 21:40:25 UTC ++++ authlogic.gemspec +@@ -25,7 +25,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency(%q, [">= 3.2"]) s.add_runtime_dependency(%q, [">= 3.2"]) s.add_runtime_dependency(%q, ["~> 1.0"])