Received: by mail.netbsd.org (Postfix, from userid 605) id ED71884D28; Sat, 24 Nov 2018 09:22:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DABD684D25 for ; Sat, 24 Nov 2018 09:22:25 +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 laOJvCb1cAP6 for ; Sat, 24 Nov 2018 09:22:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3AF3B84C85 for ; Sat, 24 Nov 2018 09:22:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 335C9FB1F; Sat, 24 Nov 2018 09:22:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1543051345171980" MIME-Version: 1.0 Date: Sat, 24 Nov 2018 09:22:25 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-Role-REST-Client To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181124092225.335C9FB1F@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. --_----------=_1543051345171980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Nov 24 09:22:25 UTC 2018 Modified Files: pkgsrc/www/p5-Role-REST-Client: Makefile distinfo Log Message: Update to 0.23 Upstream changes: 0.23 2018-10-30 17:08:06 Europe/Copenhagen - Make sure response has a content type before checking (jjatria) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-Role-REST-Client/Makefile cvs rdiff -u -r1.3 -r1.4 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. --_----------=_1543051345171980 Content-Disposition: inline Content-Length: 1819 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-Role-REST-Client/Makefile diff -u pkgsrc/www/p5-Role-REST-Client/Makefile:1.5 pkgsrc/www/p5-Role-REST-Client/Makefile:1.6 --- pkgsrc/www/p5-Role-REST-Client/Makefile:1.5 Wed Aug 22 09:47:51 2018 +++ pkgsrc/www/p5-Role-REST-Client/Makefile Sat Nov 24 09:22:25 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2018/08/22 09:47:51 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/11/24 09:22:25 wen Exp $ -DISTNAME= Role-REST-Client-0.22 +DISTNAME= Role-REST-Client-0.23 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KA/KAARE/} Index: pkgsrc/www/p5-Role-REST-Client/distinfo diff -u pkgsrc/www/p5-Role-REST-Client/distinfo:1.3 pkgsrc/www/p5-Role-REST-Client/distinfo:1.4 --- pkgsrc/www/p5-Role-REST-Client/distinfo:1.3 Wed Sep 27 16:17:20 2017 +++ pkgsrc/www/p5-Role-REST-Client/distinfo Sat Nov 24 09:22:25 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/09/27 16:17:20 wiz Exp $ +$NetBSD: distinfo,v 1.4 2018/11/24 09:22:25 wen Exp $ -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 +SHA1 (Role-REST-Client-0.23.tar.gz) = 2fc1cc4113b15d83a355721713456d671a17dd6a +RMD160 (Role-REST-Client-0.23.tar.gz) = cb7d4e16fc27043256f48aff7a0204cb1ce7a584 +SHA512 (Role-REST-Client-0.23.tar.gz) = 2eeedfb566f5191ed50ffd89355d9c61f625aa47cf2407893252c80cca8c1df0cfc88442b3adbfa6123d54eb72d955c13db9826b4a7facadb6ec79b620ceb8c2 +Size (Role-REST-Client-0.23.tar.gz) = 20221 bytes --_----------=_1543051345171980--