pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-Role-REST-Client
Module Name: pkgsrc
Committed By: wen
Date: Sun Dec 11 07:22:58 UTC 2016
Modified Files:
pkgsrc/www/p5-Role-REST-Client: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/p5-Role-REST-Client/Makefile \
pkgsrc/www/p5-Role-REST-Client/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/p5-Role-REST-Client/Makefile
diff -u pkgsrc/www/p5-Role-REST-Client/Makefile:1.1 pkgsrc/www/p5-Role-REST-Client/Makefile:1.2
--- pkgsrc/www/p5-Role-REST-Client/Makefile:1.1 Wed Aug 24 23:28:47 2016
+++ pkgsrc/www/p5-Role-REST-Client/Makefile Sun Dec 11 07:22:58 2016
@@ -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-Try-Tiny-[0-9]*:../../devel
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
Index: pkgsrc/www/p5-Role-REST-Client/distinfo
diff -u pkgsrc/www/p5-Role-REST-Client/distinfo:1.1 pkgsrc/www/p5-Role-REST-Client/distinfo:1.2
--- pkgsrc/www/p5-Role-REST-Client/distinfo:1.1 Wed Aug 24 23:28:47 2016
+++ pkgsrc/www/p5-Role-REST-Client/distinfo Sun Dec 11 07:22:58 2016
@@ -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