From owner-svn-ports-all@freebsd.org Thu Feb 22 19:51:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4798F25D16; Thu, 22 Feb 2018 19:51:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A67475C34; Thu, 22 Feb 2018 19:51:16 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E108B4640; Thu, 22 Feb 2018 19:51:15 +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 w1MJpFbB003911; Thu, 22 Feb 2018 19:51:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1MJpFoY003822; Thu, 22 Feb 2018 19:51:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802221951.w1MJpFoY003822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 22 Feb 2018 19:51:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462634 - head/security/rubygem-rack-oauth2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-rack-oauth2 X-SVN-Commit-Revision: 462634 X-SVN-Commit-Repository: ports 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.25 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: Thu, 22 Feb 2018 19:51:17 -0000 Author: sunpoet Date: Thu Feb 22 19:51:15 2018 New Revision: 462634 URL: https://svnweb.freebsd.org/changeset/ports/462634 Log: Update to 1.8.2 Changes: https://github.com/nov/rack-oauth2/commits/master Modified: head/security/rubygem-rack-oauth2/Makefile head/security/rubygem-rack-oauth2/distinfo Modified: head/security/rubygem-rack-oauth2/Makefile ============================================================================== --- head/security/rubygem-rack-oauth2/Makefile Thu Feb 22 19:51:10 2018 (r462633) +++ head/security/rubygem-rack-oauth2/Makefile Thu Feb 22 19:51:15 2018 (r462634) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rack-oauth2 -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= security rubygems MASTER_SITES= RG @@ -11,10 +11,11 @@ COMMENT= OAuth 2.0 Server & Client Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport4>=2.3:devel/rubygem-activesupport4 \ - rubygem-attr_required>=0.0.5:devel/rubygem-attr_required \ - rubygem-httpclient>=2.4:www/rubygem-httpclient \ - rubygem-rack16>=1.1:www/rubygem-rack16 +RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ + rubygem-attr_required>=0:devel/rubygem-attr_required \ + rubygem-httpclient>=0:www/rubygem-httpclient \ + rubygem-json-jwt>=0:www/rubygem-json-jwt \ + rubygem-rack>=0:www/rubygem-rack NO_ARCH= yes USE_RUBY= yes Modified: head/security/rubygem-rack-oauth2/distinfo ============================================================================== --- head/security/rubygem-rack-oauth2/distinfo Thu Feb 22 19:51:10 2018 (r462633) +++ head/security/rubygem-rack-oauth2/distinfo Thu Feb 22 19:51:15 2018 (r462634) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519214845 -SHA256 (rubygem/rack-oauth2-1.8.1.gem) = 7ae7f10b0bfa5897e59a6b8dfb37318acab9745cc220b3afd346acb4bdf23c42 -SIZE (rubygem/rack-oauth2-1.8.1.gem) = 33280 +TIMESTAMP = 1519301725 +SHA256 (rubygem/rack-oauth2-1.8.2.gem) = 51724ff9abbc57e0af00e2723da694ebcf4324d471eb59058a280e1ffdecebf7 +SIZE (rubygem/rack-oauth2-1.8.2.gem) = 33280