From owner-dev-commits-ports-all@freebsd.org Fri Jul 16 00:07:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AAF72654202; Fri, 16 Jul 2021 00:07:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GQs4W4FCNz3DGh; Fri, 16 Jul 2021 00:07:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 244651361B; Fri, 16 Jul 2021 00:07:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16G07NkI068299; Fri, 16 Jul 2021 00:07:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16G07NCZ068298; Fri, 16 Jul 2021 00:07:23 GMT (envelope-from git) Date: Fri, 16 Jul 2021 00:07:23 GMT Message-Id: <202107160007.16G07NCZ068298@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: bddec4fdcb00 - main - net/rubygem-omniauth-facebook: Update to 8.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bddec4fdcb007c11abe2d4b3e262ee6e62a5b4f3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2021 00:07:24 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bddec4fdcb007c11abe2d4b3e262ee6e62a5b4f3 commit bddec4fdcb007c11abe2d4b3e262ee6e62a5b4f3 Author: Po-Chuan Hsieh AuthorDate: 2021-07-15 23:55:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-15 23:55:13 +0000 net/rubygem-omniauth-facebook: Update to 8.0.0 - Update WWW Changes: https://github.com/simi/omniauth-facebook/releases --- net/rubygem-omniauth-facebook/Makefile | 9 +++++---- net/rubygem-omniauth-facebook/distinfo | 6 +++--- net/rubygem-omniauth-facebook/pkg-descr | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/net/rubygem-omniauth-facebook/Makefile b/net/rubygem-omniauth-facebook/Makefile index 6e923501a881..e0e76f016f4f 100644 --- a/net/rubygem-omniauth-facebook/Makefile +++ b/net/rubygem-omniauth-facebook/Makefile @@ -1,7 +1,7 @@ # Created by: Steve Wills PORTNAME= omniauth-facebook -PORTVERSION= 5.0.0 +PORTVERSION= 8.0.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,10 +10,11 @@ COMMENT= Facebook OAuth2 Strategy for OmniAuth LICENSE= MIT -RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2:net/rubygem-omniauth-oauth2 +RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2<2:net/rubygem-omniauth-oauth2 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include diff --git a/net/rubygem-omniauth-facebook/distinfo b/net/rubygem-omniauth-facebook/distinfo index ba5ebf5c88d8..4e09feafaba6 100644 --- a/net/rubygem-omniauth-facebook/distinfo +++ b/net/rubygem-omniauth-facebook/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523459805 -SHA256 (rubygem/omniauth-facebook-5.0.0.gem) = d20317f8d9274e8b8f1ee2f26927b80d0fac85bf51eee62b28470c62f73694da -SIZE (rubygem/omniauth-facebook-5.0.0.gem) = 19456 +TIMESTAMP = 1626383224 +SHA256 (rubygem/omniauth-facebook-8.0.0.gem) = 22814cc048c322244a2aff4897912864536b4422cd6509d476dbb626b22e0efc +SIZE (rubygem/omniauth-facebook-8.0.0.gem) = 19968 diff --git a/net/rubygem-omniauth-facebook/pkg-descr b/net/rubygem-omniauth-facebook/pkg-descr index fb1f5c777a36..e3e878b35c73 100644 --- a/net/rubygem-omniauth-facebook/pkg-descr +++ b/net/rubygem-omniauth-facebook/pkg-descr @@ -1,3 +1,3 @@ Facebook OAuth2 Strategy for OmniAuth -WWW: https://github.com/mkdynamic/omniauth-facebook +WWW: https://github.com/simi/omniauth-facebook