diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-15 05:54:08 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-15 05:54:08 +0000 |
commit | 3f2c86a77775111c250d0070a5dd91958b97aa41 (patch) | |
tree | a2a829a9603a5360d45b03cf6dae2325a64b0cde /net | |
parent | 9aebc79e6ff8df17b5c2c52cdea137972a415277 (diff) | |
download | pkgsrc-3f2c86a77775111c250d0070a5dd91958b97aa41.tar.gz |
Update p5-Net-GitHub to 0.30.
Changes from previous:
----------------------
0.30 2011.08.27
- Default to GET method if we've no data to POST (Lubomir Rintel)
- repository update (Lubomir Rintel)
- Slow down with requests if we're approaching the rate limit (Lubomir Rintel)
- Make it possible to turn API errors into exceptions (Lubomir Rintel)
0.29 2011.05.07
always_Authorization for private respo
0.28 2011.03.06
use official GitHub API request instead of screen-scraping for 'comments' issues by spang (Christine Spang)
0.27 2011.02.17
requires HTTP::Request::Common; (RT 65787 by JQUELIN)
0.26 2011.01.20
fix Makefile.PL
0.25 2011.01.19
partial implementation of Pull Request API (doy)
0.24 2011.01.01
Organizations API (fayland)
update Auth to 'Basic Auth' (fayland)
0.23 2010.11.04
Moose has deprected 'excludes', '-excludes' is preferred (datamuc)
Diffstat (limited to 'net')
-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 76cac4b8ac1..51afe9a8d82 100644 --- a/net/p5-Net-GitHub/Makefile +++ b/net/p5-Net-GitHub/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2011/08/14 14:14:43 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/12/15 05:54:08 hiramatsu Exp $ # -DISTNAME= Net-GitHub-0.22 +DISTNAME= Net-GitHub-0.30 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 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 9a7c30aa3c9..3bfdf57a034 100644 --- a/net/p5-Net-GitHub/distinfo +++ b/net/p5-Net-GitHub/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/07/30 08:26:10 seb Exp $ +$NetBSD: distinfo,v 1.2 2011/12/15 05:54:08 hiramatsu Exp $ -SHA1 (Net-GitHub-0.22.tar.gz) = 18d211f901aea245bd734cf0a773cec2feed8423 -RMD160 (Net-GitHub-0.22.tar.gz) = 26d4421335d46673833876cfb52eeac24618ef35 -Size (Net-GitHub-0.22.tar.gz) = 50019 bytes +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 |