pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-GitHub Update to 0.68



details:   https://anonhg.NetBSD.org/pkgsrc/rev/901b206d8132
branches:  trunk
changeset: 639350:901b206d8132
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Sep 11 07:26:41 2014 +0000

description:
Update to 0.68

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)

diffstat:

 net/p5-Net-GitHub/Makefile |  13 ++++---------
 net/p5-Net-GitHub/distinfo |   8 ++++----
 2 files changed, 8 insertions(+), 13 deletions(-)

diffs (45 lines):

diff -r fc71a035a594 -r 901b206d8132 net/p5-Net-GitHub/Makefile
--- a/net/p5-Net-GitHub/Makefile        Thu Sep 11 07:23:34 2014 +0000
+++ b/net/p5-Net-GitHub/Makefile        Thu Sep 11 07:26:41 2014 +0000
@@ -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/}
 
@@ -16,14 +15,10 @@
 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"
diff -r fc71a035a594 -r 901b206d8132 net/p5-Net-GitHub/distinfo
--- a/net/p5-Net-GitHub/distinfo        Thu Sep 11 07:23:34 2014 +0000
+++ b/net/p5-Net-GitHub/distinfo        Thu Sep 11 07:26:41 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index