From owner-svn-ports-head@freebsd.org Thu Aug 8 13:57:57 2019 Return-Path: Delivered-To: svn-ports-head@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 7A33ACF6F9; Thu, 8 Aug 2019 13:57:57 +0000 (UTC) (envelope-from zi@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46491d2bmXz4MWf; Thu, 8 Aug 2019 13:57:57 +0000 (UTC) (envelope-from zi@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 2098A2621B; Thu, 8 Aug 2019 13:57:57 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x78DvuNK047467; Thu, 8 Aug 2019 13:57:56 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x78DvumW047464; Thu, 8 Aug 2019 13:57:56 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201908081357.x78DvumW047464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 8 Aug 2019 13:57:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508384 - head/www/p5-LWP-Authen-OAuth2 X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/www/p5-LWP-Authen-OAuth2 X-SVN-Commit-Revision: 508384 X-SVN-Commit-Repository: ports 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.29 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: Thu, 08 Aug 2019 13:57:57 -0000 Author: zi Date: Thu Aug 8 13:57:56 2019 New Revision: 508384 URL: https://svnweb.freebsd.org/changeset/ports/508384 Log: - Update to 0.16 Modified: head/www/p5-LWP-Authen-OAuth2/Makefile head/www/p5-LWP-Authen-OAuth2/distinfo head/www/p5-LWP-Authen-OAuth2/pkg-plist Modified: head/www/p5-LWP-Authen-OAuth2/Makefile ============================================================================== --- head/www/p5-LWP-Authen-OAuth2/Makefile Thu Aug 8 13:52:48 2019 (r508383) +++ head/www/p5-LWP-Authen-OAuth2/Makefile Thu Aug 8 13:57:56 2019 (r508384) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= LWP-Authen-OAuth2 -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-LWP-Authen-OAuth2/distinfo ============================================================================== --- head/www/p5-LWP-Authen-OAuth2/distinfo Thu Aug 8 13:52:48 2019 (r508383) +++ head/www/p5-LWP-Authen-OAuth2/distinfo Thu Aug 8 13:57:56 2019 (r508384) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551108168 -SHA256 (LWP-Authen-OAuth2-0.15.tar.gz) = dc67e11a724eaf4f14f7e1441cff3610c05e78c5fdcb5ffc22da0ea379099924 -SIZE (LWP-Authen-OAuth2-0.15.tar.gz) = 40448 +TIMESTAMP = 1565272385 +SHA256 (LWP-Authen-OAuth2-0.16.tar.gz) = 7c70821cf112f047c8a5c764c33dbcae54426babb8957bd8a7a531eb111a60dc +SIZE (LWP-Authen-OAuth2-0.16.tar.gz) = 41235 Modified: head/www/p5-LWP-Authen-OAuth2/pkg-plist ============================================================================== --- head/www/p5-LWP-Authen-OAuth2/pkg-plist Thu Aug 8 13:52:48 2019 (r508383) +++ head/www/p5-LWP-Authen-OAuth2/pkg-plist Thu Aug 8 13:57:56 2019 (r508384) @@ -9,6 +9,7 @@ %%SITE_PERL%%/LWP/Authen/OAuth2/ServiceProvider/Line.pm %%SITE_PERL%%/LWP/Authen/OAuth2/ServiceProvider/Line/AccessToken.pm %%SITE_PERL%%/LWP/Authen/OAuth2/ServiceProvider/Strava.pm +%%SITE_PERL%%/LWP/Authen/OAuth2/ServiceProvider/Yahoo.pm %%PERL5_MAN3%%/LWP::Authen::OAuth2.3.gz %%PERL5_MAN3%%/LWP::Authen::OAuth2::AccessToken.3.gz %%PERL5_MAN3%%/LWP::Authen::OAuth2::AccessToken::Bearer.3.gz @@ -18,3 +19,4 @@ %%PERL5_MAN3%%/LWP::Authen::OAuth2::ServiceProvider::Google.3.gz %%PERL5_MAN3%%/LWP::Authen::OAuth2::ServiceProvider::Line.3.gz %%PERL5_MAN3%%/LWP::Authen::OAuth2::ServiceProvider::Strava.3.gz +%%PERL5_MAN3%%/LWP::Authen::OAuth2::ServiceProvider::Yahoo.3.gz