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 E29DC7A1FA for ; Sun, 16 Apr 2017 15:38:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9412E84D8D; Sun, 16 Apr 2017 15:38:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24A9284D78 for ; Sun, 16 Apr 2017 15:38:01 +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 xKZ46j3Rfq3U for ; Sun, 16 Apr 2017 15:38:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AD2BE84C6C for ; Sun, 16 Apr 2017 15:38:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAF51FBE4; Sun, 16 Apr 2017 15:38:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492357080182870" MIME-Version: 1.0 Date: Sun, 16 Apr 2017 15:38:00 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Sub-Identify To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170416153800.AAF51FBE4@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. --_----------=_1492357080182870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Apr 16 15:38:00 UTC 2017 Modified Files: pkgsrc/devel/p5-Sub-Identify: Makefile distinfo Log Message: Updated devel/p5-Sub-Identify to 0.14 ------------------------------------- 0.14 2017-04-11 RGARCIA - Make tests pass without . in @INC (actual fix, by James E Keenan) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-Sub-Identify/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Sub-Identify/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492357080182870 Content-Disposition: inline Content-Length: 1722 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Sub-Identify/Makefile diff -u pkgsrc/devel/p5-Sub-Identify/Makefile:1.16 pkgsrc/devel/p5-Sub-Identify/Makefile:1.17 --- pkgsrc/devel/p5-Sub-Identify/Makefile:1.16 Wed Apr 5 15:35:09 2017 +++ pkgsrc/devel/p5-Sub-Identify/Makefile Sun Apr 16 15:38:00 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2017/04/05 15:35:09 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/04/16 15:38:00 mef Exp $ -DISTNAME= Sub-Identify-0.13 +DISTNAME= Sub-Identify-0.14 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/} Index: pkgsrc/devel/p5-Sub-Identify/distinfo diff -u pkgsrc/devel/p5-Sub-Identify/distinfo:1.7 pkgsrc/devel/p5-Sub-Identify/distinfo:1.8 --- pkgsrc/devel/p5-Sub-Identify/distinfo:1.7 Wed Apr 5 15:35:09 2017 +++ pkgsrc/devel/p5-Sub-Identify/distinfo Sun Apr 16 15:38:00 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/04/05 15:35:09 wiz Exp $ +$NetBSD: distinfo,v 1.8 2017/04/16 15:38:00 mef Exp $ -SHA1 (Sub-Identify-0.13.tar.gz) = f837b8d923d2173885e83ee5fa3ec53b1c2e1560 -RMD160 (Sub-Identify-0.13.tar.gz) = d196c2206c09c5b102bc38806f4ceec75931be2f -SHA512 (Sub-Identify-0.13.tar.gz) = 16655ea9324202e578ab44139816d61ef961d61c97e2393c19337692670a3f7a27d8dacb7db7b1130ed762f3b6dfc98fe39fe379b546b32576c19bdfa7df70a0 -Size (Sub-Identify-0.13.tar.gz) = 54681 bytes +SHA1 (Sub-Identify-0.14.tar.gz) = 18f5f9819f5566d3470d60bd2d9baae97bc9f33f +RMD160 (Sub-Identify-0.14.tar.gz) = b985f1a87583b3bf6fd48b292f39bd474f7b49c0 +SHA512 (Sub-Identify-0.14.tar.gz) = f69f542c84c5c3ca1f1c7f5f58fd2cf19279a65229f43117c31f24ab0e49d5f329bef2bc00f22252fd2e52b4e17f16b279dac438920668e046e59f2e22e52c14 +Size (Sub-Identify-0.14.tar.gz) = 53135 bytes --_----------=_1492357080182870--