From owner-svn-ports-all@freebsd.org Thu Feb 1 13:23:56 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 19269ECB276; Thu, 1 Feb 2018 13:23:56 +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 2D60F6A6BC; Thu, 1 Feb 2018 13:23:53 +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 C92705870; Thu, 1 Feb 2018 13:23:52 +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 w11DNquW021068; Thu, 1 Feb 2018 13:23:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w11DNq3f021066; Thu, 1 Feb 2018 13:23:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802011323.w11DNq3f021066@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, 1 Feb 2018 13:23:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460593 - head/security/rubygem-omniauth-saml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-omniauth-saml X-SVN-Commit-Revision: 460593 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, 01 Feb 2018 13:23:56 -0000 Author: sunpoet Date: Thu Feb 1 13:23:52 2018 New Revision: 460593 URL: https://svnweb.freebsd.org/changeset/ports/460593 Log: Update to 1.9.0 Changes: https://github.com/omniauth/omniauth-saml/releases https://github.com/omniauth/omniauth-saml/blob/master/CHANGELOG.md Modified: head/security/rubygem-omniauth-saml/Makefile head/security/rubygem-omniauth-saml/distinfo Modified: head/security/rubygem-omniauth-saml/Makefile ============================================================================== --- head/security/rubygem-omniauth-saml/Makefile Thu Feb 1 13:23:47 2018 (r460592) +++ head/security/rubygem-omniauth-saml/Makefile Thu Feb 1 13:23:52 2018 (r460593) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= omniauth-saml -PORTVERSION= 1.8.1 +PORTVERSION= 1.9.0 CATEGORIES= security rubygems MASTER_SITES= RG @@ -12,8 +12,8 @@ COMMENT= OmniAuth strategy for SAML LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-omniauth>=1.3:security/rubygem-omniauth \ - rubygem-ruby-saml>=1.4:security/rubygem-ruby-saml +RUN_DEPENDS= rubygem-omniauth>=1.3.2:security/rubygem-omniauth \ + rubygem-ruby-saml>=1.4.3:security/rubygem-ruby-saml NO_ARCH= yes USE_RUBY= yes Modified: head/security/rubygem-omniauth-saml/distinfo ============================================================================== --- head/security/rubygem-omniauth-saml/distinfo Thu Feb 1 13:23:47 2018 (r460592) +++ head/security/rubygem-omniauth-saml/distinfo Thu Feb 1 13:23:52 2018 (r460593) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514155107 -SHA256 (rubygem/omniauth-saml-1.8.1.gem) = baff930036a5ae4c4599884c3a59c60705f7e3c0238777a72362eec43daf7512 -SIZE (rubygem/omniauth-saml-1.8.1.gem) = 15872 +TIMESTAMP = 1517488836 +SHA256 (rubygem/omniauth-saml-1.9.0.gem) = 42fb60b567bd0bbfebb1b6cfe6f5467b1548861e7425fc8e40b199a2de413749 +SIZE (rubygem/omniauth-saml-1.9.0.gem) = 16384