Updated devel/p5-MetaCPAN-Client to 2.016
----------------------------------------- 2.016000 7.6.17 * Support CSV field list in 'all' requests (Mickey, GH#87) 2.015000 14.5.17 * Added 'main_module' field to the Release object (Mickey) * Updated doc (Matthew Horsfall, GH#85) 2.014000 12.5.17 * Fixed single-value case for expected arrayref (Mickey, GH#84) * Added support for new release/contributors endpoint (Mickey) 2.013001 12.5.17 * Updated endpoint name following API change (Mickey) 2.013000 9.5.17 * Added support for new 'packages' type (Mickey) 2.012000 27.4.17 * Fixed 'email' field handling in Author objects (Mickey, GH#83)
This commit is contained in:
parent
de035831a8
commit
aa6ffbb47f
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.12 2017/06/05 14:23:13 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2017/06/12 13:51:53 mef Exp $
|
||||
|
||||
DISTNAME= MetaCPAN-Client-2.011000
|
||||
DISTNAME= MetaCPAN-Client-2.016000
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MI/MICKEY/
|
||||
|
||||
|
@ -24,6 +23,7 @@ BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|||
BUILD_DEPENDS+= p5-Any-URI-Escape-[0-9]*:../../www/p5-Any-URI-Escape
|
||||
BUILD_DEPENDS+= p5-WWW-Mechanize-Cached-[0-9]*:../../www/p5-WWW-Mechanize-Cached
|
||||
BUILD_DEPENDS+= p5-LWP-Protocol-https>=0:../../www/p5-LWP-Protocol-https
|
||||
BUILD_DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
|
||||
|
||||
# for make test
|
||||
BUILD_DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.8 2017/04/19 12:19:15 mef Exp $
|
||||
$NetBSD: distinfo,v 1.9 2017/06/12 13:51:53 mef Exp $
|
||||
|
||||
SHA1 (MetaCPAN-Client-2.011000.tar.gz) = fb2eb00e388075536412b328549d1a3de277b283
|
||||
RMD160 (MetaCPAN-Client-2.011000.tar.gz) = 2b831d55989229b58951b6cc2a26611eb78fcb30
|
||||
SHA512 (MetaCPAN-Client-2.011000.tar.gz) = 3564afcec5d04751dc708921b7dd53a87ad125a62d7e0d220cce042cc60f1d71ae03be51ab86ab5bb0c08210af0aa6b1b5c7401deccb88af7c9aa20359574fa2
|
||||
Size (MetaCPAN-Client-2.011000.tar.gz) = 49814 bytes
|
||||
SHA1 (MetaCPAN-Client-2.016000.tar.gz) = 149255da2ffe8b8db2e73538c5339e968f7f09c2
|
||||
RMD160 (MetaCPAN-Client-2.016000.tar.gz) = 6dadfb54cfd7a180d1be7015b92af7f82ce6df3a
|
||||
SHA512 (MetaCPAN-Client-2.016000.tar.gz) = a5c94983cd782416652e50f81ccca91582a31af724d2f7710abf4e7bfdb51616426e5ab6678af64338aa98febd763c8df25bedaa34f73410b76414a8a58f7a19
|
||||
Size (MetaCPAN-Client-2.016000.tar.gz) = 50890 bytes
|
||||
|
|
Loading…
Reference in a new issue