Received: by mail.netbsd.org (Postfix, from userid 605) id 7387684E8C; Sun, 4 Mar 2018 16:02:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 953CA84D95 for ; Sun, 4 Mar 2018 16:02:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6dQ9xkS_zfLR for ; Sun, 4 Mar 2018 16:02:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E1A6B84D24 for ; Sun, 4 Mar 2018 16:02:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7310FFB40; Sun, 4 Mar 2018 16:02:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520179357229740" MIME-Version: 1.0 Date: Sun, 4 Mar 2018 16:02:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/p5-Cookie-Baker To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180304160237.7310FFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1520179357229740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 4 16:02:37 UTC 2018 Modified Files: pkgsrc/www/p5-Cookie-Baker: Makefile distinfo Log Message: p5-Cookie-Baker: update to 0.09. 0.09 2018-03-03T04:33:20Z - +Ny means +N*60*60*24*365 seconds To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/p5-Cookie-Baker/Makefile cvs rdiff -u -r1.6 -r1.7 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. --_----------=_1520179357229740 Content-Disposition: inline Content-Length: 1698 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-Cookie-Baker/Makefile diff -u pkgsrc/www/p5-Cookie-Baker/Makefile:1.8 pkgsrc/www/p5-Cookie-Baker/Makefile:1.9 --- pkgsrc/www/p5-Cookie-Baker/Makefile:1.8 Wed Sep 27 14:14:15 2017 +++ pkgsrc/www/p5-Cookie-Baker/Makefile Sun Mar 4 16:02:37 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2017/09/27 14:14:15 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/03/04 16:02:37 wiz Exp $ -DISTNAME= Cookie-Baker-0.08 +DISTNAME= Cookie-Baker-0.09 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cookie/} Index: pkgsrc/www/p5-Cookie-Baker/distinfo diff -u pkgsrc/www/p5-Cookie-Baker/distinfo:1.6 pkgsrc/www/p5-Cookie-Baker/distinfo:1.7 --- pkgsrc/www/p5-Cookie-Baker/distinfo:1.6 Wed Sep 27 14:14:15 2017 +++ pkgsrc/www/p5-Cookie-Baker/distinfo Sun Mar 4 16:02:37 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/09/27 14:14:15 wiz Exp $ +$NetBSD: distinfo,v 1.7 2018/03/04 16:02:37 wiz Exp $ -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 +SHA1 (Cookie-Baker-0.09.tar.gz) = b43fcfd81e74c64d134a5a6c1d59faa3d2ad5a35 +RMD160 (Cookie-Baker-0.09.tar.gz) = b2c634b6d02d6c110fcc36e211d0d05767b57e1e +SHA512 (Cookie-Baker-0.09.tar.gz) = de3f7ace3e494976a9566f4bfc461fa0a20a11f57b6114a343b1ed73935e6a46563c16999f971b1b2d2ff1d4cdbf27932a31c5788fc2b8039ad6fd4972e981dc +Size (Cookie-Baker-0.09.tar.gz) = 12028 bytes --_----------=_1520179357229740--