aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-05-01 10:41:11 +0800
committerswills <swills@FreeBSD.org>2012-05-01 10:41:11 +0800
commita2e4e59d94178d601ec38ef3095ebd718de8803a (patch)
treecf87ec8cdadd4be399acbd83b1234850fa6f11cb /net
parent461a2fd20c142d9c0452bf927cdd51ad3f934cd4 (diff)
downloadfreebsd-ports-gnome-a2e4e59d94178d601ec38ef3095ebd718de8803a.tar.gz
freebsd-ports-gnome-a2e4e59d94178d601ec38ef3095ebd718de8803a.tar.zst
freebsd-ports-gnome-a2e4e59d94178d601ec38ef3095ebd718de8803a.zip
- Update to 0.44
PR: ports/167337
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-GitHub/Makefile4
-rw-r--r--net/p5-Net-GitHub/distinfo4
-rw-r--r--net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm10
-rw-r--r--net/p5-Net-GitHub/pkg-plist2
4 files changed, 12 insertions, 8 deletions
diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile
index 2d3695155353..66beaee2502f 100644
--- a/net/p5-Net-GitHub/Makefile
+++ b/net/p5-Net-GitHub/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-GitHub
-DISTVERSION= 0.40_04
+DISTVERSION= 0.44
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FAYLAND
@@ -45,9 +45,11 @@ MAN3= Net::GitHub.3 \
Net::GitHub::V2::Repositories.3 \
Net::GitHub::V2::Users.3 \
Net::GitHub::V3.3 \
+ Net::GitHub::V3::Events.3 \
Net::GitHub::V3::Gists.3 \
Net::GitHub::V3::GitData.3 \
Net::GitHub::V3::Issues.3 \
+ Net::GitHub::V3::OAuth.3 \
Net::GitHub::V3::Orgs.3 \
Net::GitHub::V3::PullRequests.3 \
Net::GitHub::V3::Query.3 \
diff --git a/net/p5-Net-GitHub/distinfo b/net/p5-Net-GitHub/distinfo
index e9a9203d8f56..788b7c31b581 100644
--- a/net/p5-Net-GitHub/distinfo
+++ b/net/p5-Net-GitHub/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Net-GitHub-0.40_04.tar.gz) = fd16aa3556826d2cff26cf66a536128bedad0db84ac3f6074160e4e6c6e04a9e
-SIZE (Net-GitHub-0.40_04.tar.gz) = 47880
+SHA256 (Net-GitHub-0.44.tar.gz) = a1e5ace47009a1dbde1e91800672dff4d6833fb01e4d6e995a1d3097dc139b7a
+SIZE (Net-GitHub-0.44.tar.gz) = 49551
diff --git a/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm b/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm
index 1f7e9633be30..601531420ff4 100644
--- a/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm
+++ b/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm
@@ -1,11 +1,11 @@
---- inc/Module/AutoInstall.pm.orig 2009-06-14 08:58:39.000000000 +0800
-+++ inc/Module/AutoInstall.pm 2009-07-03 08:02:48.000000000 +0800
-@@ -125,7 +125,7 @@
+--- inc/Module/AutoInstall.pm.orig 2012-04-26 12:38:21.028164683 -0400
++++ inc/Module/AutoInstall.pm 2012-04-26 12:38:39.733163954 -0400
+@@ -138,7 +138,7 @@
# check entirely since we don't want to have to load (and configure)
# an old CPAN just for a cosmetic message
-- $UnderCPAN = _check_lock(1) unless $SkipInstall;
-+# $UnderCPAN = _check_lock(1) unless $SkipInstall;
+- $UnderCPAN = _check_lock(1) unless $SkipInstall || $InstallDepsTarget;
++# $UnderCPAN = _check_lock(1) unless $SkipInstall || $InstallDepsTarget;
while ( my ( $feature, $modules ) = splice( @args, 0, 2 ) ) {
my ( @required, @tests, @skiptests );
diff --git a/net/p5-Net-GitHub/pkg-plist b/net/p5-Net-GitHub/pkg-plist
index 951aca742e2c..f82c5f5193e1 100644
--- a/net/p5-Net-GitHub/pkg-plist
+++ b/net/p5-Net-GitHub/pkg-plist
@@ -11,9 +11,11 @@
%%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/Events.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/OAuth.pm
%%SITE_PERL%%/Net/GitHub/V3/Orgs.pm
%%SITE_PERL%%/Net/GitHub/V3/PullRequests.pm
%%SITE_PERL%%/Net/GitHub/V3/Query.pm