From owner-svn-ports-all@freebsd.org Sun Mar 27 23:34:10 2016 Return-Path: Delivered-To: svn-ports-all@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 C3871ADFEDC; Sun, 27 Mar 2016 23:34:10 +0000 (UTC) (envelope-from swills@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 940DA136D; Sun, 27 Mar 2016 23:34:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RNY9Ge024327; Sun, 27 Mar 2016 23:34:09 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RNY9lT024326; Sun, 27 Mar 2016 23:34:09 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201603272334.u2RNY9lT024326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 27 Mar 2016 23:34:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412021 - head/devel/rubygem-grape-entity 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.21 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: Sun, 27 Mar 2016 23:34:10 -0000 Author: swills Date: Sun Mar 27 23:34:09 2016 New Revision: 412021 URL: https://svnweb.freebsd.org/changeset/ports/412021 Log: devel/rubygem-grape-entity: switch used Rails version from 3 to 4.2 PR: 206955 Submitted by: Torsten Zühlsdorff Modified: head/devel/rubygem-grape-entity/Makefile Modified: head/devel/rubygem-grape-entity/Makefile ============================================================================== --- head/devel/rubygem-grape-entity/Makefile Sun Mar 27 23:02:57 2016 (r412020) +++ head/devel/rubygem-grape-entity/Makefile Sun Mar 27 23:34:09 2016 (r412021) @@ -2,6 +2,7 @@ PORTNAME= grape-entity PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Entities - a simple Facade to u LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ +RUN_DEPENDS= rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json NO_ARCH= yes