Received: by mail.netbsd.org (Postfix, from userid 605) id C94108563B; Mon, 13 Nov 2017 13:56:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 54EDE85639 for ; Mon, 13 Nov 2017 13:56:33 +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 E-dcwEfZbfgZ for ; Mon, 13 Nov 2017 13:56:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DC4D885637 for ; Mon, 13 Nov 2017 13:56:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D77ABFBDE; Mon, 13 Nov 2017 13:56:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510581392287490" MIME-Version: 1.0 Date: Mon, 13 Nov 2017 13:56:32 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Log-Agent To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171113135632.D77ABFBDE@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. --_----------=_1510581392287490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 13 13:56:32 UTC 2017 Modified Files: pkgsrc/devel/p5-Log-Agent: Makefile distinfo Log Message: p5-Log-Agent: update to 1.003. ## [1.003] - 2017-11-10 ### Added - Added a license file. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-Log-Agent/Makefile cvs rdiff -u -r1.8 -r1.9 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. --_----------=_1510581392287490 Content-Disposition: inline Content-Length: 1672 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.28 pkgsrc/devel/p5-Log-Agent/Makefile:1.29 --- pkgsrc/devel/p5-Log-Agent/Makefile:1.28 Wed Nov 8 20:16:24 2017 +++ pkgsrc/devel/p5-Log-Agent/Makefile Mon Nov 13 13:56:32 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2017/11/08 20:16:24 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2017/11/13 13:56:32 wiz Exp $ -DISTNAME= Log-Agent-1.002 +DISTNAME= Log-Agent-1.003 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} Index: pkgsrc/devel/p5-Log-Agent/distinfo diff -u pkgsrc/devel/p5-Log-Agent/distinfo:1.8 pkgsrc/devel/p5-Log-Agent/distinfo:1.9 --- pkgsrc/devel/p5-Log-Agent/distinfo:1.8 Wed Nov 8 20:16:24 2017 +++ pkgsrc/devel/p5-Log-Agent/distinfo Mon Nov 13 13:56:32 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/11/08 20:16:24 wiz Exp $ +$NetBSD: distinfo,v 1.9 2017/11/13 13:56:32 wiz Exp $ -SHA1 (Log-Agent-1.002.tar.gz) = 45b6ac5cc9d67e6e4bca9f9ea34457d7b9ce9958 -RMD160 (Log-Agent-1.002.tar.gz) = 47c656b45a5e3a36f460223bfa5c4c7b69998f06 -SHA512 (Log-Agent-1.002.tar.gz) = 12405609df0ca11257f143e8c3f1965e516ce3774295ac478b8d7bffc49e0d7b599f9a1d91c2e1ce48fdf3aabdd76ad4f53feeafa79524be58c2346bf17c4168 -Size (Log-Agent-1.002.tar.gz) = 55757 bytes +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 --_----------=_1510581392287490--