Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2012 09:43:37 +0000 (UTC)
From:      Philippe Audeoud <jadawin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309304 - head/net/p5-Net-GitHub
Message-ID:  <201212200943.qBK9hbsL016712@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jadawin
Date: Thu Dec 20 09:43:36 2012
New Revision: 309304
URL: http://svnweb.freebsd.org/changeset/ports/309304

Log:
  - Update to 0.50
  - Changelog: http://cpansearch.perl.org/src/FAYLAND/Net-GitHub-0.50/Changes

Modified:
  head/net/p5-Net-GitHub/Makefile   (contents, props changed)
  head/net/p5-Net-GitHub/distinfo   (contents, props changed)
  head/net/p5-Net-GitHub/pkg-plist   (contents, props changed)

Modified: head/net/p5-Net-GitHub/Makefile
==============================================================================
--- head/net/p5-Net-GitHub/Makefile	Thu Dec 20 09:22:55 2012	(r309303)
+++ head/net/p5-Net-GitHub/Makefile	Thu Dec 20 09:43:36 2012	(r309304)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-Net-GitHub
-# Date created:		                2009-04-21
-# Whom:			                Cheng-Lung Sung <clsung@FreeBSD.org>
-#
+# Created by: clsung
 # $FreeBSD$
-#
 
 PORTNAME=	Net-GitHub
-DISTVERSION=	0.46
+DISTVERSION=	0.50
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:FAYLAND
@@ -34,17 +30,6 @@ TEST_DEPENDS=	p5-Test-MockModule>=0:${PO
 PERL_CONFIGURE=	yes
 
 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 \
-		Net::GitHub::V2::NoRepo.3 \
-		Net::GitHub::V2::Object.3 \
-		Net::GitHub::V2::Organizations.3 \
-		Net::GitHub::V2::PullRequest.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 \
@@ -55,6 +40,7 @@ MAN3=		Net::GitHub.3 \
 		Net::GitHub::V3::PullRequests.3 \
 		Net::GitHub::V3::Query.3 \
 		Net::GitHub::V3::Repos.3 \
+		Net::GitHub::V3::Search.3 \
 		Net::GitHub::V3::Users.3
 
 .include <bsd.port.mk>

Modified: head/net/p5-Net-GitHub/distinfo
==============================================================================
--- head/net/p5-Net-GitHub/distinfo	Thu Dec 20 09:22:55 2012	(r309303)
+++ head/net/p5-Net-GitHub/distinfo	Thu Dec 20 09:43:36 2012	(r309304)
@@ -1,2 +1,2 @@
-SHA256 (Net-GitHub-0.46.tar.gz) = 79947cd97d3fc4e042e3d7480408c17ca15a77948b0e819ed5f69f4d671bfd91
-SIZE (Net-GitHub-0.46.tar.gz) = 50362
+SHA256 (Net-GitHub-0.50.tar.gz) = 7f82517b7f7e555a8518c084ba3d762092de7d048400fe6c9defc0c338e7d678
+SIZE (Net-GitHub-0.50.tar.gz) = 42367

Modified: head/net/p5-Net-GitHub/pkg-plist
==============================================================================
--- head/net/p5-Net-GitHub/pkg-plist	Thu Dec 20 09:22:55 2012	(r309303)
+++ head/net/p5-Net-GitHub/pkg-plist	Thu Dec 20 09:43:36 2012	(r309304)
@@ -1,15 +1,4 @@
 %%SITE_PERL%%/Net/GitHub.pm
-%%SITE_PERL%%/Net/GitHub/V2.pm
-%%SITE_PERL%%/Net/GitHub/V2/Commits.pm
-%%SITE_PERL%%/Net/GitHub/V2/HasRepo.pm
-%%SITE_PERL%%/Net/GitHub/V2/Issues.pm
-%%SITE_PERL%%/Net/GitHub/V2/Network.pm
-%%SITE_PERL%%/Net/GitHub/V2/NoRepo.pm
-%%SITE_PERL%%/Net/GitHub/V2/Object.pm
-%%SITE_PERL%%/Net/GitHub/V2/Organizations.pm
-%%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/Events.pm
 %%SITE_PERL%%/Net/GitHub/V3/Gists.pm
@@ -20,11 +9,11 @@
 %%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/Search.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
 @dirrmtry %%SITE_PERL%%/Net



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