pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Role-REST-Client Update to 0.19



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54b907347906
branches:  trunk
changeset: 355721:54b907347906
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Dec 11 07:22:58 2016 +0000

description:
Update to 0.19
Add missing DEPENDS

Upstream changes:
0.19    2016-11-08 08:08:16 Europe/Copenhagen
 - The standard is not clear on this, and some servers don't allow them, but it seems that DELETE can take a request body.
 - Added serializer_options so it's possible to instantiate the serializer w/ parameters
 - Fixed "Use of uninitialized value in concatenation (.) or string" warning when $self->server is not initialized
 - Changes for rt #118413. Thanks to abraxxa
   http_headers return a combined hashref of http_headers and persistent_headers
   new method, clear_all_headers

diffstat:

 www/p5-Role-REST-Client/Makefile |   6 ++++--
 www/p5-Role-REST-Client/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r af8ea17c46f9 -r 54b907347906 www/p5-Role-REST-Client/Makefile
--- a/www/p5-Role-REST-Client/Makefile  Sun Dec 11 03:58:36 2016 +0000
+++ b/www/p5-Role-REST-Client/Makefile  Sun Dec 11 07:22:58 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/08/24 23:28:47 markd Exp $
+# $NetBSD: Makefile,v 1.2 2016/12/11 07:22:58 wen Exp $
 
-DISTNAME=      Role-REST-Client-0.18
+DISTNAME=      Role-REST-Client-0.19
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KA/KAARE/}
@@ -16,6 +16,8 @@
 DEPENDS+=      p5-Type-Tiny>=0.024:../../devel/p5-Type-Tiny
 DEPENDS+=      p5-HTTP-Thin-[0-9]*:../../www/p5-HTTP-Thin
 DEPENDS+=      p5-URI-Escape-XS>=0.11:../../www/p5-URI-Escape-XS
+DEPENDS+=      p5-Moo>=1.003000:../../devel/p5-Moo
+DEPENDS+=      p5-JSON>=2.00:../../converters/p5-JSON
 
 PERL5_PACKLIST=        auto/Role/REST/Client/.packlist
 
diff -r af8ea17c46f9 -r 54b907347906 www/p5-Role-REST-Client/distinfo
--- a/www/p5-Role-REST-Client/distinfo  Sun Dec 11 03:58:36 2016 +0000
+++ b/www/p5-Role-REST-Client/distinfo  Sun Dec 11 07:22:58 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/08/24 23:28:47 markd Exp $
+$NetBSD: distinfo,v 1.2 2016/12/11 07:22:58 wen Exp $
 
-SHA1 (Role-REST-Client-0.18.tar.gz) = e8d00612f485f14ac48db49bcf98f42067d40f9e
-RMD160 (Role-REST-Client-0.18.tar.gz) = b676dec1f8bd51781b7b70c3faa2a30d70658202
-SHA512 (Role-REST-Client-0.18.tar.gz) = e823c31c99bdce0b38c51d24c5b435c1e875b7f8a47fc0d69346c07b6fa7155f4eb2986b495d458f6d608579ae377d23754f2a2191fc2aa186b112b9cf3253d8
-Size (Role-REST-Client-0.18.tar.gz) = 18057 bytes
+SHA1 (Role-REST-Client-0.19.tar.gz) = e010d9b56e3b6ceb94f9427bba82bfe0d872ce5e
+RMD160 (Role-REST-Client-0.19.tar.gz) = 563a31068b42d66d2181f6c95e5502390bd8b4f4
+SHA512 (Role-REST-Client-0.19.tar.gz) = 11155338c0ee51cc0243cad92d1baa377b3bb8a892277b72e880d66607d4d30bc74776e3a91f68ba5da43ff6db44912be2014a121c596604f8182c6aa0420597
+Size (Role-REST-Client-0.19.tar.gz) = 18629 bytes



Home | Main Index | Thread Index | Old Index