Index: head/devel/rubygem-authlogic/Makefile =================================================================== --- head/devel/rubygem-authlogic/Makefile (revision 388673) +++ head/devel/rubygem-authlogic/Makefile (revision 388674) @@ -1,23 +1,24 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= authlogic PORTVERSION= 3.4.5 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Clean, simple, and unobtrusive Ruby authentication solution LICENSE= MIT RUN_DEPENDS= rubygem-activesupport>=3.2:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-activerecord>=3.2:${PORTSDIR}/databases/rubygem-activerecord \ 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 .include Index: head/devel/rubygem-authlogic/files/patch-gemspec =================================================================== --- head/devel/rubygem-authlogic/files/patch-gemspec (revision 388673) +++ head/devel/rubygem-authlogic/files/patch-gemspec (revision 388674) @@ -1,11 +1,11 @@ ---- 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"]) - s.add_runtime_dependency(%q, ["~> 1.2"]) + s.add_runtime_dependency(%q, [">= 1.2"]) s.add_development_dependency(%q, ["~> 3.1"]) s.add_development_dependency(%q, ["~> 0.7"]) else