pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Cookie-Baker



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 27 14:14:15 UTC 2017

Modified Files:
        pkgsrc/www/p5-Cookie-Baker: Makefile distinfo

Log Message:
p5-Cookie-Baker: update to 0.08.

0.08 2017-07-18T03:36:55Z

   - Disallow , as a delimiter
   - accept max-age=0 #5 (Thank you skaji)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/p5-Cookie-Baker/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-Cookie-Baker/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-Cookie-Baker/Makefile
diff -u pkgsrc/www/p5-Cookie-Baker/Makefile:1.7 pkgsrc/www/p5-Cookie-Baker/Makefile:1.8
--- pkgsrc/www/p5-Cookie-Baker/Makefile:1.7     Mon Jun  5 14:25:16 2017
+++ pkgsrc/www/p5-Cookie-Baker/Makefile Wed Sep 27 14:14:15 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2017/06/05 14:25:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2017/09/27 14:14:15 wiz Exp $
 
-DISTNAME=      Cookie-Baker-0.07
+DISTNAME=      Cookie-Baker-0.08
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Cookie/}
 
@@ -17,7 +16,7 @@ DEPENDS+=       p5-URI>=0:../../www/p5-U
 USE_LANGUAGES= #
 PERL5_PACKLIST= auto/Cookie/Baker/.packlist
 
-PERL5_MODULE_TYPE=     Module::Build
+PERL5_MODULE_TYPE=     Module::Build::Tiny
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/p5-Cookie-Baker/distinfo
diff -u pkgsrc/www/p5-Cookie-Baker/distinfo:1.5 pkgsrc/www/p5-Cookie-Baker/distinfo:1.6
--- pkgsrc/www/p5-Cookie-Baker/distinfo:1.5     Tue Oct  4 11:44:07 2016
+++ pkgsrc/www/p5-Cookie-Baker/distinfo Wed Sep 27 14:14:15 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/10/04 11:44:07 wen Exp $
+$NetBSD: distinfo,v 1.6 2017/09/27 14:14:15 wiz Exp $
 
-SHA1 (Cookie-Baker-0.07.tar.gz) = cac747fc677752c589464b00dd25f0e7f502f82b
-RMD160 (Cookie-Baker-0.07.tar.gz) = 78a0cba24542d95d0647d64266ef0e1034f659c6
-SHA512 (Cookie-Baker-0.07.tar.gz) = ddaa9777df1bc73321b696c74beb9ca245bfb516895df5631994f10c6f724bc69d087af278fdc3860ee3f712274467c287594396428d78bdccbb17573ab90b32
-Size (Cookie-Baker-0.07.tar.gz) = 12351 bytes
+SHA1 (Cookie-Baker-0.08.tar.gz) = 43fd40764c8161b114fc0b9ffc34d304f92d5ef9
+RMD160 (Cookie-Baker-0.08.tar.gz) = b63ca5f601b7f7d261003faea7d6046b79db0be3
+SHA512 (Cookie-Baker-0.08.tar.gz) = 5beeac6ff3a2d2ae73d5efd49490af240c2580201a87e739882f3c7d8fc20ee77c225349d130752b52ddbabf7bd173015d8d5cedb609c30a748e3d9e41efda51
+Size (Cookie-Baker-0.08.tar.gz) = 11981 bytes



Home | Main Index | Thread Index | Old Index