summaryrefslogtreecommitdiff
path: root/net/p5-Net-GitHub/Makefile
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu>2011-12-15 05:54:08 +0000
committerhiramatsu <hiramatsu>2011-12-15 05:54:08 +0000
commit70355d4ac5795b30d979ef6aedd7bf4d9d0b5b2d (patch)
treea2a829a9603a5360d45b03cf6dae2325a64b0cde /net/p5-Net-GitHub/Makefile
parent90e0a5d60c8d8ee231935bf21b4b7cb717932697 (diff)
downloadpkgsrc-70355d4ac5795b30d979ef6aedd7bf4d9d0b5b2d.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/p5-Net-GitHub/Makefile')
-rw-r--r--net/p5-Net-GitHub/Makefile5
1 files changed, 2 insertions, 3 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/}