aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-GitHub
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2012-02-12 10:03:17 +0800
committerpgollucci <pgollucci@FreeBSD.org>2012-02-12 10:03:17 +0800
commit1af42d1072296063ce8ce385954fc1b02c4960d0 (patch)
tree7595e37137fa969056f64a7801c0128b240be7e2 /net/p5-Net-GitHub
parentef7dba685fbf36039157ec252e0e651ef84ef7d9 (diff)
downloadfreebsd-ports-gnome-1af42d1072296063ce8ce385954fc1b02c4960d0.tar.gz
freebsd-ports-gnome-1af42d1072296063ce8ce385954fc1b02c4960d0.tar.zst
freebsd-ports-gnome-1af42d1072296063ce8ce385954fc1b02c4960d0.zip
- Update to 0.40_04
PR: ports/163129 Submitted by: loader <loader@freebsdmall.com> Approved by: maintainer timeout (clsung ; 65 days) Changes: http://search.cpan.org/dist/Net-GitHub/Changes
Diffstat (limited to 'net/p5-Net-GitHub')
-rw-r--r--net/p5-Net-GitHub/Makefile38
-rw-r--r--net/p5-Net-GitHub/distinfo4
-rw-r--r--net/p5-Net-GitHub/pkg-plist24
3 files changed, 34 insertions, 32 deletions
diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile
index ab3d6feb6dad..7f6af6bfa734 100644
--- a/net/p5-Net-GitHub/Makefile
+++ b/net/p5-Net-GitHub/Makefile
@@ -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 @@ COMMENT= Perl interface to github.com
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 @@ MAN3= Net::GitHub.3 Net::GitHub::V1.3 \
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 --git a/net/p5-Net-GitHub/distinfo b/net/p5-Net-GitHub/distinfo
index 5e49f85df876..e9a9203d8f56 100644
--- a/net/p5-Net-GitHub/distinfo
+++ b/net/p5-Net-GitHub/distinfo
@@ -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 --git a/net/p5-Net-GitHub/pkg-plist b/net/p5-Net-GitHub/pkg-plist
index d704f64624dd..951aca742e2c 100644
--- a/net/p5-Net-GitHub/pkg-plist
+++ b/net/p5-Net-GitHub/pkg-plist
@@ -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