Skip to content

Commit

Permalink
Update to 0.68
Browse files Browse the repository at this point in the history
Upstream changes:
0.68    2014-08-30
        Fixed URI encoding issue #52 (sillymoose)

0.67_01 2014-08-22
        rewrite Net::GitHub::V3::Search (legacy methods is removed)

0.66    2014-07-31
         "Unrecognized LWP::UserAgent options" warning (RT #97639)

0.65    2014-06-29
        fix glob ref issue for perl < 5.14 (Alex Vandiver)

0.64    2014-06-27
        use decoded_content on res in upload_asset (Alex Vandiver)

0.63    2014-05-30
        fix pulls (RT 96068)

0.62    2014-05-27
        formal release, no code changes

0.61_01    2014-05-20
        from Any::Moose to Moo (github haarg (Graham Knop))

0.60    2014-05-16
        filters in commits, delete repos etc.

0.59    2014-03-30
        - upload_asset

0.58    2014-03-30
        - Release API

0.57    2014-03-07
        - POD fix (jotamjr)

0.56    2014-02-07
        - Add Subscription methods. (Kevin Falcone)

0.55    2013-12-19
        - remove JSON::XS requirements in Makefile.PL (no code changes)

0.54    2013-09-25
        - $user->contributions (mikegrb)(Rev Michael Greb)

0.53    2013.09.01
        - listing all public repos (kimmel)

0.52    2013.03.28
        - Fix argument handling for pulls (dagolden)

0.51    2013.03.14
        - move pod.t to xt and fix POD (RT 83926)
  • Loading branch information
wen committed Sep 11, 2014
1 parent 21972dd commit 5a7a867
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
13 changes: 4 additions & 9 deletions net/p5-Net-GitHub/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:07 wiz Exp $
# $NetBSD: Makefile,v 1.12 2014/09/11 07:26:41 wen Exp $
#

DISTNAME= Net-GitHub-0.50
DISTNAME= Net-GitHub-0.68
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= net devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}

Expand All @@ -16,14 +15,10 @@ USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Net/GitHub/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled

BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
BUILD_DEPENDS+= p5-Test-MockModule-[0-9]*:../../devel/p5-Test-MockModule
DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose
DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay
DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-WWW-Mechanize-GZip-[0-9]*:../../www/p5-WWW-Mechanize-GZip

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions net/p5-Net-GitHub/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2013/02/17 10:21:21 wiz Exp $
$NetBSD: distinfo,v 1.5 2014/09/11 07:26:41 wen Exp $

SHA1 (Net-GitHub-0.50.tar.gz) = 1ce72b118eb35e59b2913d63da21fbb45d8afe08
RMD160 (Net-GitHub-0.50.tar.gz) = fc7b9553aa54e9f6c151672a6799ad8f5cc0adad
Size (Net-GitHub-0.50.tar.gz) = 42367 bytes
SHA1 (Net-GitHub-0.68.tar.gz) = bbf5397990002a1ae2d883ab321dc325627ceffe
RMD160 (Net-GitHub-0.68.tar.gz) = 67c118f6b2e8e9263d022aac48e071cd7ebcdd9e
Size (Net-GitHub-0.68.tar.gz) = 45457 bytes

0 comments on commit 5a7a867

Please sign in to comment.