Date: Thu, 8 Dec 2011 18:40:03 GMT From: loader <loader@freebsdmall.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/163129: [PATCH] net/p5-Net-GitHub: update to 0.40_04 Message-ID: <201112081840.pB8Ie3sb060850@red.freebsd.org> Resent-Message-ID: <201112081850.pB8Io70H066607@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163129 >Category: ports >Synopsis: [PATCH] net/p5-Net-GitHub: update to 0.40_04 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 08 18:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: loader >Release: FreeBSD 8.2-RELEASE-p4 amd64 >Organization: loader >Environment: FreeBSD build.freebsdmall.com 8.2-RELEASE-p4 FreeBSD 8.2-RELEASE-p4 #12: Tue Oct 18 08:11:25 PDT 2011 loader@build.freebsdmall.com:/usr/obj/usr/src/sys/build amd64 >Description: update to 0.40_04 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN p5-Net-GitHub.orig/Makefile p5-Net-GitHub/Makefile --- p5-Net-GitHub.orig/Makefile 2011-09-27 01:12:27.000000000 +0000 +++ p5-Net-GitHub/Makefile 2011-12-08 16:42:15.500656758 +0000 @@ -6,7 +6,7 @@ # PORTNAME= Net-GitHub -PORTVERSION= 0.30 +DISTVERSION= 0.40_04 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FAYLAND @@ -18,28 +18,23 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ - ${SITE_PERL}/WWW/Mechanize/GZip.pm:${PORTSDIR}/www/p5-WWW-Mechanize-GZip \ - ${SITE_PERL}/JSON/Any.pm:${PORTSDIR}/converters/p5-JSON-Any \ +RUN_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI \ + p5-HTML-Tree>0:${PORTSDIR}/www/p5-HTML-Tree \ + p5-WWW-Mechanize-GZip>0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip \ + p5-JSON-Any>0:${PORTSDIR}/converters/p5-JSON-Any \ + p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \ + p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-Test-MockModule>0:${PORTSDIR}/devel/p5-Test-MockModule \ p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= Net::GitHub.3 Net::GitHub::V1.3 \ - Net::GitHub::V1::Project.3 \ - Net::GitHub::V1::Project::Downloads.3 \ - Net::GitHub::V1::Project::Info.3 \ - Net::GitHub::V1::Project::Role.3 \ - Net::GitHub::V1::Project::Source.3 \ - Net::GitHub::V1::Project::Wiki.3 \ - Net::GitHub::V1::Role.3 \ - Net::GitHub::V1::Search.3 \ - Net::GitHub::V1::User.3 \ - Net::GitHub::V2.3 Net::GitHub::V2::Commits.3 \ +MAN3= Net::GitHub.3 \ + Net::GitHub::V2.3 \ + Net::GitHub::V2::Commits.3 \ Net::GitHub::V2::HasRepo.3 \ Net::GitHub::V2::Issues.3 \ Net::GitHub::V2::Network.3 \ @@ -48,6 +43,15 @@ Net::GitHub::V2::Organizations.3 \ Net::GitHub::V2::PullRequest.3 \ Net::GitHub::V2::Repositories.3 \ - Net::GitHub::V2::Users.3 + Net::GitHub::V2::Users.3 \ + Net::GitHub::V3.3 \ + Net::GitHub::V3::Gists.3 \ + Net::GitHub::V3::GitData.3 \ + Net::GitHub::V3::Issues.3 \ + Net::GitHub::V3::Orgs.3 \ + Net::GitHub::V3::PullRequests.3 \ + Net::GitHub::V3::Query.3 \ + Net::GitHub::V3::Repos.3 \ + Net::GitHub::V3::Users.3 .include <bsd.port.mk> diff -ruN p5-Net-GitHub.orig/distinfo p5-Net-GitHub/distinfo --- p5-Net-GitHub.orig/distinfo 2011-09-27 01:12:27.000000000 +0000 +++ p5-Net-GitHub/distinfo 2011-12-08 16:18:08.953659025 +0000 @@ -1,2 +1,2 @@ -SHA256 (Net-GitHub-0.30.tar.gz) = 5f42939f3e3f46db03287026cebd21334c3f746bfdfea65d961ecb7bde226d57 -SIZE (Net-GitHub-0.30.tar.gz) = 48303 +SHA256 (Net-GitHub-0.40_04.tar.gz) = fd16aa3556826d2cff26cf66a536128bedad0db84ac3f6074160e4e6c6e04a9e +SIZE (Net-GitHub-0.40_04.tar.gz) = 47880 diff -ruN p5-Net-GitHub.orig/pkg-plist p5-Net-GitHub/pkg-plist --- p5-Net-GitHub.orig/pkg-plist 2011-03-07 04:17:35.000000000 +0000 +++ p5-Net-GitHub/pkg-plist 2011-12-08 17:13:59.008663781 +0000 @@ -1,15 +1,4 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/GitHub/.packlist %%SITE_PERL%%/Net/GitHub.pm -%%SITE_PERL%%/Net/GitHub/V1.pm -%%SITE_PERL%%/Net/GitHub/V1/Project.pm -%%SITE_PERL%%/Net/GitHub/V1/Project/Downloads.pm -%%SITE_PERL%%/Net/GitHub/V1/Project/Info.pm -%%SITE_PERL%%/Net/GitHub/V1/Project/Role.pm -%%SITE_PERL%%/Net/GitHub/V1/Project/Source.pm -%%SITE_PERL%%/Net/GitHub/V1/Project/Wiki.pm -%%SITE_PERL%%/Net/GitHub/V1/Role.pm -%%SITE_PERL%%/Net/GitHub/V1/Search.pm -%%SITE_PERL%%/Net/GitHub/V1/User.pm %%SITE_PERL%%/Net/GitHub/V2.pm %%SITE_PERL%%/Net/GitHub/V2/Commits.pm %%SITE_PERL%%/Net/GitHub/V2/HasRepo.pm @@ -21,10 +10,19 @@ %%SITE_PERL%%/Net/GitHub/V2/PullRequest.pm %%SITE_PERL%%/Net/GitHub/V2/Repositories.pm %%SITE_PERL%%/Net/GitHub/V2/Users.pm +%%SITE_PERL%%/Net/GitHub/V3.pm +%%SITE_PERL%%/Net/GitHub/V3/Gists.pm +%%SITE_PERL%%/Net/GitHub/V3/GitData.pm +%%SITE_PERL%%/Net/GitHub/V3/Issues.pm +%%SITE_PERL%%/Net/GitHub/V3/Orgs.pm +%%SITE_PERL%%/Net/GitHub/V3/PullRequests.pm +%%SITE_PERL%%/Net/GitHub/V3/Query.pm +%%SITE_PERL%%/Net/GitHub/V3/Repos.pm +%%SITE_PERL%%/Net/GitHub/V3/Users.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/GitHub/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/GitHub @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrm %%SITE_PERL%%/Net/GitHub/V3 @dirrm %%SITE_PERL%%/Net/GitHub/V2 -@dirrm %%SITE_PERL%%/Net/GitHub/V1/Project -@dirrm %%SITE_PERL%%/Net/GitHub/V1 @dirrm %%SITE_PERL%%/Net/GitHub @dirrmtry %%SITE_PERL%%/Net >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112081840.pB8Ie3sb060850>