From owner-svn-ports-all@freebsd.org Fri Apr 24 18:07:39 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 D97C02BD9C5; Fri, 24 Apr 2020 18:07:39 +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) 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 4982Fj5xN9z3P8J; Fri, 24 Apr 2020 18:07:37 +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 8852221FF2; Fri, 24 Apr 2020 18:07:35 +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 03OI7ZEV065799; Fri, 24 Apr 2020 18:07:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03OI7Y6C065795; Fri, 24 Apr 2020 18:07:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202004241807.03OI7Y6C065795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Apr 2020 18:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532877 - head/net/p5-Net-GitHub X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net-GitHub X-SVN-Commit-Revision: 532877 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: Fri, 24 Apr 2020 18:07:40 -0000 Author: sunpoet Date: Fri Apr 24 18:07:34 2020 New Revision: 532877 URL: https://svnweb.freebsd.org/changeset/ports/532877 Log: Update to 1.01 Changes: https://metacpan.org/changes/distribution/Net-GitHub Modified: head/net/p5-Net-GitHub/Makefile head/net/p5-Net-GitHub/distinfo head/net/p5-Net-GitHub/pkg-plist Modified: head/net/p5-Net-GitHub/Makefile ============================================================================== --- head/net/p5-Net-GitHub/Makefile Fri Apr 24 18:07:29 2020 (r532876) +++ head/net/p5-Net-GitHub/Makefile Fri Apr 24 18:07:34 2020 (r532877) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-GitHub -PORTVERSION= 0.99 +PORTVERSION= 1.01 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-GitHub/distinfo ============================================================================== --- head/net/p5-Net-GitHub/distinfo Fri Apr 24 18:07:29 2020 (r532876) +++ head/net/p5-Net-GitHub/distinfo Fri Apr 24 18:07:34 2020 (r532877) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586191152 -SHA256 (Net-GitHub-0.99.tar.gz) = 93395110c27c7e9378d55a0aa23ff1d7ccf03754bc996dbc80523cfa77649106 -SIZE (Net-GitHub-0.99.tar.gz) = 43100 +TIMESTAMP = 1587721989 +SHA256 (Net-GitHub-1.01.tar.gz) = 9b96f03608aaab6ab3505a0f76948a608075c7aa245c8e3ece190e0749dd33c3 +SIZE (Net-GitHub-1.01.tar.gz) = 43983 Modified: head/net/p5-Net-GitHub/pkg-plist ============================================================================== --- head/net/p5-Net-GitHub/pkg-plist Fri Apr 24 18:07:29 2020 (r532876) +++ head/net/p5-Net-GitHub/pkg-plist Fri Apr 24 18:07:34 2020 (r532877) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Net/GitHub.pm %%SITE_PERL%%/Net/GitHub/V3.pm +%%SITE_PERL%%/Net/GitHub/V3/Actions.pm %%SITE_PERL%%/Net/GitHub/V3/Events.pm %%SITE_PERL%%/Net/GitHub/V3/Gists.pm %%SITE_PERL%%/Net/GitHub/V3/GitData.pm @@ -16,6 +17,7 @@ %%SITE_PERL%%/Net/GitHub/V4.pm %%PERL5_MAN3%%/Net::GitHub.3.gz %%PERL5_MAN3%%/Net::GitHub::V3.3.gz +%%PERL5_MAN3%%/Net::GitHub::V3::Actions.3.gz %%PERL5_MAN3%%/Net::GitHub::V3::Events.3.gz %%PERL5_MAN3%%/Net::GitHub::V3::Gists.3.gz %%PERL5_MAN3%%/Net::GitHub::V3::GitData.3.gz