pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Dancer-Session-Cookie Update to 0.25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a8eef1dd110
branches:  trunk
changeset: 642962:8a8eef1dd110
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Dec 08 09:05:31 2014 +0000

description:
Update to 0.25
Update DEPENDS

Upstream changes:
0.25 2014-08-04
 [MISC]
 - Move tests from Test::TCP to Test::WWW::Mechanize::PSGI.

 [STATISTICS]
 - code churn: 5 files changed, 138 insertions(+), 174 deletions(-)

0.24 2014-07-29
 [MISC]
 - Release again, this time with real co-maint permissions.

 [STATISTICS]
 - code churn: 1 file changed, 57 insertions(+), 53 deletions(-)

0.23 2014-07-17
 [CHANGED]
 - Requires Session::Storage::Secure 0.010 to allow storing objects, which
   is specially relevant for JSON::bool data.

diffstat:

 www/p5-Dancer-Session-Cookie/Makefile |  12 +++++++-----
 www/p5-Dancer-Session-Cookie/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (52 lines):

diff -r ec8736989c2a -r 8a8eef1dd110 www/p5-Dancer-Session-Cookie/Makefile
--- a/www/p5-Dancer-Session-Cookie/Makefile     Mon Dec 08 09:03:32 2014 +0000
+++ b/www/p5-Dancer-Session-Cookie/Makefile     Mon Dec 08 09:05:31 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2014/05/29 23:38:04 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/12/08 09:05:31 wen Exp $
 
-DISTNAME=      Dancer-Session-Cookie-0.22
+DISTNAME=      Dancer-Session-Cookie-0.25
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Dancer/}
 
@@ -14,19 +13,22 @@
 USE_LANGUAGES= # empty
 PERL5_PACKLIST= auto/Dancer/Session/Cookie/.packlist
 
+PERL5_MODULE_TYPE=     Module::Build
+
 DEPENDS+=      p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
 DEPENDS+=      p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
 DEPENDS+=      p5-Dancer>=1.1313:../../www/p5-Dancer
 DEPENDS+=      p5-Session-Storage-Secure-[0-9]*:../../www/p5-Session-Storage-Secure
 DEPENDS+=      p5-String-CRC32-[0-9]*:../../textproc/p5-String-CRC32
 DEPENDS+=      p5-Time-Duration-Parse-[0-9]*:../../time/p5-Time-Duration-Parse
+DEPENDS+=      p5-Session-Storage-Secure>=0.010:../../www/p5-Session-Storage-Secure
 
 BUILD_DEPENDS+=        p5-HTTP-Cookies-[0-9]*:../../www/p5-HTTP-Cookies
 BUILD_DEPENDS+=        p5-HTTP-Date-[0-9]*:../../www/p5-HTTP-Date
 BUILD_DEPENDS+=        p5-libwww-[0-9]*:../../www/p5-libwww
 BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
-BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../net/p5-Test-TCP
-BUILD_DEPENDS+=        p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP
+BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
+BUILD_DEPENDS+=        p5-Test-WWW-Mechanize-PSGI>=0:../../www/p5-Test-WWW-Mechanize-PSGI
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ec8736989c2a -r 8a8eef1dd110 www/p5-Dancer-Session-Cookie/distinfo
--- a/www/p5-Dancer-Session-Cookie/distinfo     Mon Dec 08 09:03:32 2014 +0000
+++ b/www/p5-Dancer-Session-Cookie/distinfo     Mon Dec 08 09:05:31 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/07/03 17:44:29 sno Exp $
+$NetBSD: distinfo,v 1.2 2014/12/08 09:05:31 wen Exp $
 
-SHA1 (Dancer-Session-Cookie-0.22.tar.gz) = e59ab1c2e3246ca1e99d29237fe5a5976d8c4c8d
-RMD160 (Dancer-Session-Cookie-0.22.tar.gz) = 0a3a5358cd18d6e777db7a03c2691b9ab2217afa
-Size (Dancer-Session-Cookie-0.22.tar.gz) = 20279 bytes
+SHA1 (Dancer-Session-Cookie-0.25.tar.gz) = db334a23f0356793e8a5f9d144aacdc781dc8064
+RMD160 (Dancer-Session-Cookie-0.25.tar.gz) = a4209ff2cf8ade3d6c162637dc4b41f6e79e1403
+Size (Dancer-Session-Cookie-0.25.tar.gz) = 21705 bytes



Home | Main Index | Thread Index | Old Index