From owner-svn-ports-head@freebsd.org Wed Feb 3 20:54:57 2016 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 F0515A9A429; Wed, 3 Feb 2016 20:54:57 +0000 (UTC) (envelope-from sunpoet@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 BC127113A; Wed, 3 Feb 2016 20:54:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u13KsuKL088862; Wed, 3 Feb 2016 20:54:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u13KsuWN088861; Wed, 3 Feb 2016 20:54:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201602032054.u13KsuWN088861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 3 Feb 2016 20:54:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407983 - head/security/rubygem-rack-oauth2 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.20 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: Wed, 03 Feb 2016 20:54:58 -0000 Author: sunpoet Date: Wed Feb 3 20:54:56 2016 New Revision: 407983 URL: https://svnweb.freebsd.org/changeset/ports/407983 Log: - Update RUN_DEPENDS: use Rails 4 - Bump PORTREVISION for dependency change PR: 206880 Submitted by: Torsten Zuhlsdorff Modified: head/security/rubygem-rack-oauth2/Makefile Modified: head/security/rubygem-rack-oauth2/Makefile ============================================================================== --- head/security/rubygem-rack-oauth2/Makefile Wed Feb 3 20:54:51 2016 (r407982) +++ head/security/rubygem-rack-oauth2/Makefile Wed Feb 3 20:54:56 2016 (r407983) @@ -2,6 +2,7 @@ PORTNAME= rack-oauth2 PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= OAuth 2.0 Server & Client Libra LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport>=2.3:${PORTSDIR}/devel/rubygem-activesupport \ +RUN_DEPENDS= rubygem-activesupport4>=2.3:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-attr_required>=0.0.5:${PORTSDIR}/devel/rubygem-attr_required \ rubygem-httpclient>=2.4:${PORTSDIR}/www/rubygem-httpclient \ rubygem-multi_json>=1.3.6:${PORTSDIR}/devel/rubygem-multi_json \