From owner-svn-ports-head@freebsd.org Fri Apr 28 23:42:25 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 18E4BD55FC9; Fri, 28 Apr 2017 23:42:25 +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 CEBE9334; Fri, 28 Apr 2017 23:42:24 +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 v3SNgNUk029414; Fri, 28 Apr 2017 23:42:23 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3SNgNrS029413; Fri, 28 Apr 2017 23:42:23 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201704282342.v3SNgNrS029413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 28 Apr 2017 23:42:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439710 - head/devel/rubygem-rabl 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.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: Fri, 28 Apr 2017 23:42:25 -0000 Author: jrm Date: Fri Apr 28 23:42:23 2017 New Revision: 439710 URL: https://svnweb.freebsd.org/changeset/ports/439710 Log: devel/rubygem-rabl: Depend on devel/rubygem-activesupport5 instead of devel/rubygem-activesupport4. Approved by: swills (mentor, implicit) Modified: head/devel/rubygem-rabl/Makefile Modified: head/devel/rubygem-rabl/Makefile ============================================================================== --- head/devel/rubygem-rabl/Makefile Fri Apr 28 23:35:44 2017 (r439709) +++ head/devel/rubygem-rabl/Makefile Fri Apr 28 23:42:23 2017 (r439710) @@ -2,6 +2,7 @@ PORTNAME= rabl PORTVERSION= 0.13.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= General ruby templating with js LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport4>=2.3.14:devel/rubygem-activesupport4 +RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5 NO_ARCH= yes