From owner-svn-ports-all@freebsd.org Sun Aug 23 19:40:03 2020 Return-Path: Delivered-To: svn-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 4C1CA3C6599; Sun, 23 Aug 2020 19:40:03 +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.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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZQZS0FxRz45ZD; Sun, 23 Aug 2020 19:39:59 +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 CF021C5F9; Sun, 23 Aug 2020 19:39:56 +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 07NJduSu076287; Sun, 23 Aug 2020 19:39:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07NJduQh076282; Sun, 23 Aug 2020 19:39:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008231939.07NJduQh076282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Aug 2020 19:39:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545895 - head/devel/p5-Mojolicious-Plugin-NYTProf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Mojolicious-Plugin-NYTProf X-SVN-Commit-Revision: 545895 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.33 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: Sun, 23 Aug 2020 19:40:04 -0000 Author: sunpoet Date: Sun Aug 23 19:39:55 2020 New Revision: 545895 URL: https://svnweb.freebsd.org/changeset/ports/545895 Log: Update to 0.23 - Update WWW Changes: https://metacpan.org/changes/distribution/Mojolicious-Plugin-NYTProf Modified: head/devel/p5-Mojolicious-Plugin-NYTProf/Makefile head/devel/p5-Mojolicious-Plugin-NYTProf/distinfo head/devel/p5-Mojolicious-Plugin-NYTProf/pkg-descr Modified: head/devel/p5-Mojolicious-Plugin-NYTProf/Makefile ============================================================================== --- head/devel/p5-Mojolicious-Plugin-NYTProf/Makefile Sun Aug 23 19:39:51 2020 (r545894) +++ head/devel/p5-Mojolicious-Plugin-NYTProf/Makefile Sun Aug 23 19:39:55 2020 (r545895) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious-Plugin-NYTProf -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= devel www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Mojolicious-Plugin-NYTProf/distinfo ============================================================================== --- head/devel/p5-Mojolicious-Plugin-NYTProf/distinfo Sun Aug 23 19:39:51 2020 (r545894) +++ head/devel/p5-Mojolicious-Plugin-NYTProf/distinfo Sun Aug 23 19:39:55 2020 (r545895) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562166573 -SHA256 (Mojolicious-Plugin-NYTProf-0.22.tar.gz) = 377ab02c36e2a0b4540ae00169c1d925190cdaf736bc2b2580252d2b22664d8a -SIZE (Mojolicious-Plugin-NYTProf-0.22.tar.gz) = 10440 +TIMESTAMP = 1598175292 +SHA256 (Mojolicious-Plugin-NYTProf-0.23.tar.gz) = a582142fc54e2e85394d1c388feca70bbc52ec8fbc49e9b541bb8c00f409a683 +SIZE (Mojolicious-Plugin-NYTProf-0.23.tar.gz) = 10662 Modified: head/devel/p5-Mojolicious-Plugin-NYTProf/pkg-descr ============================================================================== --- head/devel/p5-Mojolicious-Plugin-NYTProf/pkg-descr Sun Aug 23 19:39:51 2020 (r545894) +++ head/devel/p5-Mojolicious-Plugin-NYTProf/pkg-descr Sun Aug 23 19:39:55 2020 (r545895) @@ -2,4 +2,4 @@ This plugin enables Mojolicious to automatically gener profiles and routes for your app, and sets up a route for viewing the collected data. -WWW: https://metacpan.org/pod/Mojolicious::Plugin::NYTProf +WWW: https://metacpan.org/release/Mojolicious-Plugin-NYTProf