Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2012 12:50:30 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/167337: [PATCH] net/p5-Net-GitHub: Update to 0.44
Message-ID:  <201204261650.q3QGoUM1040286@meatwad.mouf.net>
Resent-Message-ID: <201204261700.q3QH0O9w094826@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167337
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-GitHub: Update to 0.44
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 26 17:00:23 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #17 r233932: Thu Apr  5 22:13:25
>Description:
- Update to 0.44

Port maintainer (clsung@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Net-GitHub-0.44.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-GitHub/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	12 Feb 2012 02:03:17 -0000	1.12
+++ Makefile	26 Apr 2012 16:49:57 -0000
@@ -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 @@
 		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 \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-GitHub/distinfo,v
retrieving revision 1.10
diff -u -u -r1.10 distinfo
--- distinfo	12 Feb 2012 02:03:17 -0000	1.10
+++ distinfo	26 Apr 2012 16:49:57 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-GitHub/pkg-plist,v
retrieving revision 1.4
diff -u -u -r1.4 pkg-plist
--- pkg-plist	12 Feb 2012 02:03:17 -0000	1.4
+++ pkg-plist	26 Apr 2012 16:49:57 -0000
@@ -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
Index: files/patch-inc-Module-AutoInstall.pm
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm,v
retrieving revision 1.2
diff -u -u -r1.2 patch-inc-Module-AutoInstall.pm
--- files/patch-inc-Module-AutoInstall.pm	3 Jul 2009 01:23:50 -0000	1.2
+++ files/patch-inc-Module-AutoInstall.pm	26 Apr 2012 16:49:57 -0000
@@ -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 );
--- p5-Net-GitHub-0.44.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204261650.q3QGoUM1040286>