Received: by mail.netbsd.org (Postfix, from userid 605) id 14EAA84EB7; Mon, 5 Jul 2021 07:27:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97DE884EB7 for ; Mon, 5 Jul 2021 07:27:39 +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 RFFdlUCTrmGS for ; Mon, 5 Jul 2021 07:27:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1475484EB3 for ; Mon, 5 Jul 2021 07:27:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10231FA95; Mon, 5 Jul 2021 07:27:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625470058176560" MIME-Version: 1.0 Date: Mon, 5 Jul 2021 07:27:38 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Log-Agent To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210705072738.10231FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625470058176560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Mon Jul 5 07:27:37 UTC 2021 Modified Files: pkgsrc/devel/p5-Log-Agent: Makefile distinfo Log Message: Update to 1.005 Upstream changes: 1.005 - 2021-04-11 Added Added support for logcluck. loginfo, and logdebug. Changed Updated socktype handling to comply with the current language interface. Moved from Drone CI to Github Actions, automating upload to CPAN. 1.004 - 2021-02-13 Changed Moved from Travis CI with Coveralls to Drone CI with CodeCov. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/p5-Log-Agent/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Log-Agent/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625470058176560 Content-Disposition: inline Content-Length: 1711 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Log-Agent/Makefile diff -u pkgsrc/devel/p5-Log-Agent/Makefile:1.34 pkgsrc/devel/p5-Log-Agent/Makefile:1.35 --- pkgsrc/devel/p5-Log-Agent/Makefile:1.34 Mon May 24 19:50:57 2021 +++ pkgsrc/devel/p5-Log-Agent/Makefile Mon Jul 5 07:27:37 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2021/05/24 19:50:57 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2021/07/05 07:27:37 wen Exp $ -DISTNAME= Log-Agent-1.003 +DISTNAME= Log-Agent-1.005 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} EXTRACT_USING= gtar Index: pkgsrc/devel/p5-Log-Agent/distinfo diff -u pkgsrc/devel/p5-Log-Agent/distinfo:1.9 pkgsrc/devel/p5-Log-Agent/distinfo:1.10 --- pkgsrc/devel/p5-Log-Agent/distinfo:1.9 Mon Nov 13 13:56:32 2017 +++ pkgsrc/devel/p5-Log-Agent/distinfo Mon Jul 5 07:27:37 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/11/13 13:56:32 wiz Exp $ +$NetBSD: distinfo,v 1.10 2021/07/05 07:27:37 wen Exp $ -SHA1 (Log-Agent-1.003.tar.gz) = 97844208761919ddd6b279390eabf5775945a514 -RMD160 (Log-Agent-1.003.tar.gz) = bf0eaabf6aa3225256e82597f6a82cc7a497db0b -SHA512 (Log-Agent-1.003.tar.gz) = 3b61cafdbff70dfbb4c43a9e782b16ab870916fdf476ddb2c86db82fed5939364a934f6ce3bf95b39b08af25ea4dcdf83f4ba039d43dda65afab96b77736465b -Size (Log-Agent-1.003.tar.gz) = 55841 bytes +SHA1 (Log-Agent-1.005.tar.gz) = 1583d0dbba321f4d1ea8ee079ba8026d70455828 +RMD160 (Log-Agent-1.005.tar.gz) = e8645de59740803766e6b7b1b95de594ac804728 +SHA512 (Log-Agent-1.005.tar.gz) = 9fb1c2377921b4a3036a24f343ef52ea05f569c27600d289f568a1544aff7d1acd4426dfec60b63879424360a27c6f7bff684e9f7b17aa5d49d3673c35bb65f5 +Size (Log-Agent-1.005.tar.gz) = 57364 bytes --_----------=_1625470058176560--