From owner-svn-ports-all@freebsd.org Sat Oct 20 15:37:04 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 2D593FE972D; Sat, 20 Oct 2018 15:37:04 +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.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 D7365761BB; Sat, 20 Oct 2018 15:37:03 +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 D1C831FECC; Sat, 20 Oct 2018 15:37:03 +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 w9KFb3rY045996; Sat, 20 Oct 2018 15:37:03 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KFb3YA045994; Sat, 20 Oct 2018 15:37:03 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201810201537.w9KFb3YA045994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sat, 20 Oct 2018 15:37:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482564 - head/www/p5-WWW-OAuth X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/www/p5-WWW-OAuth X-SVN-Commit-Revision: 482564 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.29 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: Sat, 20 Oct 2018 15:37:04 -0000 Author: zi Date: Sat Oct 20 15:37:03 2018 New Revision: 482564 URL: https://svnweb.freebsd.org/changeset/ports/482564 Log: - Update pkg-descr WWW Modified: head/www/p5-WWW-OAuth/Makefile head/www/p5-WWW-OAuth/pkg-descr Modified: head/www/p5-WWW-OAuth/Makefile ============================================================================== --- head/www/p5-WWW-OAuth/Makefile Sat Oct 20 15:35:56 2018 (r482563) +++ head/www/p5-WWW-OAuth/Makefile Sat Oct 20 15:37:03 2018 (r482564) @@ -3,6 +3,7 @@ PORTNAME= WWW-OAuth PORTVERSION= 1.000 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-WWW-OAuth/pkg-descr ============================================================================== --- head/www/p5-WWW-OAuth/pkg-descr Sat Oct 20 15:35:56 2018 (r482563) +++ head/www/p5-WWW-OAuth/pkg-descr Sat Oct 20 15:37:03 2018 (r482564) @@ -5,4 +5,4 @@ prepares and signs requests, leaving the rest up to yo authenticate requests for LWP::UserAgent, Mojo::UserAgent, HTTP::Tiny, and can be extended to operate on other types of requests. -WWW: https://metacpan.org/pod/WWW::OAuth +WWW: https://metacpan.org/release/WWW-OAuth