Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E2B257A490 for ; Wed, 20 Jul 2016 12:19:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 57BB48601C; Wed, 20 Jul 2016 12:19:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC86F85EA2 for ; Wed, 20 Jul 2016 12:19:03 +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 sLkZyUtdQpBz for ; Wed, 20 Jul 2016 12:19:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5BD7B85E81 for ; Wed, 20 Jul 2016 12:19:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5627BFBB5; Wed, 20 Jul 2016 12:19:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146901714366350" MIME-Version: 1.0 Date: Wed, 20 Jul 2016 12:19:03 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/net/p5-RT-Client-REST To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160720121903.5627BFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146901714366350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jul 20 12:19:03 UTC 2016 Modified Files: pkgsrc/net/p5-RT-Client-REST: Makefile distinfo Log Message: (pkgsrc) - Added following packages on BUILD_DEPENDS for make test p5-DateTime-Format-DateParse-[0-9]*:../../time/p5-DateTime-Format-DateParse p5-DateTime-[0-9]*:../../time/p5-DateTime p5-CGI-[0-9]*:../../www/p5-CGI (upstream) - Updated net/p5-RT-Client-REST to 0.50 --------------------------------------- 0.50 Fri Dec 11 2015 "Sarvesh Das" - Added the 'disabled' attribute to RT::Client::REST::Group and RT::Client::REST::Queue to match the addition in RT 4.2.2 -- commit 7557633. Thanks Tom. - Allow a trailing forward slash in the server URI -- RT#97621. Thanks Marco Pessotto. - Tests in 82-stringify.t are skipped with LWP::UserAgent 6.04 which has buggy read timeout -- commit da577af. Thanks Marco Pessotto. - Fixed warning `Unescaped left brace in regex is deprecated' in perl 5.22 -- RT#106795. Thanks Mike Andrews. - Fixed documentation for RT::Client:REST::search() in POD -- RT#98160. - Removed MYMETA* files from distribution -- RT#108083 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/p5-RT-Client-REST/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/p5-RT-Client-REST/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146901714366350 Content-Disposition: inline Content-Length: 2234 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/p5-RT-Client-REST/Makefile diff -u pkgsrc/net/p5-RT-Client-REST/Makefile:1.11 pkgsrc/net/p5-RT-Client-REST/Makefile:1.12 --- pkgsrc/net/p5-RT-Client-REST/Makefile:1.11 Wed Jun 8 19:24:15 2016 +++ pkgsrc/net/p5-RT-Client-REST/Makefile Wed Jul 20 12:19:03 2016 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2016/06/08 19:24:15 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/07/20 12:19:03 mef Exp $ # -DISTNAME= RT-Client-REST-0.49 +DISTNAME= RT-Client-REST-0.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= net devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RT/} @@ -21,5 +20,10 @@ DEPENDS+= p5-Exception-Class-[0-9]*:../. DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate +# for make test +BUILD_DEPENDS+= p5-DateTime-Format-DateParse-[0-9]*:../../time/p5-DateTime-Format-DateParse +BUILD_DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime +BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/p5-RT-Client-REST/distinfo diff -u pkgsrc/net/p5-RT-Client-REST/distinfo:1.3 pkgsrc/net/p5-RT-Client-REST/distinfo:1.4 --- pkgsrc/net/p5-RT-Client-REST/distinfo:1.3 Wed Nov 4 00:35:24 2015 +++ pkgsrc/net/p5-RT-Client-REST/distinfo Wed Jul 20 12:19:03 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 00:35:24 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/07/20 12:19:03 mef Exp $ -SHA1 (RT-Client-REST-0.49.tar.gz) = 63460c0841664ae2506f977d5041e5f3785b7b80 -RMD160 (RT-Client-REST-0.49.tar.gz) = 60753d7816fcac66b051f840094415850fff70e5 -SHA512 (RT-Client-REST-0.49.tar.gz) = 7cd4fe1bab6c2a170103f708ed626b1ec38c7bdc164cae2507b0bba03646b2b5a1650aa8c74637f32ab61cc2a20f5c71c730547c8d36fccecb33e6454fe19b07 -Size (RT-Client-REST-0.49.tar.gz) = 84494 bytes +SHA1 (RT-Client-REST-0.50.tar.gz) = b77a5191636c4a9821f55df2bb956ba5202ab700 +RMD160 (RT-Client-REST-0.50.tar.gz) = 6c798f8ee9e0676718d71201608f55480e95caf3 +SHA512 (RT-Client-REST-0.50.tar.gz) = 5b3803ae9bdccb4bbc5e1ea7a809ec6fcaf67db6ed6a774355dac8bdadb90d67ceb53e4136688568d211c883150c22d1285937aeb06012695feeff551674f654 +Size (RT-Client-REST-0.50.tar.gz) = 84846 bytes --_----------=_146901714366350--