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:   wiz
Date:           Wed Sep 27 16:17:20 UTC 2017

Modified Files:
        pkgsrc/www/p5-Role-REST-Client: Makefile distinfo

Log Message:
p5-Role-REST-Client: update to 0.22.

Add missing dependencies.

0.22    2017-06-11 07:54:35 Europe/Copenhagen

0.21    2017-06-07 09:12:43 Europe/Copenhagen
 - Add a little info when dying

0.20    2017-06-02 10:29:15 Europe/Copenhagen
 - Allow for conditional serializers (José Joaquín Atria)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/p5-Role-REST-Client/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/www/p5-Role-REST-Client/Makefile:1.4
--- pkgsrc/www/p5-Role-REST-Client/Makefile:1.3 Mon Jun  5 14:25:30 2017
+++ pkgsrc/www/p5-Role-REST-Client/Makefile     Wed Sep 27 16:17:20 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2017/06/05 14:25:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/27 16:17:20 wiz Exp $
 
-DISTNAME=      Role-REST-Client-0.19
+DISTNAME=      Role-REST-Client-0.22
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KA/KAARE/}
 
@@ -18,7 +17,17 @@ DEPENDS+=    p5-Type-Tiny>=0.024:../../deve
 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-Moose-[0-9]*:../../devel/p5-Moose
+DEPENDS+=      p5-Plack-[0-9]*:../../www/p5-Plack
 DEPENDS+=      p5-JSON>=2.00:../../converters/p5-JSON
+DEPENDS+=      p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
+DEPENDS+=      p5-YAML-[0-9]*:../../textproc/p5-YAML
+DEPENDS+=      p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
+
+BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+BUILD_DEPENDS+=        p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP
+BUILD_DEPENDS+=        p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
 
 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.2 pkgsrc/www/p5-Role-REST-Client/distinfo:1.3
--- pkgsrc/www/p5-Role-REST-Client/distinfo:1.2 Sun Dec 11 07:22:58 2016
+++ pkgsrc/www/p5-Role-REST-Client/distinfo     Wed Sep 27 16:17:20 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/12/11 07:22:58 wen Exp $
+$NetBSD: distinfo,v 1.3 2017/09/27 16:17:20 wiz Exp $
 
-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
+SHA1 (Role-REST-Client-0.22.tar.gz) = 8ebb85274ce2eb1ce649536f2921a5730249075e
+RMD160 (Role-REST-Client-0.22.tar.gz) = ee25a8951f505e3063a286f3a36c583bb8ad46e0
+SHA512 (Role-REST-Client-0.22.tar.gz) = e0e4e37655e631c284e2fd627c7e7422975ef08b1d073d762d4a3895ae5ae1f1738cce53d607f6a378101636fe2ffe8cc8c78e3899dda1ba81e5faa98ed5fa69
+Size (Role-REST-Client-0.22.tar.gz) = 19832 bytes



Home | Main Index | Thread Index | Old Index