Received: by mail.netbsd.org (Postfix, from userid 605) id 3E1AD84D66; Sun, 17 Sep 2017 10:41:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C591184D3D for ; Sun, 17 Sep 2017 10:41:51 +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 m7mIESwDPlsg for ; Sun, 17 Sep 2017 10:41:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4F7EA84D04 for ; Sun, 17 Sep 2017 10:41:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 48FC8FA9A; Sun, 17 Sep 2017 10:41:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150564491124950" MIME-Version: 1.0 Date: Sun, 17 Sep 2017 10:41:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-IO-Tee To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170917104151.48FC8FA9A@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. --_----------=_150564491124950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 17 10:41:51 UTC 2017 Modified Files: pkgsrc/devel/p5-IO-Tee: Makefile distinfo Log Message: p5-IO-Tee: update to 0.65. 0.65 2017-08-16 NEILB - Added "use warnings", changed "use vars ..." to our $VERSION, etc. - Switched to Dist::Zilla - Link to the github repo in the pod doc. - Changed README to a short overview of module, how to install, etc - Moved original testsuite test.pl to t/original.t - Moved Tee.pm to lib/IO/Tee.pm - Changed the order of entries in Changes to be newest to oldest. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-IO-Tee/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-IO-Tee/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150564491124950 Content-Disposition: inline Content-Length: 1865 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-IO-Tee/Makefile diff -u pkgsrc/devel/p5-IO-Tee/Makefile:1.20 pkgsrc/devel/p5-IO-Tee/Makefile:1.21 --- pkgsrc/devel/p5-IO-Tee/Makefile:1.20 Mon Jun 5 14:23:07 2017 +++ pkgsrc/devel/p5-IO-Tee/Makefile Sun Sep 17 10:41:51 2017 @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.20 2017/06/05 14:23:07 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.21 2017/09/17 10:41:51 wiz Exp $ -DISTNAME= IO-Tee-0.64 +DISTNAME= IO-Tee-0.65 PKGNAME= p5-${DISTNAME} -PKGREVISION= 11 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/search?module=IO::Tee COMMENT= Multiplex output to multiple output handles +LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/IO/Tee/.packlist Index: pkgsrc/devel/p5-IO-Tee/distinfo diff -u pkgsrc/devel/p5-IO-Tee/distinfo:1.3 pkgsrc/devel/p5-IO-Tee/distinfo:1.4 --- pkgsrc/devel/p5-IO-Tee/distinfo:1.3 Tue Nov 3 03:28:22 2015 +++ pkgsrc/devel/p5-IO-Tee/distinfo Sun Sep 17 10:41:51 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:22 agc Exp $ +$NetBSD: distinfo,v 1.4 2017/09/17 10:41:51 wiz Exp $ -SHA1 (IO-Tee-0.64.tar.gz) = 29314311318e3e0bee01623a23eda4f1ba629b76 -RMD160 (IO-Tee-0.64.tar.gz) = 467e0816b73af545d69c4854ffd20c57dc3ac341 -SHA512 (IO-Tee-0.64.tar.gz) = 9473a9ce3222ee6998cc53851a34051a9ae5990b9c514b5e5d322832d76f0e20d7af51bf7f06603ad927ab9789e5ab10da7a0693e4867112cd3e1dc1ca25d017 -Size (IO-Tee-0.64.tar.gz) = 5039 bytes +SHA1 (IO-Tee-0.65.tar.gz) = a445362330d19d528daecfd195eb8145ac98b0fa +RMD160 (IO-Tee-0.65.tar.gz) = 6d7ed7990fd2bcaea6e1a50fb51e5295f100ea58 +SHA512 (IO-Tee-0.65.tar.gz) = f0f2f069c9c43098fc8fb343ef3a701e8ea5d6171a7f86b3c296f542435b1305f263085ede07431cfe34ccf02d845c8f3719ddf1eb6fe0d8def0c730f8e97236 +Size (IO-Tee-0.65.tar.gz) = 12842 bytes --_----------=_150564491124950--