From owner-svn-ports-head@freebsd.org Sat Jul 15 06:04:08 2017 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 B0651DB722B; Sat, 15 Jul 2017 06:04:08 +0000 (UTC) (envelope-from jrm@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 7DD04651E7; Sat, 15 Jul 2017 06:04:08 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6F6473Y000746; Sat, 15 Jul 2017 06:04:07 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6F647OR000745; Sat, 15 Jul 2017 06:04:07 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201707150604.v6F647OR000745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sat, 15 Jul 2017 06:04:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445847 - head/www/rubygem-rails5 X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/www/rubygem-rails5 X-SVN-Commit-Revision: 445847 X-SVN-Commit-Repository: ports 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.23 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, 15 Jul 2017 06:04:08 -0000 Author: jrm Date: Sat Jul 15 06:04:07 2017 New Revision: 445847 URL: https://svnweb.freebsd.org/changeset/ports/445847 Log: www/rubygem-rails5: Relax dependency specifications Modified: head/www/rubygem-rails5/Makefile Modified: head/www/rubygem-rails5/Makefile ============================================================================== --- head/www/rubygem-rails5/Makefile Sat Jul 15 05:03:09 2017 (r445846) +++ head/www/rubygem-rails5/Makefile Sat Jul 15 06:04:07 2017 (r445847) @@ -3,7 +3,7 @@ PORTNAME= rails PORTVERSION= 5.1.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -13,16 +13,16 @@ COMMENT= Full-stack web application framework LICENSE= MIT -RUN_DEPENDS= rubygem-actioncable5=${PORTVERSION}:www/rubygem-actioncable5 \ - rubygem-actionmailer5=${PORTVERSION}:mail/rubygem-actionmailer5 \ - rubygem-actionpack5=${PORTVERSION}:www/rubygem-actionpack5 \ - rubygem-actionview5=${PORTVERSION}:devel/rubygem-actionview5 \ - rubygem-activejob5=${PORTVERSION}:devel/rubygem-activejob5 \ - rubygem-activemodel5=${PORTVERSION}:databases/rubygem-activemodel5 \ - rubygem-activerecord5=${PORTVERSION}:databases/rubygem-activerecord5 \ - rubygem-activesupport5=${PORTVERSION}:devel/rubygem-activesupport5 \ +RUN_DEPENDS= rubygem-actioncable5>=${PORTVERSION}:www/rubygem-actioncable5 \ + rubygem-actionmailer5>=${PORTVERSION}:mail/rubygem-actionmailer5 \ + rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \ + rubygem-actionview5>=${PORTVERSION}:devel/rubygem-actionview5 \ + rubygem-activejob5>=${PORTVERSION}:devel/rubygem-activejob5 \ + rubygem-activemodel5>=${PORTVERSION}:databases/rubygem-activemodel5 \ + rubygem-activerecord5>=${PORTVERSION}:databases/rubygem-activerecord5 \ + rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ rubygem-bundler<2.0:sysutils/rubygem-bundler \ - rubygem-railties5=${PORTVERSION}:www/rubygem-railties5 \ + rubygem-railties5>=${PORTVERSION}:www/rubygem-railties5 \ rubygem-sprockets-rails-rails5>=2.0.0:devel/rubygem-sprockets-rails-rails5 RUN_DEPENDS+= rubygem-bindex>=0.5.0:devel/rubygem-bindex \