- Update to 0.50
- Changelog: http://cpansearch.perl.org/src/FAYLAND/Net-GitHub-0.50/Changes
This commit is contained in:
parent
75c110c566
commit
17ea205f34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309304
3 changed files with 6 additions and 31 deletions
|
@ -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:${PORTSDIR}/devel/p5-Test-MockModule
|
|||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue