diff options
author | wen <wen@pkgsrc.org> | 2012-11-29 06:23:18 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-11-29 06:23:18 +0000 |
commit | 92e54c90c3211a013fb997dade21b30837e4756a (patch) | |
tree | 5721b04e0eb0f5d6374225c043f6e4437045e463 /net/p5-Net-GitHub | |
parent | c2538ecc60b05ac14bc78bc37f6e90ce6318502f (diff) | |
download | pkgsrc-92e54c90c3211a013fb997dade21b30837e4756a.tar.gz |
Update to 0.49
Upstream changes:
0.49 2012.11.28
- remove V2
- add search api
0.48 2012.11.15
- repackage
0.47 2012.11.07
- Documentation to demonstrate enterprise use (nebulous)
- Fix @_ vs shift bug for milestones (nebulous)
0.46 2012.05.07
- fix user emails (hdragolov (Hristo Dragolov))
0.45 2012.05.03
- pagination (ioanrogers (Ioan Rogers))
0.44 2012.04.12
- bump up version
0.43_02 2012.03.31
- Fixed small typo that breaks is_following, follow and unfollow (worr)
- tree functions to Net::GitHub::V3::GitData (worr)
0.43_01 2012.03.30
- NOTE: We will terminate API v1 and API v2 in 1 month on May 1st, 2012
(From https://github.com/blog/1090-github-api-moving-on)
- so V3 is default on now
- access_token can be created with Net::GitHub::V3::OAuth create_authorization
- OAuth API
- Events API
0.42 2012.03.23
- Fixed typo in Net::GitHub::V2::NoRepo.pm that crippled App::GitHub (worr)
0.41 2012.03.22
- still let V2 as default to make ppl using token happy
- api_throttle work with unauthenticated requests
0.40_04 2011.10.20
- fix Content-Type check by regex (V3)
0.40_03 2011.10.14
- Use utf8 => 1 for JSON::Any by default. (jamesronan (James Ronan))
- if you still want to use V2, pass version => 2
0.40_02 2011.09.29
- Orgs, Git Data and Gists
- code cleanup and built on-fly
0.40_01 2011.09.28
- access_token patch on V2 (c9s)
- V3 API by default (no backwards with V2, if you still want to stick with V2, pass version => 2)
- Note: Missing Orgs, Gists, Git Data (will be added in next version soon)
Diffstat (limited to 'net/p5-Net-GitHub')
-rw-r--r-- | net/p5-Net-GitHub/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-GitHub/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile index 0492f079871..402243767e4 100644 --- a/net/p5-Net-GitHub/Makefile +++ b/net/p5-Net-GitHub/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2012/10/23 17:18:48 asau Exp $ +# $NetBSD: Makefile,v 1.8 2012/11/29 06:23:18 wen Exp $ # -DISTNAME= Net-GitHub-0.30 +DISTNAME= Net-GitHub-0.49 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/net/p5-Net-GitHub/distinfo b/net/p5-Net-GitHub/distinfo index 3bfdf57a034..a0179df6549 100644 --- a/net/p5-Net-GitHub/distinfo +++ b/net/p5-Net-GitHub/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/12/15 05:54:08 hiramatsu Exp $ +$NetBSD: distinfo,v 1.3 2012/11/29 06:23:18 wen Exp $ -SHA1 (Net-GitHub-0.30.tar.gz) = c847580a4c01c812699b097680bed81b0df3c09c -RMD160 (Net-GitHub-0.30.tar.gz) = f99382dee71d3497fbdeabb73e0961194d9db079 -Size (Net-GitHub-0.30.tar.gz) = 48303 bytes +SHA1 (Net-GitHub-0.49.tar.gz) = 6f12c6a07f88b1c0fd47fcc6a3319c94de53c4d5 +RMD160 (Net-GitHub-0.49.tar.gz) = b3a17c66aed93b1cbfe012381ed358ffaef3bf8c +Size (Net-GitHub-0.49.tar.gz) = 42060 bytes |